paper-with-me

홈 › Papers

Smoothing the Shift: Towards Stable Test-Time Adaptation under Complex Multimodal Noises

2025-03-04 · Zirun Guo, Tao Jin

Test-Time Adaptation (TTA) aims to tackle distribution shifts using unlabeled test data without access to the source data. In the context of multimodal data, there are more complex noise patterns than unimodal data such as simultaneous corruptions for multiple modalities and missing modalities. Besides, in real-world applications, corruptions from different distribution shifts are always mixed. Existing TTA methods always fail in such multimodal scenario because the abrupt distribution shifts will destroy the prior knowledge from the source model, thus leading to performance degradation. To this end, we reveal a new challenge named multimodal wild TTA. To address this challenging problem, we propose two novel strategies: sample identification with interquartile range Smoothing and unimodal assistance, and Mutual information sharing (SuMi). SuMi smooths the adaptation process by interquartile range which avoids the abrupt distribution shifts. Then, SuMi fully utilizes the unimodal features to select low-entropy samples with rich multimodal information for optimization. Furthermore, mutual information sharing is introduced to align the information, reduce the discrepancies and enhance the information utilization across different modalities. Extensive experiments on two public datasets show the effectiveness and superiority over existing methods under the complex noise patterns in multimodal data. Code is available at https://github.com/zrguo/SuMi.

📄 PDF Abstract BibTeX arXiv:2503.02616

Code (1)

zrguo/sumi 공식 구현 pytorch

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Loss Smoothing for Stable Adaptation Under Distribution Shift

2026-07-01 · Darshan Patil, Ekaterina Lobacheva, Razvan Pascanu, Sarath Chandar arxiv

In settings such as fine-tuning and reinforcement learning, neural networks are often adapted under distribution shift. Standard adaptation methods typically optimize the target objective directly, inducing an abrupt cha…

Reinforcement Learning

Distill Once, Adapt Life-Long: Exploring Dataset Distillation for Continual Test-Time Adaptation

2026-06-18 · Hyun-Kurl Jang, Jihun Kim, Hyeokjun Kweon, Kuk-Jin Yoon arxiv

Continual Test-Time Adaptation (CTTA) aims to maintain model performance under evolving target domains by adapting online without labeled data. However, practical deployments often cannot retain the source dataset due to…

Test-time Adaptation

Unleashing the Potential of All Test Samples: Mean-Shift Guided Test-Time Adaptation

2025-07-01 · Jizhou Han, Chenhao Ding, SongLin Dong, Yuhang He 외 arxiv

Visual-language models (VLMs) like CLIP exhibit strong generalization but struggle with distribution shifts at test time. Existing training-free test-time adaptation (TTA) methods operate strictly within CLIP's original …

Test-time Adaptation

ReservoirTTA: Prolonged Test-time Adaptation for Evolving and Recurring Domains

2025-05-20 · Guillaume Vray, Devavrat Tomar, Xufeng Gao, Jean-Philippe Thiran 외

This paper introduces ReservoirTTA, a novel plug-in framework designed for prolonged test-time adaptation (TTA) in scenarios where the test domain continuously shifts over time, including cases where domains recur or evo…

Online ClusteringSemantic SegmentationTest-time Adaptation

Technical note on Sequential Test-Time Adaptation via Martingale-Driven Fisher Prompting

2025-10-04 · Behraj Khan, Tahir Qasim Syed arxiv

We present a theoretical framework for M-FISHER, a method for sequential distribution shift detection and stable adaptation in streaming data. For detection, we construct an exponential martingale from non-conformity sco…

Test-time Adaptation