paper-with-me

Papers

TTT++: When Does Self-Supervised Test-Time Training Fail or Thrive?

2021-12-01 · NeurIPS 2021 12 · Yuejiang Liu, Parth Kothari, Bastien Van Delft, Baptiste Bellot-Gurlet, Taylor Mordan, Alexandre Alahi

Test-time training (TTT) through self-supervised learning (SSL) is an emerging paradigm to tackle distributional shifts. Despite encouraging results, it remains unclear when this approach thrives or fails. In this work, we first provide an in-depth look at its limitations and show that TTT can possibly deteriorate, instead of improving, the test-time performance in the presence of severe distribution shifts. To address this issue, we introduce a test-time feature alignment strategy utilizing offline feature summarization and online moment matching, which regularizes adaptation without revisiting training data. We further scale this strategy in the online setting through batch-queue decoupling to enable robust moment estimates even with limited batch size. Given aligned feature distributions, we shed light on the strong potential of TTT by theoretically analyzing its performance post adaptation. This analysis motivates our use of more informative self-supervision in the form of contrastive learning. We empirically demonstrate that our modified version of test-time training, termed TTT++, outperforms state-of-the-art methods by a significant margin on multiple vision benchmarks. Our result indicates that exploiting extra information stored in a compact form, such as related SSL tasks and feature distribution moments, can be critical to the design of test-time algorithms.

📄 PDF Abstract BibTeX

Code (1)

vita-epfl/ttt-plus-plus 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

CTA: Cross-Task Alignment for Better Test Time Training

2025-07-07 · Samuel Barbeau, Pedram Fekri, David Osowiechi, Ali Bahri 외 arxiv

Deep learning models have demonstrated exceptional performance across a wide range of computer vision tasks. However, their performance often degrades significantly when faced with distribution shifts, such as domain or …

Self-Supervised LearningContrastive Learning

Unsupervised Self-Training for Sentiment Analysis of Code-Switched Data

2021-03-27 · NAACL (CALCS) 2021 6 · Akshat Gupta, Sargam Menghani, Sai Krishna Rallabandi, Alan W Black

Sentiment analysis is an important task in understanding social media content like customer reviews, Twitter and Facebook feeds etc. In multilingual communities around the world, a large amount of social media text is ch…

Sentiment Analysis

TTA-COPE: Test-Time Adaptation for Category-Level Object Pose Estimation

2023-03-29 · CVPR 2023 1 · Taeyeop Lee, Jonathan Tremblay, Valts Blukis, Bowen Wen 외

Test-time adaptation methods have been gaining attention recently as a practical solution for addressing source-to-target domain gaps by gradually updating the model without requiring labels on the target data. In this p…

Domain AdaptationObjectPose EstimationTest-time Adaptation+1

Meta-TTT: A Meta-learning Minimax Framework For Test-Time Training

2024-10-02 · Chen Tao, Li Shen, Soumik Mondal

Test-time domain adaptation is a challenging task that aims to adapt a pre-trained model to limited, unlabeled target data during inference. Current methods that rely on self-supervision and entropy minimization underper…

DiversityDomain AdaptationMeta-LearningSelf-Supervised Learning

Test Time Adaptation With Regularized Loss for Weakly Supervised Salient Object Detection

2023-01-01 · CVPR 2023 1 · Olga Veksler

It is well known that CNNs tend to overfit to the training data. Test-time adaptation is an extreme approach to deal with overfitting: given a test image, the aim is to adapt the trained model to that image. Indeed n…

object-detectionObject DetectionSalient Object DetectionTest-time Adaptation