paper-with-me

홈 › Papers

Controllable Continual Test-Time Adaptation

2024-05-23 · Ziqi Shi, Fan Lyu, Ye Liu, Fanhua Shang, Fuyuan Hu, Wei Feng, Zhang Zhang, Liang Wang

Continual Test-Time Adaptation (CTTA) is an emerging and challenging task where a model trained in a source domain must adapt to continuously changing conditions during testing, without access to the original source data. CTTA is prone to error accumulation due to uncontrollable domain shifts, leading to blurred decision boundaries between categories. Existing CTTA methods primarily focus on suppressing domain shifts, which proves inadequate during the unsupervised test phase. In contrast, we introduce a novel approach that guides rather than suppresses these shifts. Specifically, we propose $\textbf{C}$ontrollable $\textbf{Co}$ntinual $\textbf{T}$est-$\textbf{T}$ime $\textbf{A}$daptation (C-CoTTA), which explicitly prevents any single category from encroaching on others, thereby mitigating the mutual influence between categories caused by uncontrollable shifts. Moreover, our method reduces the sensitivity of model to domain transformations, thereby minimizing the magnitude of category shifts. Extensive quantitative experiments demonstrate the effectiveness of our method, while qualitative analyses, such as t-SNE plots, confirm the theoretical validity of our approach.

📄 PDF Abstract BibTeX arXiv:2405.14602

Code (2)

renshengji/c-cotta 공식 구현 pytorch
renshengji/cotta 공식 구현 pytorch

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MoASE++: Mixture of Activation Sparsity Experts with Domain-Adaptive On-policy Distillation for Continual Test Time Adaptation

2026-05-18 · Ronyu Zhang, Aosong Cheng, Gaole Dai, Yulin Luo 외 arxiv

Continual test-time adaptation adapts a source-pretrained model to non-stationary, unlabeled target streams while retaining past competence, yet texture-biased backbones risk error accumulation and catastrophic forgettin…

Semantic SegmentationTest-time Adaptation

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

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

Evaluating Continual Test-Time Adaptation for Contextual and Semantic Domain Shifts

2022-08-18 · Tommie Kerssies, Mert Kılıçkaya, Joaquin Vanschoren

In this paper, our goal is to adapt a pre-trained convolutional neural network to domain shifts at test time. We do so continually with the incoming stream of test batches, without labels. The existing literature mostly …

Test-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