Constructing Self-motivated Pyramid Curriculums for Cross-Domain Semantic Segmentation: A Non-Adversarial Approach

ICCV 2019  ·  Qing Lian, Fengmao Lv, Lixin Duan, Boqing Gong ·

We propose a new approach, called self-motivated pyramid curriculum domain adaptation (PyCDA), to facilitate the adaptation of semantic segmentation neural networks from synthetic source domains to real target domains. Our approach draws on an insight connecting two existing works: curriculum domain adaptation and self-training. Inspired by the former, PyCDA constructs a pyramid curriculum which contains various properties about the target domain. Those properties are mainly about the desired label distributions over the target domain images, image regions, and pixels. By enforcing the segmentation neural network to observe those properties, we can improve the network's generalization capability to the target domain. Motivated by the self-training, we infer this pyramid of properties by resorting to the semantic segmentation network itself. Unlike prior work, we do not need to maintain any additional models (e.g., logistic regression or discriminator networks) or to solve minmax problems which are often difficult to optimize. We report state-of-the-art results for the adaptation from both GTAV and SYNTHIA to Cityscapes, two popular settings in unsupervised domain adaptation for semantic segmentation.

PDF Abstract ICCV 2019 PDF ICCV 2019 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Synthetic-to-Real Translation GTAV-to-Cityscapes Labels PyCDA mIoU 48 # 52
Image-to-Image Translation SYNTHIA-to-Cityscapes PyCDA (ResNet-101) mIoU (13 classes) 53.3 # 14
Domain Adaptation SYNTHIA-to-Cityscapes PyCDA (ResNet-101) mIoU 46.7 # 20
Domain Adaptation SYNTHIA-to-Cityscapes PyCDA (VGG-16) mIoU 35.9 # 31

Methods