C^2DA: Contrastive and Context-aware Domain Adaptive Semantic Segmentation
Md. Al-Masrur Khan, Zheng Chen, and Lantao Liu

TL;DR
This paper introduces C^2DA, a novel unsupervised domain adaptive semantic segmentation framework that leverages intra-domain contrastive learning and context-aware techniques to improve performance without target labels.
Contribution
It proposes a combined intra-domain contrastive loss and context-aware mixing strategy, along with adapted Mask Image Modeling, to enhance domain adaptation in semantic segmentation.
Findings
Improves state-of-the-art mIoU by 0.51% on GTA-V to Cityscapes
Enhances mIoU by 0.54% on Synthia to Cityscapes
Demonstrates effectiveness of intra-domain and context-aware learning in UDA-SS
Abstract
Unsupervised domain adaptive semantic segmentation (UDA-SS) aims to train a model on the source domain data (e.g., synthetic) and adapt the model to predict target domain data (e.g., real-world) without accessing target annotation data. Most existing UDA-SS methods only focus on inter-domain knowledge to mitigate the data-shift problem. However, learning the inherent structure of the images and exploring the intrinsic pixel distribution of both domains are ignored, which prevents the UDA-SS methods from producing satisfactory performance like supervised learning. Moreover, incorporating contextual knowledge is also often overlooked. Considering these issues, in this work, we propose a UDA-SS framework that learns both intra-domain and context-aware knowledge. To learn the intra-domain knowledge, we incorporate contrastive loss in both domains, which pulls pixels of similar classes…
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
TopicsMultimodal Machine Learning Applications · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsFocus
