paper-with-me

Papers

Graph-enhanced Optimizers for Structure-aware Recommendation Embedding Evolution

2023-09-24 · Cong Xu, Jun Wang, Jianyong Wang, Wei zhang

Embedding plays a key role in modern recommender systems because they are virtual representations of real-world entities and the foundation for subsequent decision-making models. In this paper, we propose a novel embedding update mechanism, Structure-aware Embedding Evolution (SEvo for short), to encourage related nodes to evolve similarly at each step. Unlike GNN (Graph Neural Network) that typically serves as an intermediate module, SEvo is able to directly inject graph structural information into embedding with minimal computational overhead during training. The convergence properties of SEvo along with its potential variants are theoretically analyzed to justify the validity of the designs. Moreover, SEvo can be seamlessly integrated into existing optimizers for state-of-the-art performance. Particularly SEvo-enhanced AdamW with moment estimate correction demonstrates consistent improvements across a spectrum of models and datasets, suggesting a novel technical route to effectively utilize graph structural information beyond explicit GNN modules.

📄 PDF Abstract BibTeX arXiv:2310.03032

Code (1)

mtandhj/sevo 공식 구현 pytorch

Tasks

Decision MakingGraph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

A Review-aware Graph Contrastive Learning Framework for Recommendation

2022-04-26 · Jie Shuai, Kun Zhang, Le Wu, Peijie Sun 외

Most modern recommender systems predict users preferences with two components: user and item embedding learning, followed by the user-item interaction modeling. By utilizing the auxiliary review information accompanied w…

Contrastive LearningRecommendation SystemsRepresentation Learning

Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations

2021-07-12 · Liwei Huang, Yutao Ma, Yanbo Liu, Bohong 외

Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's his…

PositionSequential Recommendation

Heterogeneous Graph Contrastive Learning for Recommendation

2023-03-02 · Mengru Chen, Chao Huang, Lianghao Xia, Wei Wei 외

Graph Neural Networks (GNNs) have become powerful tools in modeling graph-structured data in recommender systems. However, real-life recommendation scenarios usually involve heterogeneous relationships (e.g., social-awar…

Contrastive LearningRecommendation SystemsRelational ReasoningSelf-Supervised Learning+1

MOPI-HFRS: A Multi-objective Personalized Health-aware Food Recommendation System with LLM-enhanced Interpretation

2024-12-12 · Zheyuan Zhang, Zehong Wang, Tianyi Ma, Varun Sameer Taneja 외

The prevalence of unhealthy eating habits has become an increasingly concerning issue in the United States. However, major food recommendation platforms (e.g., Yelp) continue to prioritize users' dietary preferences over…

DescriptiveFood recommendationGraph LearningLarge Language Model+1

Modeling Scale-free Graphs with Hyperbolic Geometry for Knowledge-aware Recommendation

2021-08-14 · Yankai Chen, Menglin Yang, Yingxue Zhang, Mengchen Zhao 외

Aiming to alleviate data sparsity and cold-start problems of traditional recommender systems, incorporating knowledge graphs (KGs) to supplement auxiliary information has recently gained considerable attention. Via unify…

Knowledge-Aware RecommendationKnowledge GraphsRecommendation Systems