From Question to Exploration: Test-Time Adaptation in Semantic Segmentation?
Chang'an Yi, Haotian Chen, Yifan Zhang, Yonghui Xu, Yan Zhou, Lizhen, Cui

TL;DR
This paper investigates the challenges of applying test-time adaptation techniques from classification to semantic segmentation, revealing limitations of existing methods and proposing a new promising approach called TTAP.
Contribution
The paper provides a comprehensive analysis of classic TTA strategies in segmentation, identifies key challenges, and introduces TTAP, a novel method that outperforms existing techniques.
Findings
Classic normalization strategies have limited or negative impact on segmentation TTA.
Teacher-student schemes stabilize training but do not improve performance under complex distributions.
Segmentation TTA faces severe long-tailed class imbalance issues.
Abstract
Test-time adaptation (TTA) aims to adapt a model, initially trained on training data, to test data with potential distribution shifts. Most existing TTA methods focus on classification problems. The pronounced success of classification might lead numerous newcomers and engineers to assume that classic TTA techniques can be directly applied to the more challenging task of semantic segmentation. However, this belief is still an open question. In this paper, we investigate the applicability of existing classic TTA strategies in semantic segmentation. Our comprehensive results have led to three key observations. First, the classic normalization updating strategy only brings slight performance improvement, and in some cases, it might even adversely affect the results. Even with the application of advanced distribution estimation techniques like batch renormalization, the problem remains…
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
TopicsMachine Learning and ELM · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
MethodsFocus
