Retweet Wars: Tweet Popularity Prediction via Dynamic Multimodal Regression

Abstract

If a picture is worth a thousand words, then images should be utilized together with other available data modalities when predicting the virality of online posts, such as tweets. In this paper, we re-visit the tweet popularity prediction problem by considering all data modalities: tweet language semantics, embedded images, author' social relationships, and the diffusion process of tweets. To model the content of tweets, we propose a joint-embedding neural network that combines visual, textual, and social cues together. Such content features can be either used for prediction directly, or for pre-conditioning a 'dynamics RNN', which models the message propagation process. A novel Poisson regression loss is optimized to train the network. We demonstrate that content based features can be used to improve upon social features and dynamics features via our joint-embedding regression model. Our model outperforms the state-of-the-art on multiple large-scale real-world datasets collected from Twitter.

Cite

Text

Wang et al. "Retweet Wars: Tweet Popularity Prediction via Dynamic Multimodal Regression." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00204

Markdown

[Wang et al. "Retweet Wars: Tweet Popularity Prediction via Dynamic Multimodal Regression." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/wang2018wacv-retweet/) doi:10.1109/WACV.2018.00204

BibTeX

@inproceedings{wang2018wacv-retweet,
  title     = {{Retweet Wars: Tweet Popularity Prediction via Dynamic Multimodal Regression}},
  author    = {Wang, Ke and Bansal, Mohit and Frahm, Jan-Michael},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2018},
  pages     = {1842-1851},
  doi       = {10.1109/WACV.2018.00204},
  url       = {https://mlanthology.org/wacv/2018/wang2018wacv-retweet/}
}