paper-with-me

홈 › Papers

Benchmarking Test-Time Adaptation against Distribution Shifts in Image Classification

2023-07-06 · Yongcan Yu, Lijun Sheng, Ran He, Jian Liang

Test-time adaptation (TTA) is a technique aimed at enhancing the generalization performance of models by leveraging unlabeled samples solely during prediction. Given the need for robustness in neural network systems when faced with distribution shifts, numerous TTA methods have recently been proposed. However, evaluating these methods is often done under different settings, such as varying distribution shifts, backbones, and designing scenarios, leading to a lack of consistent and fair benchmarks to validate their effectiveness. To address this issue, we present a benchmark that systematically evaluates 13 prominent TTA methods and their variants on five widely used image classification datasets: CIFAR-10-C, CIFAR-100-C, ImageNet-C, DomainNet, and Office-Home. These methods encompass a wide range of adaptation scenarios (e.g. online adaptation v.s. offline adaptation, instance adaptation v.s. batch adaptation v.s. domain adaptation). Furthermore, we explore the compatibility of different TTA methods with diverse network backbones. To implement this benchmark, we have developed a unified framework in PyTorch, which allows for consistent evaluation and comparison of the TTA methods across the different datasets and network architectures. By establishing this benchmark, we aim to provide researchers and practitioners with a reliable means of assessing and comparing the effectiveness of TTA methods in improving model robustness and generalization performance. Our code is available at https://github.com/yuyongcan/Benchmark-TTA.

📄 PDF Abstract BibTeX arXiv:2307.03133

Code (1)

yuyongcan/benchmark-tta 공식 구현 pytorch

Tasks

BenchmarkingDomain Adaptationimage-classificationImage ClassificationTest-time Adaptation

Similar Papers 제목 키워드 기반

Robust Question Answering against Distribution Shifts with Test-Time Adaptation: An Empirical Study

2023-02-09 · Hai Ye, Yuyang Ding, Juntao Li, Hwee Tou Ng

A deployed question answering (QA) model can easily fail when the test data has a distribution shift compared to the training data. Robustness tuning (RT) methods have been widely studied to enhance model robustness agai…

Imitation LearningQuestion AnsweringTest-time Adaptation

BoTTA: Benchmarking on-device Test Time Adaptation

2025-04-14 · Michal Danilowski, Soumyajit Chatterjee, Abhirup Ghosh

The performance of deep learning models depends heavily on test samples at runtime, and shifts from the training data distribution can significantly reduce accuracy. Test-time adaptation (TTA) addresses this by adapting …

BenchmarkingTest-time Adaptation

ADATIME: A Benchmarking Suite for Domain Adaptation on Time Series Data

2022-03-15 · Mohamed Ragab, Emadeldeen Eldele, Wee Ling Tan, Chuan-Sheng Foo 외

Unsupervised domain adaptation methods aim to generalize well on unlabeled test data that may have a different (shifted) distribution from the training data. Such methods are typically developed on image data, and their …

BenchmarkingDomain AdaptationTime SeriesTime Series Analysis+1

Learning to Adapt to Online Streams with Distribution Shifts

2023-03-02 · Chenyan Wu, Yimu Pan, Yandong Li, James Z. Wang

Test-time adaptation (TTA) is a technique used to reduce distribution gaps between the training and testing sets by leveraging unlabeled test data during inference. In this work, we expand TTA to a more practical scenari…

BenchmarkingMeta-LearningTest-time AdaptationVideo Segmentation+1

Video Test-Time Adaptation for Action Recognition

2022-11-24 · CVPR 2023 1 · Wei Lin, Muhammad Jehanzeb Mirza, Mateusz Kozinski, Horst Possegger 외

Although action recognition systems can achieve top performance when evaluated on in-distribution test points, they are vulnerable to unanticipated distribution shifts in test data. However, test-time adaptation of video…

Action RecognitionTemporal Action LocalizationTest-time Adaptation