CVApr 19, 2019

Weakly Supervised Adversarial Domain Adaptation for Semantic Segmentation in Urban Scenes

arXiv:1904.09092v1202 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing manual annotation effort for semantic segmentation in urban scenes, though it is incremental as it builds on existing adversarial domain adaptation techniques.

The paper tackles the problem of domain shift in semantic segmentation from synthetic to real urban scenes by proposing a weakly supervised adversarial domain adaptation method, which achieves a new record in mIoU metric.

Semantic segmentation, a pixel-level vision task, is developed rapidly by using convolutional neural networks (CNNs). Training CNNs requires a large amount of labeled data, but manually annotating data is difficult. For emancipating manpower, in recent years, some synthetic datasets are released. However, they are still different from real scenes, which causes that training a model on the synthetic data (source domain) cannot achieve a good performance on real urban scenes (target domain). In this paper, we propose a weakly supervised adversarial domain adaptation to improve the segmentation performance from synthetic data to real scenes, which consists of three deep neural networks. To be specific, a detection and segmentation ("DS" for short) model focuses on detecting objects and predicting segmentation map; a pixel-level domain classifier ("PDC" for short) tries to distinguish the image features from which domains; an object-level domain classifier ("ODC" for short) discriminates the objects from which domains and predicts the objects classes. PDC and ODC are treated as the discriminators, and DS is considered as the generator. By adversarial learning, DS is supposed to learn domain-invariant features. In experiments, our proposed method yields the new record of mIoU metric in the same problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes