Region-Aware Semantic Consistency for Unsupervised Domain-Adaptive Semantic Segmentation.

Jun Xie,Yixuan Zhou,Xing Xu,Guoqing Wang,Fumin Shen,Yang
DOI: https://doi.org/10.1109/icme55011.2023.00024
2023-01-01
Abstract:As acquiring pixel-wise labels for semantic segmentation is labor-intensive, unsupervised domain adaptation (UDA) techniques aim to transfer knowledge from synthetic data to real-scene data. To overcome the distribution misalignment between the source domain and the target domain, Teacher-Student (TS) methods are widely-used and promising. In TS methods, the student resorts to the one-hot pseudo labels generated by the teacher. However, the generated one-hot pseudo labels are dubious and ignore the semantic correlation among classes. Besides, in the same position of the same image, the output distributions between the student and the teacher should be consistent. Such prediction consistency is defined as Region-Aware Semantic Consistency (RASC). Correspondingly, we propose an RASC module to assimilate the output distributions of the teacher and the student. Our RASC module is flexible and easily plugged into TS state-of-the-arts (SOTAs) based on either CNNs or Transformers.
What problem does this paper attempt to address?