paper-with-me

Papers

A Generic Network Compression Framework for Sequential Recommender Systems

2020-04-21 · Yang Sun, Fajie Yuan, Min Yang, Guoao Wei, Zhou Zhao, Duo Liu

Sequential recommender systems (SRS) have become the key technology in capturing user's dynamic interests and generating high-quality recommendations. Current state-of-the-art sequential recommender models are typically based on a sandwich-structured deep neural network, where one or more middle (hidden) layers are placed between the input embedding layer and output softmax layer. In general, these models require a large number of parameters (such as using a large embedding dimension or a deep network architecture) to obtain their optimal performance. Despite the effectiveness, at some point, further increasing model size may be harder for model deployment in resource-constraint devices, resulting in longer responding time and larger memory footprint. To resolve the issues, we propose a compressed sequential recommendation framework, termed as CpRec, where two generic model shrinking techniques are employed. Specifically, we first propose a block-wise adaptive decomposition to approximate the input and softmax matrices by exploiting the fact that items in SRS obey a long-tailed distribution. To reduce the parameters of the middle layers, we introduce three layer-wise parameter sharing schemes. We instantiate CpRec using deep convolutional neural network with dilated kernels given consideration to both recommendation accuracy and efficiency. By the extensive ablation studies, we demonstrate that the proposed CpRec can achieve up to 4$\sim$8 times compression rates in real-world SRS datasets. Meanwhile, CpRec is faster during training\inference, and in most cases outperforms its uncompressed counterpart.

📄 PDF Abstract BibTeX arXiv:2004.13139

Code (1)

siat-nlp/CpRec 공식 구현 tf

Tasks

Recommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Rethinking Generative Recommender Tokenizer: Recsys-Native Encoding and Semantic Quantization Beyond LLMs

2026-02-02 · Yu Liang, Zhongjin Zhang, Yuxuan Zhu, Kerui Zhang 외 arxiv

Semantic ID (SID)-based recommendation is a promising paradigm for scaling sequential recommender systems, but existing methods largely follow a semantic-centric pipeline: item embeddings are learned from foundation mode…

Representation Learning

Language-Model Prior Overcomes Cold-Start Items

2024-11-13 · Shiyu Wang, Hao Ding, Yupeng Gu, Sergul Aydore 외

The growth of recommender systems (RecSys) is driven by digitization and the need for personalized content in areas such as e-commerce and video streaming. The content in these systems often changes rapidly and therefore…

Collaborative FilteringLanguage ModelingLanguage Modellingmodel+1

Embedding Compression in Recommender Systems: A Survey

2024-08-05 · Shiwei Li, Huifeng Guo, Xing Tang, Ruiming Tang 외

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 transfor…

Recommendation SystemsSurvey

LoRec: Large Language Model for Robust Sequential Recommendation against Poisoning Attacks

2024-01-31 · Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun 외

Sequential recommender systems stand out for their ability to capture users' dynamic interests and the patterns of item-to-item transitions. However, the inherent openness of sequential recommender systems renders them v…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems+2

EncodeRec: An Embedding Backbone for Recommendation Systems

2026-01-15 · Guy Hadad, Neomi Rabaev, Bracha Shapira arxiv

Recent recommender systems increasingly leverage embeddings from large pre-trained language models (PLMs). However, such embeddings exhibit two key limitations: (1) PLMs are not explicitly optimized to produce structured…

Sequential RecommendationRecommendation Systems