面向推荐系统的动态图与相似性感知注意力图神经网络 / Dynamic Graph with Similarity-Aware Attention Graph Neural Network for Recommender Systems
1️⃣ 一句话总结
本文提出了一种名为DG-SA-GNN的推荐模型,它通过动态更新用户相似度图、结合多种相似度计算方法和注意力机制,更准确地捕捉用户偏好的变化,从而在电影推荐任务中取得了优于传统方法的性能。
Recommender systems are essential components of modern online platforms which presents personalized content in various domain. The traditional collaborative filtering methods depends on static user-item interaction graphs and a limited subset of similarity measures which fail to capture the changing nature of preferences of an individual. Recent graph neural network (GNN) based approaches focus on user-item bipartite graphs which do not use explicit user-user relational modelling and dynamic graph evolution during training. To address these limitations, this paper proposes a Dynamic Graph SimilarityAware Attention Graph Neural Network (DG-SA-GNN) framework that integrates dynamic user similarity graph construction with multi-similarity propagation and attention-based aggregation. The proposed architecture constructs four parallel user similarity graphs using Cosine, Jaccard, Discounted Pearson Correlation Coefficient (Discount PCC), and IPIJ similarity functions, each processed by a dedicated UserGNN module. A Graph Transformer fuses the four graph views, and a CrossAttention module refines user embeddings through interaction with item embeddings. Crucially, the graphs are reconstructed at scheduled epochs during training, enabling the model to adapt to the learned embedding space constituting the dynamic graph component. Mini-batch training with hard negative sampling improves scalability and convergence. Experiments on the MovieLens100K benchmark demonstrate that DG-SA-GNN achieves a Recall@20 of 0.162 and NDCG@20 of 0.065 which is better than the LightGCN baseline in recall. The results validate that dynamic multi-similarity graph construction coupled with attention-based fusion which produce recommendation performance
面向推荐系统的动态图与相似性感知注意力图神经网络 / Dynamic Graph with Similarity-Aware Attention Graph Neural Network for Recommender Systems
本文提出了一种名为DG-SA-GNN的推荐模型,它通过动态更新用户相似度图、结合多种相似度计算方法和注意力机制,更准确地捕捉用户偏好的变化,从而在电影推荐任务中取得了优于传统方法的性能。
源自 arXiv: 2605.05238