端到端多模态推荐系统,提升冷启动与实时更新能力
LEMUR: Large scale End-to-end MUltimodal Recommendation
- 端到端联合优化多模态与推荐模块,避免特征错配
- 内存库机制降低历史数据计算成本,支持实时更新
- 在抖音搜索中降低0.843%查询变化率,提升QAUC 0.81%
传统基于ID的推荐系统常面临冷启动和泛化能力差的问题。多模态推荐通过利用文本和视觉信息,有望缓解这些挑战。但现有工业方案多采用两阶段训练:先预训练多模态模型,再冻结其表示用于推荐训练。这种解耦框架导致多模态学习与推荐目标不一致,且难以动态适应新数据。为此,我们提出LEMUR,首个从原始数据端到端训练的大规模多模态推荐系统。通过联合优化多模态与推荐组件,确保与下游任务更紧密对齐,并支持实时参数更新。构建用户历史多模态序列表示通常计算开销巨大,为此我们提出一种新型内存库机制,训练过程中增量累积历史多模态表示。在抖音搜索上线一个月后,LEMUR使查询变化率衰减降低0.843%,QAUC提升0.81%。同时,在抖音广告的关键离线指标上也取得显著提升。结果验证了端到端多模态推荐在真实工业场景中的优势。
原文摘要 · Abstract (English)
Traditional ID-based recommender systems often struggle with cold-start and generalization challenges. Multimodal recommendation systems, which leverage textual and visual data, offer a promising solution to mitigate these issues. However, existing industrial approaches typically adopt a two-stage training paradigm: first pretraining a multimodal model, then applying its frozen representations to train the recommendation model. This decoupled framework suffers from misalignment between multimodal learning and recommendation objectives, as well as an inability to adapt dynamically to new data. To address these limitations, we propose LEMUR, the first large-scale multimodal recommender system trained end-to-end from raw data. By jointly optimizing both the multimodal and recommendation components, LEMUR ensures tighter alignment with downstream objectives while enabling real-time parameter updates. Constructing multimodal sequential representations from user history often entails prohibitively high computational costs. To alleviate this bottleneck, we propose a novel memory bank mechanism that incrementally accumulates historical multimodal representations throughout the training process. After one month of deployment in Douyin Search, LEMUR has led to a 0.843% reduction in query change rate decay and a 0.81% improvement in QAUC. Additionally, LEMUR has shown significant gains across key offline metrics for Douyin Advertisement. Our results validate the superiority of end-to-end multimodal recommendation in real-world industrial scenarios.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。