Instance-Aware Test-Time Segmentation for Continual Domain Shifts
Seunghwan Lee, Inyoung Jung, Hojoon Lee, Eunil Park, Sungeun Hong
TL;DR
This work addresses semantic segmentation under continual domain shifts by introducing CoTICA, a framework that performs instance- and class-aware test-time adaptation. ICAT provides per-instance, per-class adaptive thresholds for pseudo labeling, while ICWL uses temporally smoothed class weights to focus learning on consistently hard classes. Together, they yield robust, long-term adaptation across diverse CTTA and TTA benchmarks, outperforming prior methods and reducing error accumulation. The approach advances practical continual adaptation in real-world, non-stationary environments, where pixel-level predictions must remain reliable over time.
Abstract
Continual Test-Time Adaptation (CTTA) enables pre-trained models to adapt to continuously evolving domains. Existing methods have improved robustness but typically rely on fixed or batch-level thresholds, which cannot account for varying difficulty across classes and instances. This limitation is especially problematic in semantic segmentation, where each image requires dense, multi-class predictions. We propose an approach that adaptively adjusts pseudo labels to reflect the confidence distribution within each image and dynamically balances learning toward classes most affected by domain shifts. This fine-grained, class- and instance-aware adaptation produces more reliable supervision and mitigates error accumulation throughout continual adaptation. Extensive experiments across eight CTTA and TTA scenarios, including synthetic-to-real and long-term shifts, show that our method consistently outperforms state-of-the-art techniques, setting a new standard for semantic segmentation under evolving conditions.
