paper-with-me

홈 › Papers

Alternate Model Growth and Pruning for Efficient Training of Recommendation Systems

2021-05-04 · Xiaocong Du, Bhargav Bhushanam, Jiecao Yu, Dhruv Choudhary, Tianxiang Gao, Sherman Wong, Louis Feng, Jongsoo Park, Yu Cao, Arun Kejariwal

Deep learning recommendation systems at scale have provided remarkable gains through increasing model capacity (i.e. wider and deeper neural networks), but it comes at significant training cost and infrastructure cost. Model pruning is an effective technique to reduce computation overhead for deep neural networks by removing redundant parameters. However, modern recommendation systems are still thirsty for model capacity due to the demand for handling big data. Thus, pruning a recommendation model at scale results in a smaller model capacity and consequently lower accuracy. To reduce computation cost without sacrificing model capacity, we propose a dynamic training scheme, namely alternate model growth and pruning, to alternatively construct and prune weights in the course of training. Our method leverages structured sparsification to reduce computational cost without hurting the model capacity at the end of offline training so that a full-size model is available in the recurring training stage to learn new data in real-time. To the best of our knowledge, this is the first work to provide in-depth experiments and discussion of applying structural dynamics to recommendation systems at scale to reduce training cost. The proposed method is validated with an open-source deep-learning recommendation model (DLRM) and state-of-the-art industrial-scale production models.

📄 PDF Abstract BibTeX arXiv:2105.01064

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Dense-to-Sparse Paradigm for Pruning Online Recommendation System with Non-Stationary Data

2020-10-16 · Mao Ye, Dhruv Choudhary, Jiecao Yu, Ellie Wen 외

Large scale deep learning provides a tremendous opportunity to improve the quality of content recommendation systems by employing both wider and deeper models, but this comes at great infrastructural cost and carbon foot…

Recommendation Systems

Gaussians on a Diet: High-Quality Memory-Bounded 3D Gaussian Splatting Training

2026-04-21 · Yangming Zhang, Jian Xu, Chaojian Li, Kunxiong Zhu 외 arxiv

3D Gaussian Splatting (3DGS) has revolutionized novel view synthesis with high-quality rendering through continuous aggregations of millions of 3D Gaussian primitives. However, it suffers from a substantial memory footpr…

Novel View Synthesis

Deep Learning Model Acceleration and Optimization Strategies for Real-Time Recommendation Systems

2025-06-13 · Junli Shao, Jing Dong, Dingzhou Wang, Kowei Shih 외

With the rapid growth of Internet services, recommendation systems play a central role in delivering personalized content. Faced with massive user requests and complex model architectures, the key challenge for real-time…

QuantizationRecommendation SystemsScheduling

SlimSAM: 0.1% Data Makes Segment Anything Slim

2023-12-08 · Zigeng Chen, Gongfan Fang, Xinyin Ma, Xinchao Wang

Current approaches for compressing the Segment Anything Model (SAM) yield commendable results, yet necessitate extensive data to train a new network from scratch. Employing conventional pruning techniques can remarkably …

Breaking Feedback Loops in Recommender Systems with Causal Inference

2022-07-04 · Karl Krauth, Yixin Wang, Michael I. Jordan

Recommender systems play a key role in shaping modern web ecosystems. These systems alternate between (1) making recommendations (2) collecting user responses to these recommendations, and (3) retraining the recommendati…

Causal InferenceRecommendation Systems