Graph-enhanced Optimizers for Structure-aware Recommendation Embedding Evolution
Cong Xu, Jun Wang, Jianyong Wang, Wei Zhang

TL;DR
This paper introduces SEvo, a novel embedding update mechanism that incorporates graph structural information directly into recommendation embeddings, improving performance with minimal overhead.
Contribution
SEvo is a new embedding evolution method that integrates graph structure into embeddings without relying on GNNs, enhancing optimizer performance in recommender systems.
Findings
SEvo improves recommendation accuracy across multiple datasets.
SEvo-enhanced AdamW outperforms standard optimizers.
Theoretical analysis confirms SEvo's convergence properties.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsAdamW
