arXiv:2512.19115cs.CV2025-12ACL被引 2

MLLM在图文检索中表现差,因文本语义主导了模型表示。

Generative Giants, Retrieval Weaklings: Why do Multimodal Large Language Models Fail at Multimodal Retrieval?

  • 用稀疏自编码器分解模型表示,发现文本语义占主导
  • 视觉语义占比小,且关键特征反而是干扰项,降低检索效果
  • 提出ReAlign方法,无需微调即可显著提升零样本检索性能

尽管多模态大语言模型(MLLMs)在生成任务上表现卓越,但在零样本多模态检索任务中却表现出反直觉的缺陷。本文借助稀疏自编码器(SAEs)将MLLM输出表示分解为可解释的语义概念,探究其内在行为。分析表明,MLLM的表征空间过度被文本语义主导,而对多模态检索至关重要的视觉语义仅占极小部分。这一失衡源于模型对跨模态对齐的过度关注,虽有利于生成,却使嵌入向量趋同,削弱了检索所需的判别能力。进一步发现,用于相似度计算的关键特征实为干扰项,严重损害检索性能。基于此,我们提出ReAlign——一种测试时适配方法,通过白化变换调整模型表征空间的几何结构。实验表明,该简单干预在不进行微调的情况下,能一致提升多种MLLM的零样本多模态检索性能。代码已公开于https://github.com/Heinz217/mllm-retrieval-analysis。

原文摘要 · Abstract (English)

Despite the remarkable success of multimodal large language models (MLLMs) in generative tasks, we observe that they exhibit a counterintuitive deficiency in the zero-shot multimodal retrieval task. In this work, we investigate the underlying mechanisms that hinder MLLMs from being effective retrievers. With the help of sparse autoencoders (SAEs), we decompose MLLM output representations into interpretable semantic concepts to probe their intrinsic behavior. Our analysis reveals that the representation space of MLLMs is overwhelmingly dominated by textual semantics; and the visual semantics essential for multimodal retrieval only constitute a small portion. We find that this imbalance is compounded by the heavy focus of MLLMs on bridging image-text modalities, which facilitates generation but homogenizes embeddings and finally diminishes the discriminative power required for multimodal retrieval. We further discover that the specific feature components that contribute most to the similarity computations of MLLMs are actually distractors that greatly reduce retrieval performance. Building on these insights, we propose ReAlign, a test-time adaptation approach that applies a whitening transformation to adjust the geometry of MLLM representation spaces. Empirical results show that this simple intervention consistently improves zero-shot multimodal retrieval performance across diverse MLLMs without fine-tuning efforts. The code is available at https://github.com/Heinz217/mllm-retrieval-analysis.

多模态检索大模型表征分析

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。