paper-with-me

홈 › Papers

Understanding Capacity-Driven Scale-Out Neural Recommendation Inference

2020-11-04 · Michael Lui, Yavuz Yetim, Özgür Özkan, Zhuoran Zhao, Shin-Yeh Tsai, Carole-Jean Wu, Mark Hempstead

Deep learning recommendation models have grown to the terabyte scale. Traditional serving schemes--that load entire models to a single server--are unable to support this scale. One approach to support this scale is with distributed serving, or distributed inference, which divides the memory requirements of a single large model across multiple servers. This work is a first-step for the systems research community to develop novel model-serving solutions, given the huge system design space. Large-scale deep recommender systems are a novel workload and vital to study, as they consume up to 79% of all inference cycles in the data center. To that end, this work describes and characterizes scale-out deep learning recommendation inference using data-center serving infrastructure. This work specifically explores latency-bounded inference systems, compared to the throughput-oriented training systems of other recent works. We find that the latency and compute overheads of distributed inference are largely a result of a model's static embedding table distribution and sparsity of input inference requests. We further evaluate three embedding table mapping strategies of three DLRM-like models and specify challenging design trade-offs in terms of end-to-end latency, compute overhead, and resource efficiency. Overall, we observe only a marginal latency overhead when the data-center scale recommendation models are served with the distributed inference manner--P99 latency is increased by only 1% in the best case configuration. The latency overheads are largely a result of the commodity infrastructure used and the sparsity of embedding tables. Even more encouragingly, we also show how distributed inference can account for efficiency improvements in data-center scale recommendation serving.

📄 PDF Abstract BibTeX arXiv:2011.02084

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Atomic Intent Reasoning: Bringing LLM Semantics to Industrial Cross-Domain Recommendations

2026-06-09 · Zhuohang Jiang, Yuxin Chen, Shijie Wang, Haohao Qu 외 arxiv

Cross-domain recommendation is a core problem in content-to-e-commerce platforms. Its objective is to leverage user interactions with content to infer potential purchasing intent on the e-commerce side, thereby enhancing…

Recommendation Systems

Learning User Interests via Reasoning and Distillation for Cross-Domain News Recommendation

2026-02-16 · Mengdan Zhu, Yufan Zhao, Tao Di, Yulan Yan 외 arxiv

News recommendation plays a critical role in online news platforms by helping users discover relevant content. Cross-domain news recommendation further requires inferring user's underlying information needs from heteroge…

Reinforcement Learning

Enhancing Collaborative Semantics of Language Model-Driven Recommendations via Graph-Aware Learning

2024-06-19 · Zhong Guan, Likang Wu, Hongke Zhao, Ming He 외

Large Language Models (LLMs) are increasingly prominent in the recommendation systems domain. Existing studies usually utilize in-context learning or supervised fine-tuning on task-specific data to align LLMs into recomm…

In-Context LearningLanguage ModelingLanguage ModellingRecommendation Systems

Compute Only Once: UG-Separation for Efficient Large Recommendation Models

2026-02-11 · Hui Lu, Zheng Chai, Shipeng Bai, Hao Zhang 외 arxiv

Driven by scaling laws, recommender systems increasingly rely on larger-scale models to capture complex feature interactions and user behaviors, but this trend also leads to prohibitive training and inference costs. Whil…

Alternate Model Growth and Pruning for Efficient Training of Recommendation Systems

2021-05-04 · Xiaocong Du, Bhargav Bhushanam, Jiecao Yu, Dhruv Choudhary 외

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. M…

Recommendation Systems