arXiv:2507.23284cs.CV2025-07ICCV被引 7

用双向概率估计解决多模态大模型检索中的候选偏见问题。

Bidirectional Likelihood Estimation with Multi-Modal Large Language Models for Text-Video Retrieval

  • 同时建模文本到视频和视频到文本的生成概率,实现双向似然估计。
  • 在四个基准上平均提升6.4 R@1,显著降低候选先验偏差。
  • 无需训练的校准模块可广泛用于视觉理解任务,适合多模态研究者。

文本-视频检索旨在从大规模在线数据库中为给定文本(或视频)查询找到最相关的文本(或视频)候选。近期工作利用多模态大语言模型(MLLMs)提升检索效果,尤其适用于长或复杂的查询-候选对。然而,我们观察到,直接使用MLLM进行基于候选似然的检索会引入候选先验偏差,导致模型偏好固有先验高的候选而非与查询更相关的内容。为此,我们提出一种新框架——基于多模态大模型的双向似然估计(BLiM),通过训练模型从给定视频生成文本,以及从给定文本生成视频特征,实现双向似然估计。此外,我们引入候选先验归一化(CPN)模块,一种简单有效的免训练分数校准方法,用于缓解候选似然中的先验偏差。在四个文本-视频检索基准上,配备CPN的BLiM平均提升6.4 R@1,有效缓解候选先验偏差并强调查询-候选相关性。跨多种多模态任务的深入分析表明,CPN具有广泛适用性,能通过减少对文本先验的依赖提升视觉理解能力。代码已开源:https://github.com/mlvlab/BLiM。

原文摘要 · Abstract (English)

Text-Video Retrieval aims to find the most relevant text (or video) candidate given a video (or text) query from large-scale online databases. Recent work leverages multi-modal large language models (MLLMs) to improve retrieval, especially for long or complex query-candidate pairs. However, we observe that the naive application of MLLMs, i.e., retrieval based on candidate likelihood, introduces candidate prior bias, favoring candidates with inherently higher priors over those more relevant to the query. To this end, we propose a novel retrieval framework, Bidirectional Likelihood Estimation with MLLM (BLiM), which leverages both query and candidate likelihoods by training the model to generate text from a given video as well as video features from a given text. Furthermore, we introduce Candidate Prior Normalization (CPN), a simple yet effective training-free score calibration module designed to mitigate candidate prior bias in candidate likelihood. On four Text-Video Retrieval benchmarks, our BLiM equipped with CPN outperforms previous state-of-the-art models by 6.4 R@1 on average, effectively alleviating candidate prior bias and emphasizing query-candidate relevance. Our in-depth analysis across various multi-modal tasks beyond retrieval highlights the broad applicability of CPN which enhances visual understanding by reducing reliance on textual priors. Code is available at https://github.com/mlvlab/BLiM.

文本视频检索多模态大模型似然估计偏见校正

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