paper-with-me

Papers

Feature Augmentation based Test-Time Adaptation

2024-10-18 · Younggeol Cho, Youngrae Kim, Junho Yoon, Seunghoon Hong, Dongman Lee

Test-time adaptation (TTA) allows a model to be adapted to an unseen domain without accessing the source data. Due to the nature of practical environments, TTA has a limited amount of data for adaptation. Recent TTA methods further restrict this by filtering input data for reliability, making the effective data size even smaller and limiting adaptation potential. To address this issue, We propose Feature Augmentation based Test-time Adaptation (FATA), a simple method that fully utilizes the limited amount of input data through feature augmentation. FATA employs Normalization Perturbation to augment features and adapts the model using the FATA loss, which makes the outputs of the augmented and original features similar. FATA is model-agnostic and can be seamlessly integrated into existing models without altering the model architecture. We demonstrate the effectiveness of FATA on various models and scenarios on ImageNet-C and Office-Home, validating its superiority in diverse real-world conditions.

📄 PDF Abstract BibTeX arXiv:2410.14178

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

FATA An efficient swarm intelligence algorithm is proposed to solve continuous multi-type optimization problems, named the fata morgana algorithm (FATA). By mimicking the process of…

Similar Papers 제목 키워드 기반

Reliability-Guided Adaptive Ensembling for Robust Test-Time Adaptation

2026-06-21 · Adam Koziak, Yuhong Guo arxiv

Test-time adaptation (TTA) can mitigate domain shift without source data, but it is highly brittle under adversarially contaminated test streams, where corrupted inputs also destabilize online updates. We study robust te…

Test-time AdaptationOutlier Detection

Panda: Test-Time Adaptation with Negative Data Augmentation

2025-11-13 · Ruxi Deng, Wenxuan Bao, Tianxin Wei, Jingrui He arxiv

Pretrained VLMs exhibit strong zero-shot classification capabilities, but their predictions degrade significantly under common image corruptions. To improve robustness, many test-time adaptation (TTA) methods adopt posit…

Test-time AdaptationData Augmentation

Test-Time Adaptation by Causal Trimming

2025-10-13 · Yingnan Liu, Rui Qiao, Mong Li Lee, Wynne Hsu arxiv

Test-time adaptation aims to improve model robustness under distribution shifts by adapting models with access to unlabeled target samples. A primary cause of performance degradation under such shifts is the model's reli…

Test-time Adaptation

SEVA: Leveraging Single-Step Ensemble of Vicinal Augmentations for Test-Time Adaptation

2025-05-07 · Zixuan Hu, Yichun Hu, Ling-Yu Duan

Test-Time adaptation (TTA) aims to enhance model robustness against distribution shifts through rapid model adaptation during inference. While existing TTA methods often rely on entropy-based unsupervised training and ac…

Test-time Adaptation

Test Time Robustification of Deep Models via Adaptation and Augmentation

2021-09-29 · Marvin Mengxin Zhang, Sergey Levine, Chelsea Finn

While deep neural networks can attain good accuracy on in-distribution test points, many applications require robustness even in the face of unexpected perturbations in the input, changes in the domain, or other sources …

Test-time Adaptation