paper-with-me

홈 › Papers

On-device Content-based Recommendation with Single-shot Embedding Pruning: A Cooperative Game Perspective

2024-11-20 · Hung Vinh Tran, Tong Chen, Guanhua Ye, Quoc Viet Hung Nguyen, Kai Zheng, Hongzhi Yin

Content-based Recommender Systems (CRSs) play a crucial role in shaping user experiences in e-commerce, online advertising, and personalized recommendations. However, due to the vast amount of categorical features, the embedding tables used in CRS models pose a significant storage bottleneck for real-world deployment, especially on resource-constrained devices. To address this problem, various embedding pruning methods have been proposed, but most existing ones require expensive retraining steps for each target parameter budget, leading to enormous computation costs. In reality, this computation cost is a major hurdle in real-world applications with diverse storage requirements, such as federated learning and streaming settings. In this paper, we propose Shapley Value-guided Embedding Reduction (Shaver) as our response. With Shaver, we view the problem from a cooperative game perspective, and quantify each embedding parameter's contribution with Shapley values to facilitate contribution-based parameter pruning. To address the inherently high computation costs of Shapley values, we propose an efficient and unbiased method to estimate Shapley values of a CRS's embedding parameters. Moreover, in the pruning stage, we put forward a field-aware codebook to mitigate the information loss in the traditional zero-out treatment. Through extensive experiments on three real-world datasets, Shaver has demonstrated competitive performance with lightweight recommendation models across various parameter budgets. The source code is available at https://github.com/chenxing1999/shaver

📄 PDF Abstract BibTeX arXiv:2411.13052

Code (1)

chenxing1999/shaver 공식 구현 pytorch

Tasks

Federated LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Bridging the Semantic-Collaborative Gap: An Asymmetric Graph Architecture for Cold-Start Item Recommendation

2026-06-04 · Anh Truong, John Trenkle, Yuanbo Chen, Honghong Zhao 외 arxiv

Collaborative filtering and graph-based recommendation models are highly effective because they leverage observed user interactions, but this dependence creates a fundamental cold-start challenge when newly added content…

Collaborative Filtering

Zero-Shot Recommendations with Pre-Trained Large Language Models for Multimodal Nudging

2023-09-02 · Rachel M. Harrison, Anton Dereventsov, Anton Bibin

We present a method for zero-shot recommendation of multimodal non-stationary content that leverages recent advancements in the field of generative AI. We propose rendering inputs of different modalities as textual descr…

A Multimodal Single-Branch Embedding Network for Recommendation in Cold-Start and Missing Modality Scenarios

2024-09-26 · Christian Ganhör, Marta Moscati, Anna Hausberger, Shah Nawaz 외

Most recommender systems adopt collaborative filtering (CF) and provide recommendations based on past collective interactions. Therefore, the performance of CF algorithms degrades when few or no interactions are availabl…

Collaborative FilteringMultimodal RecommendationRecommendation Systems

Heterogeneous federated collaborative filtering using FAIR: Federated Averaging in Random Subspaces

2023-11-03 · Aditya Desai, Benjamin Meisburger, Zichang Liu, Anshumali Shrivastava

Recommendation systems (RS) for items (e.g., movies, books) and ads are widely used to tailor content to users on various internet platforms. Traditionally, recommendation models are trained on a central server. However,…

Collaborative FilteringFederated LearningRecommendation Systems

Single-shot Embedding Dimension Search in Recommender System

2022-04-07 · Liang Qu, Yonghong Ye, Ningzhi Tang, Lixin Zhang 외

As a crucial component of most modern deep recommender systems, feature embedding maps high-dimensional sparse user/item features into low-dimensional dense embeddings. However, these embeddings are usually assigned a un…

Click-Through Rate PredictionRecommendation Systems