paper-with-me

홈 › Papers

Unsupervised Intra-domain Adaptation for Semantic Segmentation through Self-Supervision

2020-04-16 · CVPR 2020 6 · Fei Pan, Inkyu Shin, Francois Rameau, Seokju Lee, In So Kweon

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 this adaptation, we separate the target domain into an easy and hard split using an entropy-based ranking function. Finally, to decrease the intra-domain gap, we propose to employ a self-supervised adaptation technique from the easy to the hard split. Experimental results on numerous benchmark datasets highlight the effectiveness of our method against existing state-of-the-art approaches. The source code is available at https://github.com/feipan664/IntraDA.git.

📄 PDF Abstract BibTeX arXiv:2004.07703

Code (2)

feipan664/IntraDA 공식 구현 pytorch
feipanir/intrada pytorch

Tasks

Domain AdaptationSemantic SegmentationSynthetic-to-Real Translation

Similar Papers 제목 키워드 기반

Pixel-level Intra-domain Adaptation for Semantic Segmentation

2021-10-17 · ACM International Conference on Multimedia 2021 10 · Zizheng Yan, Xianggang Yu, Yipeng Qin, Yushuang Wu 외

Recent advances in unsupervised domain adaptation have achieved remarkable performance on semantic segmentation tasks. Despite such progress, existing works mainly focus on bridging the inter-domain gaps between the sour…

Domain AdaptationSegmentationSemantic SegmentationSynthetic-to-Real Translation+1

ICMSC: Intra- and Cross-modality Semantic Consistency for Unsupervised Domain Adaptation on Hip Joint Bone Segmentation

2020-12-23 · Guodong Zeng, Till D. Lerch, Florian Schmaranzer, Guoyan Zheng 외

Unsupervised domain adaptation (UDA) for cross-modality medical image segmentation has shown great progress by domain-invariant feature learning or image appearance translation. Adapted feature learning usually cannot de…

Domain AdaptationImage SegmentationMedical Image SegmentationSegmentation+3

Semi-supervised Domain Adaptation for Semantic Segmentation

2021-10-20 · Ying Chen, Xu Ouyang, Kaiyue Zhu, Gady Agam

Deep learning approaches for semantic segmentation rely primarily on supervised learning approaches and require substantial efforts in producing pixel-level annotations. Further, such approaches may perform poorly when a…

Data AugmentationDomain AdaptationSegmentationSemantic Segmentation+2

Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation

2022-07-14 · Zhengkai Jiang, Yuxi Li, Ceyuan Yang, Peng Gao 외

Unsupervised Domain Adaptation (UDA) aims to adapt the model trained on the labeled source domain to an unlabeled target domain. In this paper, we present Prototypical Contrast Adaptation (ProCA), a simple and efficient …

Contrastive LearningDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

IIDM: Inter and Intra-domain Mixing for Semi-supervised Domain Adaptation in Semantic Segmentation

2023-08-30 · WeiFu Fu, Qiang Nie, Jialin Li, Yuhuan Lin 외

Despite recent advances in semantic segmentation, an inevitable challenge is the performance degradation caused by the domain shift in real applications. Current dominant approach to solve this problem is unsupervised do…

Domain AdaptationSemantic SegmentationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation