paper-with-me

Papers

Tent: Fully Test-time Adaptation by Entropy Minimization

2020-06-18 · ICLR 2021 1 · Dequan Wang, Evan Shelhamer, Shaoteng Liu, Bruno Olshausen, Trevor Darrell

A model must adapt itself to generalize to new and different data during testing. In this setting of fully test-time adaptation the model has only the test data and its own parameters. We propose to adapt by test entropy minimization (tent): we optimize the model for confidence as measured by the entropy of its predictions. Our method estimates normalization statistics and optimizes channel-wise affine transformations to update online on each batch. Tent reduces generalization error for image classification on corrupted ImageNet and CIFAR-10/100 and reaches a new state-of-the-art error on ImageNet-C. Tent handles source-free domain adaptation on digit recognition from SVHN to MNIST/MNIST-M/USPS, on semantic segmentation from GTA to Cityscapes, and on the VisDA-C benchmark. These results are achieved in one epoch of test-time optimization without altering training.

📄 PDF Abstract BibTeX arXiv:2006.10726

Code (2)

DequanWang/tent 공식 구현 pytorch
mr-eggplant/eata pytorch

Tasks

Domain AdaptationGeneral Classificationimage-classificationImage ClassificationSemantic SegmentationSource-Free Domain AdaptationTest-time Adaptation

Similar Papers 제목 키워드 기반

Test-Time Adaptation to Distribution Shift by Confidence Maximization and Input Transformation

2021-06-28 · Chaithanya Kumar Mummadi, Robin Hutmacher, Kilian Rambach, Evgeny Levinkov 외

Deep neural networks often exhibit poor performance on data that is unlikely under the train-time data distribution, for instance data affected by corruptions. Previous works demonstrate that test-time adaptation to data…

Test-time Adaptation

Test-Time Adaptation to Distribution Shifts by Confidence Maximization and Input Transformation

2021-05-21 · NeurIPS 2021 12 · Chaithanya Kumar Mummadi, Robin Hutmacher, Kilian Rambach, Evgeny Levinkov 외

Deep neural networks often exhibit poor performance on data that is unlikely under the train-time data distribution, for instance data affected by corruptions. Previous works demonstrate that test-time adaptation to data…

Test-time Adaptation

Improving Entropy-Based Test-Time Adaptation from a Clustering View

2023-10-31 · Guoliang Lin, Hanjiang Lai, Yan Pan, Jian Yin

Domain shift is a common problem in the realistic world, where training data and test data follow different data distributions. To deal with this problem, fully test-time adaptation (TTA) leverages the unlabeled data enc…

ClusteringTest-time Adaptation

Dual Strategies for Test-Time Adaptation

2026-04-19 · Nam Nguyen Phuong, Duc Nguyen The Minh, Phi Le Nguyen, Ehsan Abbasnejad 외 arxiv

Conventional test-time adaptation (TTA) approaches typically adapt the model using only a small fraction of test samples, often those with low-entropy predictions, thereby failing to fully leverage the available informat…

Test-time Adaptation

REALM: Robust Entropy Adaptive Loss Minimization for Improved Single-Sample Test-Time Adaptation

2023-09-07 · Skyler Seto, Barry-John Theobald, Federico Danieli, Navdeep Jaitly 외

Fully-test-time adaptation (F-TTA) can mitigate performance loss due to distribution shifts between train and test data (1) without access to the training data, and (2) without knowledge of the model training procedure. …

Test-time Adaptation