paper-with-me

홈 › Papers

MT3: Meta Test-Time Training for Self-Supervised Test-Time Adaption

2021-03-30 · Alexander Bartler, Andre Bühler, Felix Wiewel, Mario Döbler, Bin Yang

An unresolved problem in Deep Learning is the ability of neural networks to cope with domain shifts during test-time, imposed by commonly fixing network parameters after training. Our proposed method Meta Test-Time Training (MT3), however, breaks this paradigm and enables adaption at test-time. We combine meta-learning, self-supervision and test-time training to learn to adapt to unseen test distributions. By minimizing the self-supervised loss, we learn task-specific model parameters for different tasks. A meta-model is optimized such that its adaption to the different task-specific models leads to higher performance on those tasks. During test-time a single unlabeled image is sufficient to adapt the meta-model parameters. This is achieved by minimizing only the self-supervised loss component resulting in a better prediction for that image. Our approach significantly improves the state-of-the-art results on the CIFAR-10-Corrupted image classification benchmark. Our implementation is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2103.16201

Code (1)

AlexanderBartler/MT3 공식 구현 tf

Tasks

image-classificationImage ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Test-Time Fast Adaptation for Dynamic Scene Deblurring via Meta-Auxiliary Learning

2021-06-19 · CVPR 2021 1 · Zhixiang Chi, Yang Wang, Yuanhao Yu, Jin Tang

In this paper, we tackle the problem of dynamic scene deblurring. Most existing deep end-to-end learning approaches adopt the same generic model for all unseen test images. These solutions are sub-optimal, as they fa…

Auxiliary LearningDeblurringTest-time Adaptation

Improving Adversarial Defense with Self-supervised Test-time Fine-tuning

2021-09-29 · Zhichao Huang, Chen Liu, Mathieu Salzmann, Sabine Süsstrunk 외

Although adversarial training and its variants currently constitute the most effective way to achieve robustness against adversarial attacks, their poor generalization limits their performance on the test samples. In thi…

Adversarial Defense

Fast Adaptation for Human Pose Estimation via Meta-Optimization

2024-01-01 · CVPR 2024 1 · Shengxiang Hu, Huaijiang Sun, Bin Li, Dong Wei 외

Domain shift is a challenge for supervised human pose estimation where the source data and target data come from different distributions. This is why pose estimation methods generally perform worse on the test set th…

Auxiliary LearningImage InpaintingMeta-LearningPose Estimation+2

DocTTT: Test-Time Training for Handwritten Document Recognition Using Meta-Auxiliary Learning

2025-01-22 · Wenhao Gu, Li Gu, Ziqiang Wang, Ching Yee Suen 외

Despite recent significant advancements in Handwritten Document Recognition (HDR), the efficient and accurate recognition of text against complex backgrounds, diverse handwriting styles, and varying document layouts rema…

Auxiliary LearningHandwritten Document RecognitionMeta-Learning

MetaTPT: Meta Test-time Prompt Tuning for Vision-Language Models

2025-12-13 · Yuqing Lei, Yingjun Du, Yawen Huang, Xiantong Zhen 외 arxiv

Vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization but remain sensitive to domain shifts at test time. Test-time prompt tuning (TPT) mitigates this issue by adapting prompts with fixed aug…

Zero-shot GeneralizationDomain GeneralizationTest-time Adaptation