paper-with-me

홈 › Papers

SocialGCN: An Efficient Graph Convolutional Network based Model for Social Recommendation

2018-11-07 · Le Wu, Peijie Sun, Richang Hong, Yanjie Fu, Xiting Wang, Meng Wang

Collaborative Filtering (CF) is one of the most successful approaches for recommender systems. With the emergence of online social networks, social recommendation has become a popular research direction. Most of these social recommendation models utilized each user's local neighbors' preferences to alleviate the data sparsity issue in CF. However, they only considered the local neighbors of each user and neglected the process that users' preferences are influenced as information diffuses in the social network. Recently, Graph Convolutional Networks~(GCN) have shown promising results by modeling the information diffusion process in graphs that leverage both graph structure and node feature information. To this end, in this paper, we propose an effective graph convolutional neural network based model for social recommendation. Based on a classical CF model, the key idea of our proposed model is that we borrow the strengths of GCNs to capture how users' preferences are influenced by the social diffusion process in social networks. The diffusion of users' preferences is built on a layer-wise diffusion manner, with the initial user embedding as a function of the current user's features and a free base user latent vector that is not contained in the user feature. Similarly, each item's latent vector is also a combination of the item's free latent vector, as well as its feature representation. Furthermore, we show that our proposed model is flexible when user and item features are not available. Finally, extensive experimental results on two real-world datasets clearly show the effectiveness of our proposed model.

📄 PDF Abstract BibTeX arXiv:1811.02815

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Inhomogeneous Social Recommendation with Hypergraph Convolutional Networks

2021-11-05 · Zirui Zhu, Chen Gao, Xu Chen, Nian Li 외

Incorporating social relations into the recommendation system, i.e. social recommendation, has been widely studied in academic and industrial communities. While many promising results have been achieved, existing methods…

Triplet

Self-Supervised Multi-Channel Hypergraph Convolutional Network for Social Recommendation

2021-01-16 · Junliang Yu, Hongzhi Yin, Jundong Li, Qinyong Wang 외

Social relations are often used to improve recommendation quality when user-item interaction data is sparse in recommender systems. Most existing social recommendation models exploit pairwise relations to mine potential …

Recommendation SystemsSelf-Supervised Learning

Group-Buying Recommendation for Social E-Commerce

2020-10-14 · Jun Zhang, Chen Gao, Depeng Jin, Yong Li

Group buying, as an emerging form of purchase in social e-commerce websites, such as Pinduoduo, has recently achieved great success. In this new business model, users, initiator, can launch a group and share products to …

Burger: Robust Graph Denoising-augmentation Fusion and Multi-semantic Modeling in Social Recommendation

2025-05-10 · Yuqin Lan, Laurence T. Yang

In the era of rapid development of social media, social recommendation systems as hybrid recommendation systems have been widely applied. Existing methods capture interest similarity between users to filter out interest-…

DenoisingRecommendation Systems

Enhancing Social Recommendation with Adversarial Graph Convolutional Networks

2020-04-05 · Junliang Yu, Hongzhi Yin, Jundong Li, Min Gao 외

Social recommender systems are expected to improve recommendation quality by incorporating social information when there is little user-item interaction data. However, recent reports from industry show that social recomm…

Recommendation Systems