Deep fusion of multimodal features for social media retweet time prediction
- PDF / 1,719,760 Bytes
- 18 Pages / 439.642 x 666.49 pts Page_size
- 87 Downloads / 196 Views
Deep fusion of multimodal features for social media retweet time prediction Hui Yin1 · Shuiqiao Yang2 · Xiangyu Song1 · Wei Liu3 · Jianxin Li1 Received: 15 May 2020 / Revised: 8 September 2020 / Accepted: 28 September 2020 / © Springer Science+Business Media, LLC, part of Springer Nature 2020
Abstract The popularity of various social media platforms (e.g., Twitter, Facebook, Instagram, and Weibo) has led to the generation of millions of micro-blogs each day. Retweet (message forwarding function) is considered to be one of the most effective behavior for information propagation on social networks. The task of retweet behavior prediction has received much attention in recent years, such as modelling the followers’ preference to predict if a tweet from others would be retweeted or not. But one important aspect in retweet behavior prediction is still being overlooked: the followers’ retweet time prediction, which is helpful to understand the popularity of a tweet, the relationships between users, and the influence of users on their followers. However, due to the complex entanglement of multimodal features in social media such as text, social relationships, users’ active time and many others, it is nontrivial to effectively predict the retweet time of followers. In this work, in order to predict the followers’ retweet time on Twitter, we present an end-to-end deep learning model, namely DFMF (Deep Fusion of Multimodal Features), to implicitly learn the latent features This article belongs to the Topical Collection: Special Issue on Web Intelligence = Artificial Intelligence in the Connected World Guest Editors: Yuefeng Li, Amit Sheth, Athena Vakali, and Xiaohui Tao Jianxin Li
[email protected] Hui Yin [email protected] Shuiqiao Yang [email protected] Xiangyu Song [email protected] Wei Liu [email protected] 1
School of IT, Deakin University, Geelong, Australia
2
University of Technology Sydney, Sydney, Australia
3
The University of Western Australia, Perth, Australia
World Wide Web
and interactions of tweets, social relationships, and the posting time. Specifically, we adopt a word embedding layer to learn the high-level semantics of tweets and a node embedding layer to learn the hidden representations of the complex social relationships. Then, together with the one-hot representation of a tweet’s posting time, the multimodal information is concatenated and fed into fully-connected forward neural networks for implicit cross-modality feature fusion, which is used to predict the retweet time. Finally, we evaluate the proposed method with a real-world Twitter dataset, the experimental results demonstrate that our proposed DFMF is more accurate in predicting the retweet time and can achieve as much as 11.25% performance improvement on the recall accuracy compared to Logistic Regression (LR) and Support Vector Machine (SVM). Keywords Retweet time prediction · Social network · Multimodal features fusion
1 Introduction Social media, such as Twitter, Facebook, Instagram, and Weibo, have pr
Data Loading...