Inferring User Profiles in Online Social Networks Based on Convolutional Neural Network.

Xiaoxue Li,Yanan Cao,Yanmin Shang,Yanbing Liu,Jianlong Tan,Li Guo
DOI: https://doi.org/10.1007/978-3-319-63558-3_23
2017-01-01
Abstract:We propose a novel method to infer missing attributes (e.g., occupation, gender, and location) of online social network users, which is an important problem in social network analysis. Existing works generally utilize classification algorithms or label propagation methods to solve this problem. However, these works had to train a specific model for inferring one kind of missing attributes, which achieve limited precision rates in inferring multi-value attributes. To address above challenges, we proposed a convolutional neural network architecture to infer users' all missing attributes based on one trained model. And it's novel that we represent the input matrix using features of target user and his neighbors, including their explicit attributes and behaviors which are available in online social networks. In the experiments, we used a real-word large scale dataset with 220,000 users, and results demonstrated the effectiveness of our method and the importance of social links in attribute inference. Especially, our work achieved a 76.28% precision in the occupation inference task which improved upon the state of the art.
What problem does this paper attempt to address?