Most of the issues have been pointed out already.
I can tell you just one thing that Yii will take some time(at least a month or may be two) for you to get familiar with it and make use of its capabilities. Its loaded and thats why the learning curve.
I have myself been carrying this curse since a long long time : which Framework to use ?
And in this process I have evaluated and used both these frameworks thoroughly. Yii is the best there's no doubt about it. With Yii, its like you need something and its there and its intelligent enough to do all the leg work and keep you out of coding convention dilemma.
Having said all of these. I believe Yii is more suitable for the enterprise like project where you need standard functionality and interface first and that gives you a head start. In other words Yii gives you readymade controllers, model, CRUD, breadcrumb, pagination, Layout ; CI lacks these.
But If I were to build an application like twitter, I would hardly need these standard features, so using Yii would be like using a Truck without enough payload on it.
Moral of the story : Go with CI for your twitter like project !