paper-with-me

홈 › Papers

Universal Test-time Adaptation through Weight Ensembling, Diversity Weighting, and Prior Correction

2023-06-01 · Robert A. Marsden, Mario Döbler, Bin Yang

Since distribution shifts are likely to occur during test-time and can drastically decrease the model's performance, online test-time adaptation (TTA) continues to update the model after deployment, leveraging the current test data. Clearly, a method proposed for online TTA has to perform well for all kinds of environmental conditions. By introducing the variable factors domain non-stationarity and temporal correlation, we first unfold all practically relevant settings and define the entity as universal TTA. We want to highlight that this is the first work that covers such a broad spectrum, which is indispensable for the use in practice. To tackle the problem of universal TTA, we identify and highlight several challenges a self-training based method has to deal with: 1) model bias and the occurrence of trivial solutions when performing entropy minimization on varying sequence lengths with and without multiple domain shifts, 2) loss of generalization which exacerbates the adaptation to multiple domain shifts and the occurrence of catastrophic forgetting, and 3) performance degradation due to shifts in class prior. To prevent the model from becoming biased, we leverage a dataset and model-agnostic certainty and diversity weighting. In order to maintain generalization and prevent catastrophic forgetting, we propose to continually weight-average the source and adapted model. To compensate for disparities in the class prior during test-time, we propose an adaptive prior correction scheme that reweights the model's predictions. We evaluate our approach, named ROID, on a wide range of settings, datasets, and models, setting new standards in the field of universal TTA. Code is available at: https://github.com/mariodoebler/test-time-adaptation

📄 PDF Abstract BibTeX arXiv:2306.00650

Code (1)

mariodoebler/test-time-adaptation 공식 구현 pytorch

Tasks

DiversityTest-time Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Reweighting with $α$-Power Maximization for Domain Adaptation

2024-04-26 · Xiang Gu, Xi Yu, Yan Yang, Jian Sun 외

The practical Domain Adaptation (DA) tasks, e.g., Partial DA (PDA), open-set DA, universal DA, and test-time adaptation, have gained increasing attention in the machine learning community. In this paper, we propose a nov…

Domain AdaptationTest-time Adaptation

What Drives Test-Time Adaptation for CLIP? A Controlled Empirical Study from an Update Perspective

2026-06-12 · Jiazhen Huang, Xiao Chen, Zhiming Liu, Yaru Sun 외 arxiv

Vision-Language Models (VLMs) such as CLIP have become a standard backbone for open-vocabulary recognition, yet their zero-shot predictions remain vulnerable to distribution shifts encountered at deployment. Test-Time Ad…

Test-time Adaptation

Rethinking Test-Time Training: Tilting The Latent Distribution For Few-Shot Source-Free Adaptation

2026-02-02 · Tahir Qasim Syed, Behraj Khan arxiv

Often, constraints arise in deployment settings where even lightweight parameter updates e.g. parameter-efficient fine-tuning could induce model shift or tuning instability. We study test-time adaptation of foundation mo…

parameter-efficient fine-tuningTest-time Adaptation

Order-Aware Test-Time Adaptation: Leveraging Temporal Dynamics for Robust Streaming Inference

2026-01-28 · Young Kyung Kim, Oded Schlesinger, Qiangqiang Wu, J. Matías Di Martino 외 arxiv

Test-Time Adaptation (TTA) enables pre-trained models to adjust to distribution shift by learning from unlabeled test-time streams. However, existing methods typically treat these streams as independent samples, overlook…

Test-time AdaptationImage ClassificationSentiment Analysis

OPERA: Offline Policy-guided Expert Routing and Adaptation for Universal Biomedical Image Analysis

2026-07-27 · Zihan Li, Feiyang Liu, Dandan Shan, Ruibo Wang 외 hf

Biomedical image analysis spans diverse modalities and tasks, yet real-world deployment is hindered by severe distribution shifts across scanners, protocols, and patient populations. High-performing models consequently r…

Test-time Adaptation