Coarse-to-Fine Lightweight Meta-Embedding for ID-Based Recommendation
Yang Wang, Haipeng Liu, Zeqian Yi, Biao Qian, Meng Wang

TL;DR
This paper introduces a novel graph neural network-based recommendation method that learns both coarse and fine-grained meta-embeddings to improve recommendation accuracy under memory constraints.
Contribution
It proposes a coarse-to-fine meta-embedding framework utilizing GNNs, SparsePCA initialization, and a weight bridging strategy for enhanced semantic representation in recommendation systems.
Findings
Outperforms existing baselines in recommendation accuracy
Effectively captures both coarse and fine-grained semantics
Reduces memory usage while maintaining high performance
Abstract
The state-of-the-art recommendation systems have shifted the attention to efficient recommendation, e.g., on-device recommendation, under memory constraints. To this end, the existing methods either focused on the lightweight embeddings for both users and items, or involved on-device systems enjoying the compact embeddings to enhance reusability and reduces space complexity. However, they focus solely on the coarse granularity of embedding, while overlook the fine-grained semantic nuances, to adversarially downgrade the efficacy of meta-embeddings in capturing the intricate relationship over both user and item, consequently resulting into the suboptimal recommendations. In this paper, we aim to study how the meta-embedding can efficiently learn varied grained semantics, together with how the fine-grained meta-embedding can strengthen the representation of coarse-grained meta-embedding.…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques
MethodsSoftmax · Attention Is All You Need · Focus
