菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-21
📄 Abstract - Multi-modal Test-time Adaptation via Adaptive Probabilistic Gaussian Calibration

Multi-modal test-time adaptation (TTA) enhances the resilience of benchmark multi-modal models against distribution shifts by leveraging the unlabeled target data during inference. Despite the documented success, the advancement of multi-modal TTA methodologies has been impeded by a persistent limitation, i.e., the lack of explicit modeling of category-conditional distributions, which is crucial for yielding accurate predictions and reliable decision boundaries. Canonical Gaussian discriminant analysis (GDA) provides a vanilla modeling of category-conditional distributions and achieves moderate advancement in uni-modal contexts. However, in multi-modal TTA scenario, the inherent modality distribution asymmetry undermines the effectiveness of modeling the category-conditional distribution via the canonical GDA. To this end, we introduce a tailored probabilistic Gaussian model for multi-modal TTA to explicitly model the category-conditional distributions, and further propose an adaptive contrastive asymmetry rectification technique to counteract the adverse effects arising from modality asymmetry, thereby deriving calibrated predictions and reliable decision boundaries. Extensive experiments across diverse benchmarks demonstrate that our method achieves state-of-the-art performance under a wide range of distribution shifts. The code is available at this https URL.

顶级标签: machine learning multi-modal
详细标签: test-time adaptation gaussian discriminant analysis distribution shift contrastive learning calibration 或 搜索:

基于自适应概率高斯校准的多模态测试时适应方法 / Multi-modal Test-time Adaptation via Adaptive Probabilistic Gaussian Calibration


1️⃣ 一句话总结

本文提出了一种新方法,通过专门设计的高斯概率模型来明确建模不同类别的数据分布,并利用自适应对比技术修正多模态数据间的不对称问题,从而在测试阶段无需标签即可显著提升模型在数据分布变化时的预测准确性和决策可靠性。

源自 arXiv: 2604.19093