paper-with-me

Papers

AETTA: Label-Free Accuracy Estimation for Test-Time Adaptation

2024-04-01 · CVPR 2024 1 · Taeckyung Lee, Sorn Chottananurak, Taesik Gong, Sung-Ju Lee

Test-time adaptation (TTA) has emerged as a viable solution to adapt pre-trained models to domain shifts using unlabeled test data. However, TTA faces challenges of adaptation failures due to its reliance on blind adaptation to unknown test samples in dynamic scenarios. Traditional methods for out-of-distribution performance estimation are limited by unrealistic assumptions in the TTA context, such as requiring labeled data or re-training models. To address this issue, we propose AETTA, a label-free accuracy estimation algorithm for TTA. We propose the prediction disagreement as the accuracy estimate, calculated by comparing the target model prediction with dropout inferences. We then improve the prediction disagreement to extend the applicability of AETTA under adaptation failures. Our extensive evaluation with four baselines and six TTA methods demonstrates that AETTA shows an average of 19.8%p more accurate estimation compared with the baselines. We further demonstrate the effectiveness of accuracy estimation with a model recovery case study, showcasing the practicality of our model recovery based on accuracy estimation. The source code is available at https://github.com/taeckyung/AETTA.

📄 PDF Abstract BibTeX arXiv:2404.01351

Code (1)

taeckyung/aetta 공식 구현 pytorch

Tasks

PredictionTest-time Adaptation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dual Distribution Estimation for Zero-shot Noisy Test-Time Adaptation with VLMs

2026-06-24 · Wenjie Zhu, Yabin Zhang, Liang Xu, Xin Jin 외 arxiv

While test-time adaptation (TTA) empowers vision-language models to adapt without costly retraining, it remains highly vulnerable to out-of-distribution (OOD) outliers prevalent in real-world applications. This discrepan…

Test-time Adaptation

Aries: Efficient Testing of Deep Neural Networks via Labeling-Free Accuracy Estimation

2022-07-22 · Qiang Hu, Yuejun Guo, Xiaofei Xie, Maxime Cordy 외

Deep learning (DL) plays a more and more important role in our daily life due to its competitive performance in industrial application domains. As the core of DL-enabled systems, deep neural networks (DNNs) need to be ca…

FreeGaze: Resource-efficient Gaze Estimation via Frequency Domain Contrastive Learning

2022-09-14 · Lingyu Du, Guohao Lan

Gaze estimation is of great importance to many scientific fields and daily applications, ranging from fundamental research in cognitive psychology to attention-aware mobile systems. While recent advancements in deep lear…

Contrastive LearningGaze EstimationRepresentation Learning

Unsupervised Accuracy Estimation of Deep Visual Models using Domain-Adaptive Adversarial Perturbation without Source Samples

2023-07-19 · ICCV 2023 1 · Joonho Lee, Jae Oh Woo, Hankyu Moon, Kwonho Lee

Deploying deep visual models can lead to performance drops due to the discrepancies between source and target distributions. Several approaches leverage labeled source data to estimate target domain accuracy, but accessi…

Domain AdaptationSource-Free Domain Adaptation

ELF-UA: Efficient Label-Free User Adaptation in Gaze Estimation

2024-06-13 · Yong Wu, Yang Wang, Sanqing Qu, Zhijun Li 외

We consider the problem of user-adaptive 3D gaze estimation. The performance of person-independent gaze estimation is limited due to interpersonal anatomical differences. Our goal is to provide a personalized gaze estima…

Domain AdaptationGaze EstimationMeta-Learning