paper-with-me

Papers

Test-Time Adaptation via Conjugate Pseudo-labels

2022-07-20 · Sachin Goyal, MingJie Sun, aditi raghunathan, Zico Kolter

Test-time adaptation (TTA) refers to adapting neural networks to distribution shifts, with access to only the unlabeled test samples from the new domain at test-time. Prior TTA methods optimize over unsupervised objectives such as the entropy of model predictions in TENT [Wang et al., 2021], but it is unclear what exactly makes a good TTA loss. In this paper, we start by presenting a surprising phenomenon: if we attempt to meta-learn the best possible TTA loss over a wide class of functions, then we recover a function that is remarkably similar to (a temperature-scaled version of) the softmax-entropy employed by TENT. This only holds, however, if the classifier we are adapting is trained via cross-entropy; if trained via squared loss, a different best TTA loss emerges. To explain this phenomenon, we analyze TTA through the lens of the training losses's convex conjugate. We show that under natural conditions, this (unsupervised) conjugate function can be viewed as a good local approximation to the original supervised loss and indeed, it recovers the best losses found by meta-learning. This leads to a generic recipe that can be used to find a good TTA loss for any given supervised training loss function of a general class. Empirically, our approach consistently dominates other baselines over a wide range of benchmarks. Our approach is particularly of interest when applied to classifiers trained with novel loss functions, e.g., the recently-proposed PolyLoss, where it differs substantially from (and outperforms) an entropy-based loss. Further, we show that our approach can also be interpreted as a kind of self-training using a very specific soft label, which we refer to as the conjugate pseudolabel. Overall, our method provides a broad framework for better understanding and improving test-time adaptation. Code is available at https://github.com/locuslab/tta_conjugate.

📄 PDF Abstract BibTeX arXiv:2207.09640

Code (1)

locuslab/tta_conjugate 공식 구현 pytorch

Tasks

Meta-LearningTest-time Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Towards Understanding GD with Hard and Conjugate Pseudo-labels for Test-Time Adaptation

2022-10-18 · Jun-Kun Wang, Andre Wibisono

We consider a setting that a model needs to adapt to a new domain under distribution shifts, given that only unlabeled test samples from the new domain are accessible at test time. A common idea in most of the related wo…

Binary ClassificationDomain AdaptationTest-time Adaptation

Less is More: Pseudo-Label Filtering for Continual Test-Time Adaptation

2024-06-03 · Jiayao Tan, Fan Lyu, Chenggong Ni, Tingliang Feng 외

Continual Test-Time Adaptation (CTTA) aims to adapt a pre-trained model to a sequence of target domains during the test phase without accessing the source data. To adapt to unlabeled data from unknown domains, existing m…

DiversityPseudo LabelPseudo Label FilteringTest-time Adaptation

Conformal Uncertainty Indicator for Continual Test-Time Adaptation

2025-02-05 · Fan Lyu, Hanyu Zhao, Ziqi Shi, Ye Liu 외

Continual Test-Time Adaptation (CTTA) aims to adapt models to sequentially changing domains during testing, relying on pseudo-labels for self-adaptation. However, incorrect pseudo-labels can accumulate, leading to perfor…

Conformal PredictionTest-time Adaptation

Efficient Test-Time Adaptation of Vision-Language Models

2024-03-27 · CVPR 2024 1 · Adilbek Karmanov, Dayan Guan, Shijian Lu, Abdulmotaleb El Saddik 외

Test-time adaptation with pre-trained vision-language models has attracted increasing attention for tackling distribution shifts during the test time. Though prior studies have achieved very promising performance, they i…

Pseudo LabelTest-time Adaptation

MM-TTA: Multi-Modal Test-Time Adaptation for 3D Semantic Segmentation

2022-04-27 · CVPR 2022 1 · Inkyu Shin, Yi-Hsuan Tsai, Bingbing Zhuang, Samuel Schulter 외

Test-time adaptation approaches have recently emerged as a practical solution for handling domain shift without access to the source domain data. In this paper, we propose and explore a new multi-modal extension of test-…

3D Semantic SegmentationPseudo LabelSelf-LearningSemantic Segmentation+1