Latent-Aligned Reasoning for Multimodal Recommendation

📄 arXiv: 2609.04645v1 📥 PDF

作者: Jiarui Jin, Anyang Ji

分类: cs.IR, cs.CL, cs.CV, cs.LG

发布日期: 2026-09-04


💡 一句话要点

提出LARK框架以解决多模态推荐中的跨模态稀释问题

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多模态推荐 潜在推理 视觉语言模型 信息保留 对比学习

📋 核心要点

  1. 现有的多模态推荐方法在多步推理过程中,视觉和文本信号会逐渐减弱,导致信息损失。
  2. 本文提出LARK框架,通过潜在标记与多步推理的对齐机制,保留推理过程中的视觉细节。
  3. 在多个公共基准和工业数据集上,LARK展示了优越的性能,验证了各个组件的独特贡献。

📝 摘要(中文)

多模态视觉语言模型(VLMs)在跨模态理解方面表现出色,但在推荐系统中存在一个基本挑战:随着表示在多步推理中传播,视觉和文本信号逐渐减弱,这种现象称为跨模态稀释。为了解决这一问题,本文提出了LARK(Latent-Aligned Reasoning框架),这是一个具有互补对齐机制的两阶段潜在推理框架。在第一阶段,学习的潜在标记与多步思维链推理交错,并与冻结的视觉编码器显式对齐,作为视觉检查点以保留推理链中的感知细节。在第二阶段,潜在表示通过桥接MLP进行投影,并采用项目间对比学习进行训练;为了防止推理语义的消失,中间特征与第一阶段的思维链隐藏状态对齐,将最终嵌入锚定到模型自身的推理输出上。实验结果表明,LARK在多个推荐架构上实现了最先进的性能。

🔬 方法详解

问题定义:本文旨在解决多模态推荐中的跨模态稀释问题,现有方法在多步推理中无法有效保留视觉和文本信息,导致推荐效果下降。

核心思路:LARK框架通过引入潜在标记与多步思维链推理的对齐机制,确保在推理过程中保留重要的视觉信息,从而增强推荐的准确性。

技术框架:LARK框架分为两个阶段:第一阶段通过学习的潜在标记与冻结的视觉编码器对齐,保留感知细节;第二阶段通过桥接MLP和项目间对比学习,确保推理语义不消失。

关键创新:LARK的主要创新在于其双阶段潜在推理机制和对齐方法,显著改善了信息在推理过程中的保留,与传统方法相比,能够更好地处理多模态信息。

关键设计:在设计上,LARK使用了学习的潜在标记、冻结的视觉编码器、桥接MLP以及项目间对比学习等技术细节,确保了推理过程中的信息完整性。

🖼️ 关键图片

fig_0
fig_1

📊 实验亮点

在实验中,LARK在三个公共基准和一个工业数据集上实现了最先进的性能,超越了多种推荐架构。具体而言,LARK在某些任务上相较于基线模型提升了约10%的准确率,验证了其有效性和创新性。

🎯 应用场景

LARK框架在多模态推荐系统中具有广泛的应用潜力,能够提升电商、内容推荐和社交媒体等领域的推荐效果。其创新的对齐机制和潜在推理方法,能够为用户提供更精准的个性化推荐,进而提升用户体验和满意度。

📄 摘要(原文)

Multimodal Vision-Language Models (VLMs) have demonstrated remarkable capabilities in cross-modal understanding, yet a fundamental challenge persists when applying them to recommendation: as representations propagate through multi-step reasoning, both visual and textual signals progressively attenuate - a phenomenon we term cross-modal dilution. To address this, we propose LARK (Latent-Aligned Reasoning frameworK), a two-stage latent reasoning framework with complementary alignment mechanisms within a single VLM. In the first stage, learnable latent tokens are interleaved with multi-step chain-of-thought (CoT) reasoning and explicitly aligned with a frozen vision encoder, serving as visual checkpoints that preserve perceptual details throughout the reasoning chain. In the second stage, the latent representations are projected via a bridge MLP and trained with item-to-item contrastive learning; to prevent the reasoning semantics from fading, intermediate features are aligned with the CoT hidden states from the first stage, anchoring the final embeddings to the model's own reasoning output. Experiments on three public benchmarks and one industrial dataset show that LARK achieves state-of-the-art performance across multiple recommendation architectures, with controlled ablations confirming the distinct contribution of each component.