Distribution-Aware Continual Test-Time Adaptation for Semantic Segmentation
Jiayi Ni, Senqiao Yang, Ran Xu, Jiaming Liu, Xiaoqi Li, Wenyu Jiao,, Zehui Chen, Yi Liu, Shanghang Zhang

TL;DR
This paper introduces a distribution-aware tuning method for continual test-time adaptation in semantic segmentation, effectively addressing error accumulation and catastrophic forgetting by selectively updating small parameter groups based on data distribution shifts.
Contribution
The proposed DAT method adaptively updates domain-specific and task-relevant parameters, improving efficiency and robustness in long-term continual test-time adaptation for semantic segmentation.
Findings
Outperforms previous CTTA methods on benchmark datasets.
Reduces error accumulation caused by noisy pseudo-labels.
Mitigates catastrophic forgetting through selective parameter updates.
Abstract
Since autonomous driving systems usually face dynamic and ever-changing environments, continual test-time adaptation (CTTA) has been proposed as a strategy for transferring deployed models to continually changing target domains. However, the pursuit of long-term adaptation often introduces catastrophic forgetting and error accumulation problems, which impede the practical implementation of CTTA in the real world. Recently, existing CTTA methods mainly focus on utilizing a majority of parameters to fit target domain knowledge through self-training. Unfortunately, these approaches often amplify the challenge of error accumulation due to noisy pseudo-labels, and pose practical limitations stemming from the heavy computational costs associated with entire model updates. In this paper, we propose a distribution-aware tuning (DAT) method to make the semantic segmentation CTTA efficient and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsFocus
