arXiv:2511.22862cs.LGcs.CV2025-11AAAI被引 2

提出新方法解决多模态测试时自适应中的特征与语义错位问题。

Bridging Modalities via Progressive Re-alignment for Multimodal Test-Time Adaptation

  • 分步处理:先对齐单模态特征分布,再通过对比学习增强跨模态交互。
  • 在多个真实和噪声数据集上实现优于现有方法的性能提升。
  • 适合需要在线适应多模态模型的工业场景或跨域应用研究者。

测试时自适应(TTA)通过仅使用无标签测试数据实现模型在线调整,旨在缩小源域与目标域之间的分布差距。然而,在多模态场景中,不同模态间分布偏移程度各异,导致单模态浅层特征漂移与跨模态高层语义错位的复杂耦合效应,严重制约了现有TTA方法向多模态领域的扩展。为此,我们提出一种新型多模态测试时自适应(MMTTA)框架——通过渐进式对齐桥接模态(BriMPR)。该框架包含两个逐步增强的模块,采用分解-求解策略应对耦合效应。首先将MMTTA分解为多个单模态特征对齐子问题,利用提示调优的强大函数逼近能力,将各模态全局特征分布校准至对应源分布,实现初始语义对齐。随后,对掩码与完整模态组合分配可信伪标签,并引入跨模态实例级对比学习,进一步强化模态间信息交互并优化对齐效果。在包含基于退化与真实世界域偏移的多项基准任务上的大量实验表明,所提方法显著优于现有方法。代码已开源于https://github.com/Luchicken/BriMPR。

原文摘要 · Abstract (English)

Test-time adaptation (TTA) enables online model adaptation using only unlabeled test data, aiming to bridge the gap between source and target distributions. However, in multimodal scenarios, varying degrees of distribution shift across different modalities give rise to a complex coupling effect of unimodal shallow feature shift and cross-modal high-level semantic misalignment, posing a major obstacle to extending existing TTA methods to the multimodal field. To address this challenge, we propose a novel multimodal test-time adaptation (MMTTA) framework, termed as Bridging Modalities via Progressive Re-alignment (BriMPR). BriMPR, consisting of two progressively enhanced modules, tackles the coupling effect with a divide-and-conquer strategy. Specifically, we first decompose MMTTA into multiple unimodal feature alignment sub-problems. By leveraging the strong function approximation ability of prompt tuning, we calibrate the unimodal global feature distributions to their respective source distributions, so as to achieve the initial semantic re-alignment across modalities. Subsequently, we assign the credible pseudo-labels to combinations of masked and complete modalities, and introduce inter-modal instance-wise contrastive learning to further enhance the information interaction among modalities and refine the alignment. Extensive experiments on MMTTA tasks, including both corruption-based and real-world domain shift benchmarks, demonstrate the superiority of our method. Our source code is available at https://github.com/Luchicken/BriMPR.

多模态测试时自适应特征对齐

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