用自适应偏好优化提升多模态大模型的序列推荐能力
Multimodal Large Language Models with Adaptive Preference Optimization for Sequential Recommendation
- 根据样本难易度和模型响应动态调整优化权重
- 通过高斯扰动输出分布减少跨模态语义偏差
- 适合需要融合图文信息的个性化推荐场景
近期大语言模型(LLMs)的发展为序列推荐提供了新路径,使用户行为序列可通过自然语言推理进行建模。现有方法将推荐任务转化为语言建模问题,通过监督微调学习用户偏好,但仅依赖文本模态,常忽略由产品图像或电影海报等视觉信号带来的细粒度兴趣。多模态大语言模型(MLLMs)通过在共享语义空间中对齐文本与视觉信息,提供更好解决方案。当前主流训练范式采用监督微调(SFT)后接直接偏好优化(DPO),但仍面临两大挑战:1)样本难易不均,随机负样本采样导致对简单样本过拟合、对困难样本欠训练;2)跨模态语义偏见,固定参考模型限制策略模型纠正模态错位,尤其在长序列中更显著。为此,本文提出一种融合硬度感知与噪声正则化偏好优化的推荐框架——HaNoRec。该框架动态调整每个训练样本的优化权重,结合样本估计难度与模型实时响应性,优先关注困难样本;进一步在输出logits上引入高斯扰动分布优化,增强跨模态语义一致性,缓解来自参考模型的模态偏差。
原文摘要 · Abstract (English)
Recent advances in Large Language Models (LLMs) have opened new avenues for sequential recommendation by enabling natural language reasoning over user behavior sequences. A common approach formulates recommendation as a language modeling task, where interaction histories are transformed into prompts and user preferences are learned via supervised fine-tuning. However, these methods operate solely in the textual modality and often miss users' fine-grained interests, especially when shaped by rich visual signals such as product images or movie posters. Multimodal Large Language Models (MLLMs) offer a promising alternative by aligning text and vision in a shared semantic space. A prevalent training paradigm applies Supervised Fine-Tuning (SFT) followed by Direct Preference Optimization (DPO) to model user preferences. Yet, two core challenges remain: 1) Imbalanced sample hardness, where random negative sampling causes overfitting on easy examples and under-training on hard ones; 2) Cross-modal semantic bias, where the fixed reference model in DPO prevents the policy model from correcting modality misalignments--especially over long sequences. To address these issues, we propose a Multimodal LLM framework that integrates Hardness-aware and Noise-regularized preference optimization for Recommendation (HaNoRec). Specifically, HaNoRec dynamically adjusts optimization weights based on both the estimated hardness of each training sample and the policy model's real-time responsiveness, prioritizing harder examples. It further introduces Gaussian-perturbed distribution optimization on output logits to enhance cross-modal semantic consistency and reduce modality bias inherited from the reference model.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。