SOTAVerified

Bidirectional Learning for Domain Adaptation of Semantic Segmentation

2019-04-24CVPR 2019Code Available1· sign in to hype

Yunsheng Li, Lu Yuan, Nuno Vasconcelos

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Domain adaptation for semantic image segmentation is very necessary since manually labeling large datasets with pixel-level labels is expensive and time consuming. Existing domain adaptation techniques either work on limited datasets, or yield not so good performance compared with supervised learning. In this paper, we propose a novel bidirectional learning framework for domain adaptation of segmentation. Using the bidirectional learning, the image translation model and the segmentation adaptation model can be learned alternatively and promote to each other. Furthermore, we propose a self-supervised learning algorithm to learn a better segmentation adaptation model and in return improve the image translation model. Experiments show that our method is superior to the state-of-the-art methods in domain adaptation of segmentation with a big margin. The source code is available at https://github.com/liyunsheng13/BDL.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
GTAV-to-Cityscapes LabelsBidirectional LearningmIoU41.3Unverified
SYNTHIA-to-CityscapesBidirectional Learning (ResNet-101)mIoU (13 classes)51.4Unverified

Reproductions