用结构对齐与解耦适配提升视觉语言模型在推荐中的效果
Structural and Disentangled Adaptation of Large Vision Language Models for Multimodal Recommendation
- 通过模态内结构做软教师,对齐跨模态嵌入空间
- 解耦梯度流使模型在长尾物品上提升18.70%
- 轻量设计兼容现有推荐系统,推理开销极小
多模态推荐通过融合视觉和文本信号提升准确性,其关键在于学习高质量的跨模态表示。近年来大视觉语言模型(LVLM)提供了统一的多模态表征学习能力,成为理想骨干网络。然而将其应用于推荐仍面临两大挑战:(i) 表示错位,即商品数据与通用预训练间的领域差异导致嵌入空间不一致;(ii) 微调时梯度冲突,共享适配器引发干扰,削弱区分能力。为此,我们提出SDA框架,包含两个组件:跨模态结构对齐(CMSA)与模态解耦适配(MoDA)。CMSA利用模态内结构作为软教师实现嵌入对齐,MoDA通过专家化、门控的低秩路径解耦梯度流。在三个公开Amazon数据集上的实验表明,SDA可无缝集成至现有多模态与序列推荐模型,平均提升Hit@10 6.15%、NDCG@10 8.64%;对长尾物品最高提升12.83%和18.70%,且推理开销极低。
原文摘要 · Abstract (English)
Multimodal recommendation enhances accuracy by leveraging visual and textual signals, and its success largely depends on learning high-quality cross-modal representations. Recent advances in Large Vision-Language Models (LVLMs) offer unified multimodal representation learning, making them a promising backbone. However, applying LVLMs to recommendation remains challenging due to (i) representation misalignment, where domain gaps between item data and general pre-training lead to unaligned embedding spaces, and (ii) gradient conflicts during fine-tuning, where shared adapters cause interference and a lack of discriminative power. To address this, we propose SDA, a lightweight framework for Structural and Disentangled Adaptation, which integrates two components: Cross-Modal Structural Alignment (CMSA) and Modality-Disentangled Adaptation. CMSA aligns embeddings using intra-modal structures as a soft teacher, while MoDA mitigates gradient conflicts via expertized, gated low-rank paths to disentangle gradient flows. Experiments on three public Amazon datasets show SDA integrates seamlessly with existing multimodal and sequential recommenders, yielding average gains of 6.15% in Hit@10 and 8.64% in NDCG@10. It also achieves up to 12.83% and 18.70% gains on long-tail items with minimal inference overhead. Our code and full experimental results are available at https://github.com/RaoZhongtao/SDA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。