paper-with-me

홈 › Papers

The Architectural Implications of Facebook's DNN-based Personalized Recommendation

2019-06-06 · Udit Gupta, Carole-Jean Wu, Xiaodong Wang, Maxim Naumov, Brandon Reagen, David Brooks, Bradford Cottel, Kim Hazelwood, Bill Jia, Hsien-Hsin S. Lee, Andrey Malevich, Dheevatsa Mudigere, Mikhail Smelyanskiy, Liang Xiong, Xuan Zhang

The widespread application of deep learning has changed the landscape of computation in the data center. In particular, personalized recommendation for content ranking is now largely accomplished leveraging deep neural networks. However, despite the importance of these models and the amount of compute cycles they consume, relatively little research attention has been devoted to systems for recommendation. To facilitate research and to advance the understanding of these workloads, this paper presents a set of real-world, production-scale DNNs for personalized recommendation coupled with relevant performance metrics for evaluation. In addition to releasing a set of open-source workloads, we conduct in-depth analysis that underpins future system design and optimization for at-scale recommendation: Inference latency varies by 60% across three Intel server generations, batching and co-location of inferences can drastically improve latency-bounded throughput, and the diverse composition of recommendation models leads to different optimization strategies.

📄 PDF Abstract BibTeX arXiv:1906.03109

Code (7)

facebookresearch/dlrm 공식 구현 pytorch
JShubhM15/recommender_systems pytorch
myungkeun-cho/taobao_dlrm pytorch
nikithamalgifb/dlrm pytorch
samiwilf/dlrm_from_shz0116 pytorch
soycoder/dlrm-fb pytorch
tensorflow/models/tree/master/official/recommendation/ranking tf

Similar Papers 제목 키워드 기반

Collaborative Multi-modal deep learning for the personalized product retrieval in Facebook Marketplace

2018-05-31 · Zheng Lu, Tan Zhao, Han Kun, Mao Ren

Facebook Marketplace is quickly gaining momentum among consumers as a favored customer-to-customer (C2C) product trading platform. The recommendation system behind it helps to significantly improve the user experience. B…

Retrieval

NxtPost: User to Post Recommendations in Facebook Groups

2022-02-08 · Kaushik Rangadurai, Yiqun Liu, Siddarth Malreddy, Xiaoyi Liu 외

In this paper, we present NxtPost, a deployed user-to-post content-based sequential recommender system for Facebook Groups. Inspired by recent advances in NLP, we have adapted a Transformer-based model to the domain of s…

Recommendation SystemsSequential Recommendation

PERS: A Personalized and Explainable POI Recommender System

2017-12-20 · Baral Ramesh, Li Tao

The Location-Based Social Networks (LBSN) (e.g., Facebook) have many factors (for instance, ratings, check-in time, etc.) that play a crucial role for the Point-of-Interest (POI) recommendations. Unlike ratings, the revi…

Explainable RecommendationRecommendation Systems

Towards Decentralization of Social Media

2018-11-28 · Sarang Mahajan, Amey Kasar

Facebook uses Artificial Intelligence for targeting users with advertisements based on the events in which they engage like sharing, liking, making comments, posts by a friend, a group creation, etcetera. Each user inter…

Marketing

Personalized Recommendation Tool Learning via Autonomous Language Agents

2026-07-22 · Mingdai Yang, Zhiwei Liu, Weizhi Zhang, Yibo Wang 외 arxiv

Although large language models (LLMs) have recently gained traction in recommender systems due to their strong reasoning capabilities and extensive world knowledge, previous LLM-based agents suffer from hallucination and…