Continual Coarse-to-Fine Domain Adaptation in Semantic Segmentation
Donald Shenaj, Francesco Barbato, Umberto Michieli, Pietro Zanuttigh

TL;DR
This paper introduces a novel coarse-to-fine domain adaptation framework for semantic segmentation, progressively refining labels and transferring knowledge across domains to improve performance in changing environments.
Contribution
It proposes a new approach (CCDA) combining maximum squares loss, coarse-to-fine knowledge distillation, and a specialized weight initialization for better domain adaptation in semantic segmentation.
Findings
Outperforms main competitors on GTA5 to Cityscapes transfer
Effective in adapting to different target datasets
Improves segmentation accuracy in domain shift scenarios
Abstract
Deep neural networks are typically trained in a single shot for a specific task and data distribution, but in real world settings both the task and the domain of application can change. The problem becomes even more challenging in dense predictive tasks, such as semantic segmentation, and furthermore most approaches tackle the two problems separately. In this paper we introduce the novel task of coarse-to-fine learning of semantic segmentation architectures in presence of domain shift. We consider subsequent learning stages progressively refining the task at the semantic level; i.e., the finer set of semantic labels at each learning step is hierarchically derived from the coarser set of the previous step. We propose a new approach (CCDA) to tackle this scenario. First, we employ the maximum squares loss to align source and target domains and, at the same time, to balance the gradients…
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 · Advanced Neural Network Applications · COVID-19 diagnosis using AI
MethodsKnowledge Distillation
