A Scalable Social Recommendation Framework with Decoupled Graph Neural Network

Ke Tu,Zhengwei Wu,Binbin Hu,Zhiqiang Zhang,Peng Cui,Xiaolong Li,Jun Zhou
DOI: https://doi.org/10.1007/978-3-031-30678-5_39
2023-01-01
Abstract:Social relationships are usually used to improve recommendation quality, especially when users’ behavior is very sparse in recommender systems. Most existing social recommendation methods apply Graph Neural Networks (GNN) to capture users’ social structure information and user-item interaction information. However, the GNNs need to conduct expensive neighborhood propagation, leading to scalability issues. Some recent works pointed out that the GNNs can be simplified via decoupling. Therefore, we propose a scalable framework for social recommendation to decouple the model into two stages, Gumbel-based feature propagation and self-supervised multi-representation fusion. In the first stage, since the similarity between friends will not change frequently, we pre-train a Gumbel sampling-based attention model offline to learn the importance of each social relation and use the importance as the weight to aggregate the feature during pre-computation. Due to the diversity of user interests, the features are propagated upon different propagation layers to capture information with different aspects. In the second stage, we use the aggregated representations as inputs and fuse the inputs by an attention mechanism to obtain comprehensive embeddings on the online mode to update daily. Besides, we use a contrastive learning way to enrich users’ information. Moreover, extensive experimental results demonstrate the scalability and effectiveness of our framework over state-of-the-art algorithms.
What problem does this paper attempt to address?