Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision
Fei Pan, Inkyu Shin, Francois Rameau, Seokju Lee, In So Kweon

TL;DR
This paper introduces a two-step self-supervised domain adaptation method for semantic segmentation that reduces both inter-domain and intra-domain gaps, improving transfer from synthetic to real images.
Contribution
It proposes a novel approach combining inter-domain adaptation with intra-domain self-supervision to better handle distribution gaps within target data.
Findings
Outperforms existing state-of-the-art methods on benchmark datasets.
Effectively reduces intra-domain variability in target data.
Demonstrates significant improvement in segmentation accuracy.
Abstract
Convolutional neural network-based approaches have achieved remarkable progress in semantic segmentation. However, these approaches heavily rely on annotated data which are labor intensive. To cope with this limitation, automatically annotated data generated from graphic engines are used to train segmentation models. However, the models trained from synthetic data are difficult to transfer to real images. To tackle this issue, previous works have considered directly adapting models from the source data to the unlabeled target data (to reduce the inter-domain gap). Nonetheless, these techniques do not consider the large distribution gap among the target data itself (intra-domain gap). In this work, we propose a two-step self-supervised domain adaptation approach to minimize the inter-domain and intra-domain gap together. First, we conduct the inter-domain adaptation of the model; from…
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
Unsupervised Intra-Domain Adaptation for Semantic Segmentation Through Self-Supervision· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
