The Future Is Sparse: Embedding Compression For Scalable Retrieval In Recommender Systems | Awesome Learning to Hash Add your paper to Learning2Hash

The Future Is Sparse: Embedding Compression For Scalable Retrieval In Recommender Systems

Petr Kasalický, Martin Spišák, Vojtěch Vančura, Daniel Bohuněk, Rodrigo Alves, Pavel Kordík . Proceedings of the Nineteenth ACM Conference on Recommender Systems 2025 – 1 citation

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
Efficiency Evaluation Large Scale Search Recommender Systems Scalability

Industry-scale recommender systems face a core challenge: representing entities with high cardinality, such as users or items, using dense embeddings that must be accessible during both training and inference. However, as embedding sizes grow, memory constraints make storage and access increasingly difficult. We describe a lightweight, learnable embedding compression technique that projects dense embeddings into a high-dimensional, sparsely activated space. Designed for retrieval tasks, our method reduces memory requirements while preserving retrieval performance, enabling scalable deployment under strict resource constraints. Our results demonstrate that leveraging sparsity is a promising approach for improving the efficiency of large-scale recommenders. We release our code at https://github.com/recombee/CompresSAE.

Similar Work