paper-with-me

Papers

Graph-Sequential Alignment and Uniformity: Toward Enhanced Recommendation Systems

2024-12-05 · Yuwei Cao, Liangwei Yang, Zhiwei Liu, Yuqing Liu, Chen Wang, Yueqing Liang, Hao Peng, Philip S. Yu

Graph-based and sequential methods are two popular recommendation paradigms, each excelling in its domain but lacking the ability to leverage signals from the other. To address this, we propose a novel method that integrates both approaches for enhanced performance. Our framework uses Graph Neural Network (GNN)-based and sequential recommenders as separate submodules while sharing a unified embedding space optimized jointly. To enable positive knowledge transfer, we design a loss function that enforces alignment and uniformity both within and across submodules. Experiments on three real-world datasets demonstrate that the proposed method significantly outperforms using either approach alone and achieves state-of-the-art results. Our implementations are publicly available at https://github.com/YuweiCao-UIC/GSAU.git.

📄 PDF Abstract BibTeX arXiv:2412.04276

Code (1)

yuweicao-uic/gsau 공식 구현 pytorch

Tasks

Graph Neural NetworkRecommendation SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Graph-based Alignment and Uniformity for Recommendation

2023-08-18 · Liangwei Yang, Zhiwei Liu, Chen Wang, Mingdai Yang 외

Collaborative filtering-based recommender systems (RecSys) rely on learning representations for users and items to predict preferences accurately. Representation learning on the hypersphere is a promising approach due to…

Collaborative FilteringRecommendation SystemsRepresentation Learning

DDGHM: Dual Dynamic Graph with Hybrid Metric Training for Cross-Domain Sequential Recommendation

2022-09-21 · Xiaolin Zheng, Jiajie Su, Weiming Liu, Chaochao Chen

Sequential Recommendation (SR) characterizes evolving patterns of user behaviors by modeling how users transit among items. However, the short interaction sequences limit the performance of existing SR. To solve this pro…

Metric LearningSequential Recommendation

RAU: Towards Regularized Alignment and Uniformity for Representation Learning in Recommendation

2025-03-24 · Xi Wu, Dan Zhang, Chao Zhou, Liangwei Yang 외

Recommender systems (RecSys) have become essential in modern society, driving user engagement and satisfaction across diverse online platforms. Most RecSys focuses on designing a powerful encoder to embed users and items…

Recommendation SystemsRepresentation Learning

Rethinking Graph Masked Autoencoders through Alignment and Uniformity

2024-02-11 · Xiang Tao, Qiang Liu, Shu Wu, Liang Wang

Self-supervised learning on graphs can be bifurcated into contrastive and generative methods. Contrastive methods, also known as graph contrastive learning (GCL), have dominated graph self-supervised learning in the past…

Contrastive LearningSelf-Supervised Learning

Enhancing Attributed Graph Networks with Alignment and Uniformity Constraints for Session-based Recommendation

2024-10-14 · Xinping Zhao, Chaochao Chen, Jiajie Su, Yizhao Zhang 외

Session-based Recommendation (SBR), seeking to predict a user's next action based on an anonymous session, has drawn increasing attention for its practicability. Most SBR models only rely on the contextual transitions wi…

AttributeGraph Neural NetworkSession-Based Recommendations