paper-with-me

홈 › Papers

Understanding Training Efficiency of Deep Learning Recommendation Models at Scale

2020-11-11 · Bilge Acun, Matthew Murphy, Xiaodong Wang, Jade Nie, Carole-Jean Wu, Kim Hazelwood

The use of GPUs has proliferated for machine learning workflows and is now considered mainstream for many deep learning models. Meanwhile, when training state-of-the-art personal recommendation models, which consume the highest number of compute cycles at our large-scale datacenters, the use of GPUs came with various challenges due to having both compute-intensive and memory-intensive components. GPU performance and efficiency of these recommendation models are largely affected by model architecture configurations such as dense and sparse features, MLP dimensions. Furthermore, these models often contain large embedding tables that do not fit into limited GPU memory. The goal of this paper is to explain the intricacies of using GPUs for training recommendation models, factors affecting hardware efficiency at scale, and learnings from a new scale-up GPU server design, Zion.

📄 PDF Abstract BibTeX arXiv:2011.05497

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningGPU

Similar Papers 제목 키워드 기반

Understanding Scaling Laws for Recommendation Models

2022-08-17 · Newsha Ardalani, Carole-Jean Wu, Zeliang Chen, Bhargav Bhushanam 외

Scale has been a major driving force in improving machine learning performance, and understanding scaling laws is essential for strategic planning for a sustainable model quality performance growth, long-term resource pl…

Understanding Capacity-Driven Scale-Out Neural Recommendation Inference

2020-11-04 · Michael Lui, Yavuz Yetim, Özgür Özkan, Zhuoran Zhao 외

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 …

Recommendation Systems

Serendipitous Recommendation with Multimodal LLM

2025-06-09 · HaoTing Wang, Jianling Wang, Hao Li, Fangjun Yi 외

Conventional recommendation systems succeed in identifying relevant content but often fail to provide users with surprising or novel items. Multimodal Large Language Models (MLLMs) possess the world knowledge and multimo…

Recommendation SystemsWorld Knowledge

Tiny-NewsRec: Effective and Efficient PLM-based News Recommendation

2021-12-02 · Yang Yu, Fangzhao Wu, Chuhan Wu, Jingwei Yi 외

News recommendation is a widely adopted technique to provide personalized news feeds for the user. Recently, pre-trained language models (PLMs) have demonstrated the great capability of natural language understanding and…

Knowledge DistillationNatural Language UnderstandingNews Recommendation

LlamaRec: Two-Stage Recommendation using Large Language Models for Ranking

2023-10-25 · Zhenrui Yue, Sara Rabhi, Gabriel de Souza Pereira Moreira, Dong Wang 외

Recently, large language models (LLMs) have exhibited significant progress in language understanding and generation. By leveraging textual features, customized LLMs are also applied for recommendation and demonstrate imp…

Movie Recommendation