Towards Low-loss 1-bit Quantization of User-item Representations for Top-K Recommendation
Yankai Chen, Yifei Zhang, Yingxue Zhang, Huifeng Guo, Jingjie Li,, Ruiming Tang, Xiuqiang He, Irwin King

TL;DR
This paper introduces L^2Q-GCN, a 1-bit quantization method for user-item representations in recommender systems that preserves structural information and achieves high compression with minimal performance loss.
Contribution
It proposes a novel 1-bit quantization approach integrated within a graph convolutional network, improving recommendation accuracy while significantly reducing storage.
Findings
Achieves nearly 9x compression of representations.
Attains 90-99% of the performance of state-of-the-art models.
Demonstrates effectiveness across four benchmark datasets.
Abstract
Due to the promising advantages in space compression and inference acceleration, quantized representation learning for recommender systems has become an emerging research direction recently. As the target is to embed latent features in the discrete embedding space, developing quantization for user-item representations with a few low-precision integers confronts the challenge of high information loss, thus leading to unsatisfactory performance in Top-K recommendation. In this work, we study the problem of representation learning for recommendation with 1-bit quantization. We propose a model named Low-loss Quantized Graph Convolutional Network (L^2Q-GCN). Different from previous work that plugs quantization as the final encoder of user-item embeddings, L^2Q-GCN learns the quantized representations whilst capturing the structural information of user-item interaction graphs at different…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Stochastic Gradient Optimization Techniques
