English

The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender Systems

Information Retrieval 2025-05-19 v1 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2505.11388,
  title  = {The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender Systems},
  author = {Petr Kasalický and Martin Spišák and Vojtěch Vančura and Daniel Bohuněk and Rodrigo Alves and Pavel Kordík},
  journal= {arXiv preprint arXiv:2505.11388},
  year   = {2025}
}
R2 v1 2026-06-28T23:36:18.101Z