Lightweight Embeddings for Graph Collaborative Filtering
Xurong Liang, Tong Chen, Lizhen Cui, Yang Wang, Meng Wang, Hongzhi Yin

TL;DR
LEGCF introduces a parameter-efficient, learnable assignment matrix on top of meta-embeddings for GNN-based collaborative filtering, improving recommendation accuracy while reducing storage overhead.
Contribution
The paper proposes LEGCF, a novel framework that jointly learns meta-embeddings and an assignment matrix with semantic similarity constraints for improved GNN-based recommendations.
Findings
LEGCF achieves the best size-performance trade-off on benchmark datasets.
It outperforms state-of-the-art baselines in recommendation accuracy.
The method maintains negligible storage overhead due to on-the-fly sparsification.
Abstract
Graph neural networks (GNNs) are currently one of the most performant collaborative filtering methods. Meanwhile, owing to the use of an embedding table to represent each user/item as a distinct vector, GNN-based recommenders have inherited the long-standing defect of parameter inefficiency. As a common practice for scalable embeddings, parameter sharing enables the use of fewer embedding vectors (i.e., meta-embeddings). When assigning meta-embeddings, most existing methods are a heuristically designed, predefined mapping from each user's/item's ID to the corresponding meta-embedding indexes, thus simplifying the optimization problem into learning only the meta-embeddings. However, in the context of GNN-based collaborative filtering, such a fixed mapping omits the semantic correlations between entities that are evident in the user-item interaction graph, leading to suboptimal…
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 · Knowledge Management and Sharing · Advanced Graph Neural Networks
