MuSeR: Scalable Long-sequence Recommendation with Multi-interest Modeling

📅 2026-09-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出MuSeR框架,通过多层次时间压缩、多兴趣提取及多模态语义对齐方法解决长序列推荐问题,提高了用户活跃度和会话时长。
📝 Abstract
Ultra-long user behavior sequences carry rich signals of stable and diverse preferences, yet industrial recommender systems typically truncate histories to a few hundred actions under strict latency and memory budgets, leaving long-term interests under-utilized. Users also pursue multiple heterogeneous intents across modalities such as news, Q&A, and short video, which sparse ID embeddings alone struggle to represent. We present Multi-interest Sequence Representation (MuSeR), a retrieval framework built on the deployed MGS system, which integrates three components: (i) hierarchical temporal compression, which retains recent actions at full resolution while progressively pooling older segments, so that per-user histories of $10^{4}$-$10^{5}$ interactions fit within a fixed serving budget; (ii) disentangled multi-query interest extraction with orthogonality regularization; and (iii) multimodal semantic alignment, which augments sparse item IDs with textual summaries distilled from a large language model. For industrial deployment, MuSeR further adopts asynchronous user-representation refresh with adaptive caching and hierarchical beam-search retrieval across heterogeneous hardware. On three public benchmarks and a large-scale industrial dataset, MuSeR consistently improves Recall@$K$ over strong long-sequence and multi-interest baselines. In online A/B tests on Baidu APP's homepage feed, discovery feed, and short-video scenarios, MuSeR yields +0.26% daily active users and +0.89% total session duration (both statistically significant, p<0.05), alongside reduced serving latency and cost. Rather than proposing a new modeling primitive, our contribution is a system-level integration that makes long-term, multi-interest, and multimodal modeling jointly deployable in a real-time production pipeline, together with the engineering practices required to sustain it.
Problem

Research questions and friction points this paper is trying to address.

long-sequence recommendation
multi-interest modeling
ultra-long user behavior sequences
heterogeneous intents
sparse ID embeddings
Innovation

Methods, ideas, or system contributions that make the work stand out.

hierarchical temporal compression
disentangled multi-query interest extraction
multimodal semantic alignment
🔎 Similar Papers
Y
Yongkang Fu
Baidu, Beijing, China
B
Beining Bao
City University of Hong Kong, Hong Kong SAR, China
Y
Yu Jiang
Chinese University of Hong Kong, Hong Kong SAR, China
Xiangyu Zhao
Xiangyu Zhao
Associate Professor, City University of Hong Kong
RecommendationsLarge Language Models (LLMs)TrustworthyAISearch EngineUrban Computing
H
Hongyang Wei
Baidu, Beijing, China
G
Guangxing Chen
Baidu, Beijing, China
Z
Zuodong Yang
Baidu, Beijing, China
S
Shantao Li
Baidu, Beijing, China
Z
Zonggang Wu
Baidu, Beijing, China
Y
Yuqi Lu
Baidu, Beijing, China
S
Shouke Qin
Baidu, Beijing, China
Hanmeng Liu
Hanmeng Liu
Associate Professor | Hainan University
Natural language processing
Maolin Wang
Maolin Wang
City University of Hong Kong
Tensor DecompositionMachine LearningModel Compression