paper-with-me

Papers

Diffusion Model for Interest Refinement in Multi-Interest Recommendation

2025-02-08 · Yankun Le, Haoran Li, Baoyuan Ou, Yingjie Qin, Zhixuan Yang, Ruilong Su, Fu Zhang

Multi-interest candidate matching plays a pivotal role in personalized recommender systems, as it captures diverse user interests from their historical behaviors. Most existing methods utilize attention mechanisms to generate interest representations by aggregating historical item embeddings. However, these methods only capture overall item-level relevance, leading to coarse-grained interest representations that include irrelevant information. To address this issue, we propose the Diffusion Multi-Interest model (DMI), a novel framework for refining user interest representations at the dimension level. Specifically, DMI first introduces controllable noise into coarse-grained interest representations at the dimensional level. Then, in the iterative reconstruction process, DMI combines a cross-attention mechanism and an item pruning strategy to reconstruct the personalized interest vectors with the guidance of tailored collaborative information. Extensive experiments demonstrate the effectiveness of DMI, surpassing state-of-the-art methods on offline evaluations and an online A/B test. Successfully deployed in the real-world recommender system, DMI effectively enhances user satisfaction and system performance at scale, serving the major traffic of hundreds of millions of daily active users. \footnote{The code will be released for reproducibility once the paper is accepted.}

📄 PDF Abstract BibTeX arXiv:2502.05561

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

DiffNet++: A Neural Influence and Interest Diffusion Network for Social Recommendation

2020-01-15 · Le Wu, Junwei Li, Peijie Sun, Richang Hong 외

Social recommendation has emerged to leverage social connections among users for predicting users' unknown preferences, which could alleviate the data sparsity issue in collaborative filtering based recommendation. Early…

Collaborative Filtering

GemiRec: Interest Quantization and Generation for Multi-Interest Recommendation

2025-10-16 · Zhibo Wu, Yunfan Wu, Quan Liu, Lin Jiang 외 arxiv

Multi-interest recommendation has gained attention, especially in industrial retrieval stage. Unlike classical dual-tower methods, it generates multiple user representations instead of a single one to model comprehensive…

Is This News Still Interesting to You?: Lifetime-aware Interest Matching for News Recommendation

2025-08-18 · Seongeun Ryu, Yunyong Ko, Sang-Wook Kim arxiv

Personalized news recommendation aims to deliver news articles aligned with users' interests, serving as a key solution to alleviate the problem of information overload on online news platforms. While prior work has impr…

Iterative Semantic Reasoning from Individual to Group Interests for Generative Recommendation with LLMs

2026-03-14 · Xiaofei Zhu, Jinfei Chen, Feiyang Yuan, Zhou Yang arxiv

Recommendation systems aim to learn user interests from historical behaviors and deliver relevant items. Recent methods leverage large language models (LLMs) to construct and integrate semantic representations of users a…

Recommendation Systems

Distinguished Quantized Guidance for Diffusion-based Sequence Recommendation

2025-01-29 · Wenyu Mao, Shuchang Liu, Haoyang Liu, Haozhe Liu 외

Diffusion models (DMs) have emerged as promising approaches for sequential recommendation due to their strong ability to model data distributions and generate high-quality items. Existing work typically adds noise to the…

DenoisingQuantizationSequential Recommendation