paper-with-me

Papers

Embedding Compression in Recommender Systems: A Survey

2024-08-05 · Shiwei Li, Huifeng Guo, Xing Tang, Ruiming Tang, Lu Hou, Ruixuan Li, Rui Zhang

To alleviate the problem of information explosion, recommender systems are widely deployed to provide personalized information filtering services. Usually, embedding tables are employed in recommender systems to transform high-dimensional sparse one-hot vectors into dense real-valued embeddings. However, the embedding tables are huge and account for most of the parameters in industrial-scale recommender systems. In order to reduce memory costs and improve efficiency, various approaches are proposed to compress the embedding tables. In this survey, we provide a comprehensive review of embedding compression approaches in recommender systems. We first introduce deep learning recommendation models and the basic concept of embedding compression in recommender systems. Subsequently, we systematically organize existing approaches into three categories, namely low-precision, mixed-dimension, and weight-sharing, respectively. Lastly, we summarize the survey with some general suggestions and provide future prospects for this field.

📄 PDF Abstract BibTeX arXiv:2408.02304

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSurvey

Similar Papers 제목 키워드 기반

Embedding in Recommender Systems: A Survey

2023-10-28 · Xiangyu Zhao, Maolin Wang, Xinjian Zhao, Jiansheng Li 외

Recommender systems have become an essential component of many online platforms, providing personalized recommendations to users. A crucial aspect is embedding techniques that coverts the high-dimensional discrete featur…

AutoMLCollaborative FilteringQuantizationRecommendation Systems+2

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

2025-05-16 · Petr Kasalický, Martin Spišák, Vojtěch Vančura, Daniel Bohuněk 외

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, a…

Recommendation SystemsRetrieval

Multi-Behavior Recommender Systems: A Survey

2025-03-10 · Kyungho Kim, Sunwoo Kim, Geon Lee, Jinhong Jung 외

Traditional recommender systems primarily rely on a single type of user-item interaction, such as item purchases or ratings, to predict user preferences. However, in real-world scenarios, users engage in a variety of beh…

Recommendation SystemsSurvey

Vector Quantization for Recommender Systems: A Review and Outlook

2024-05-06 · Qijiong Liu, Xiaoyu Dong, Jiaren Xiao, Nuo Chen 외

Vector quantization, renowned for its unparalleled feature compression capabilities, has been a prominent topic in signal processing and machine learning research for several decades and remains widely utilized today. Wi…

Feature CompressionQuantizationRecommendation SystemsSurvey

A Survey of Graph Neural Networks for Recommender Systems: Challenges, Methods, and Directions

2021-09-27 · submitted to TOIS 2021 9 · Chen Gao, Yu Zheng, Nian Li, Yinfeng Li 외

Recommender system is one of the most important information services on today's Internet. Recently, graph neural networks have become the new state-of-the-art approach to recommender systems. In this survey, we conduct a…

graph constructionGraph Neural NetworkModel OptimizationRecommendation Systems