paper-with-me

Papers

Adaptive Cascading Network for Continual Test-Time Adaptation

2024-07-17 · Kien X. Nguyen, Fengchun Qiao, Xi Peng

We study the problem of continual test-time adaption where the goal is to adapt a source pre-trained model to a sequence of unlabelled target domains at test time. Existing methods on test-time training suffer from several limitations: (1) Mismatch between the feature extractor and classifier; (2) Interference between the main and self-supervised tasks; (3) Lack of the ability to quickly adapt to the current distribution. In light of these challenges, we propose a cascading paradigm that simultaneously updates the feature extractor and classifier at test time, mitigating the mismatch between them and enabling long-term model adaptation. The pre-training of our model is structured within a meta-learning framework, thereby minimizing the interference between the main and self-supervised tasks and encouraging fast adaptation in the presence of limited unlabelled data. Additionally, we introduce innovative evaluation metrics, average accuracy and forward transfer, to effectively measure the model's adaptation capabilities in dynamic, real-world scenarios. Extensive experiments and ablation studies demonstrate the superiority of our approach in a range of tasks including image classification, text classification, and speech recognition.

📄 PDF Abstract BibTeX arXiv:2407.12240

Code (1)

nyquixt/cascadetta 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMeta-Learningspeech-recognitionSpeech RecognitionTest-time Adaptationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Multi-Modal Continual Test-Time Adaptation for 3D Semantic Segmentation

2023-03-18 · ICCV 2023 1 · Haozhi Cao, Yuecong Xu, Jianfei Yang, Pengyu Yin 외

Continual Test-Time Adaptation (CTTA) generalizes conventional Test-Time Adaptation (TTA) by assuming that the target domain is dynamic over time rather than stationary. In this paper, we explore Multi-Modal Continual Te…

3D Semantic SegmentationSemantic SegmentationTest-time Adaptation

Maintain Plasticity in Long-timescale Continual Test-time Adaptation

2024-12-28 · Yanshuo Wang, Xuesong Li, Jinguang Tong, Jie Hong 외

Continual test-time domain adaptation (CTTA) aims to adjust pre-trained source models to perform well over time across non-stationary target environments. While previous methods have made considerable efforts to optimize…

Domain AdaptationTest-time Adaptation

Adaptive and Balanced Re-initialization for Long-timescale Continual Test-time Domain Adaptation

2026-02-06 · Yanshuo Wang, Jinguang Tong, Jun Lan, Weiqiang Wang 외 arxiv

Continual test-time domain adaptation (CTTA) aims to adjust models so that they can perform well over time across non-stationary environments. While previous methods have made considerable efforts to optimize the adaptat…

Domain Adaptation

Generalized Robust Test-Time Adaptation in Continuous Dynamic Scenarios

2023-10-07 · Shuang Li, Longhui Yuan, Binhui Xie, Tao Yang

Test-time adaptation (TTA) adapts the pre-trained models to test distributions during the inference phase exclusively employing unlabeled test data streams, which holds great value for the deployment of models in real-wo…

Test-time Adaptation

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

2023-12-19 · CVPR 2024 1 · Jiaming Liu, ran Xu, Senqiao Yang, Renrui Zhang 외

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions, addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimizat…

DecoderSelf-Supervised LearningTest-time Adaptation