Multi-modal Test-time Adaptation via Adaptive Probabilistic Gaussian Calibration

arXiv cs.CV / 4/22/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses a key gap in multi-modal test-time adaptation by explicitly modeling category-conditional distributions, which prior approaches have not handled well.
  • It argues that canonical Gaussian discriminant analysis (GDA) is insufficient in multi-modal TTA because modality distribution asymmetry degrades the quality of category-conditional modeling.
  • The authors introduce an adaptive probabilistic Gaussian calibration (AdaPGC) approach that uses a tailored probabilistic Gaussian model plus an adaptive contrastive asymmetry rectification step.
  • Experiments across multiple benchmarks show state-of-the-art results across a wide range of distribution shift settings, and the authors provide code on GitHub.

Abstract

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 https://github.com/XuJinglinn/AdaPGC.

Multi-modal Test-time Adaptation via Adaptive Probabilistic Gaussian Calibration | AI Navigate