paper-with-me

홈 › Papers

Efficient user history modeling with amortized inference for deep learning recommendation models

2024-12-09 · Lars Hertel, Neil Daftary, Fedor Borisyuk, Aman Gupta, Rahul Mazumder

We study user history modeling via Transformer encoders in deep learning recommendation models (DLRM). Such architectures can significantly improve recommendation quality, but usually incur high latency cost necessitating infrastructure upgrades or very small Transformer models. An important part of user history modeling is early fusion of the candidate item and various methods have been studied. We revisit early fusion and compare concatenation of the candidate to each history item against appending it to the end of the list as a separate item. Using the latter method, allows us to reformulate the recently proposed amortized history inference algorithm M-FALCON \cite{zhai2024actions} for the case of DLRM models. We show via experimental results that appending with cross-attention performs on par with concatenation and that amortization significantly reduces inference costs. We conclude with results from deploying this model on the LinkedIn Feed and Ads surfaces, where amortization reduces latency by 30\% compared to non-amortized inference.

📄 PDF Abstract BibTeX arXiv:2412.06924

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Variational Bayesian Context-aware Representation for Grocery Recommendation

2019-09-17 · Zaiqiao Meng, Richard McCreadie, Craig Macdonald, Iadh Ounis

Grocery recommendation is an important recommendation use-case, which aims to predict which items a user might choose to buy in the future, based on their shopping history. However, existing methods only represent each u…

Variational Inference

Massive Memorization with Hundreds of Trillions of Parameters for Sequential Transducer Generative Recommenders

2025-10-24 · Zhimin Chen, Chenyu Zhao, Ka Chun Mo, Yunjiang Jiang 외 arxiv

Modern large-scale recommendation systems rely heavily on user interaction history sequences to enhance the model performance. The advent of large language models and sequential modeling techniques, particularly transfor…

Recommendation Systems

Sequential recommendation with metric models based on frequent sequences

2020-08-12 · Corentin Lonjarret, Roch Auburtin, Céline Robardet, Marc Plantevit

Modeling user preferences (long-term history) and user dynamics (short-term history) is of greatest importance to build efficient sequential recommender systems. The challenge lies in the successful combination of the wh…

Recommendation SystemsSequential Recommendation

UnifiedSSR: A Unified Framework of Sequential Search and Recommendation

2023-10-21 · Jiayi Xie, Shang Liu, Gao Cong, Zhenzhong Chen

In this work, we propose a Unified framework of Sequential Search and Recommendation (UnifiedSSR) for joint learning of user behavior history in both search and recommendation scenarios. Specifically, we consider user-in…

Self-Supervised Learning

HistLLM: A Unified Framework for LLM-Based Multimodal Recommendation with User History Encoding and Compression

2025-04-14 · Chen Zhang, Bo Hu, Weidong Chen, Zhendong Mao

While large language models (LLMs) have proven effective in leveraging textual data for recommendations, their application to multimodal recommendation tasks remains relatively underexplored. Although LLMs can process mu…

Multimodal Recommendation