CVDec 24, 2018

A Curriculum Domain Adaptation Approach to the Semantic Segmentation of Urban Scenes

arXiv:1812.09953v3143 citations
Originality Incremental advance
AI Analysis

This work addresses the data scarcity and annotation cost issues in training CNNs for semantic segmentation, particularly in applications like autonomous driving, by improving domain adaptation from synthetic to real urban scenes, though it is incremental in nature.

The paper tackles the domain mismatch between synthetic and real urban scene images for semantic segmentation by proposing a curriculum-style learning approach that first infers global and local label distributions, then regularizes predictions accordingly, achieving superior performance over baselines on two datasets and two backbone networks.

During the last half decade, convolutional neural networks (CNNs) have triumphed over semantic segmentation, which is one of the core tasks in many applications such as autonomous driving and augmented reality. However, to train CNNs requires a considerable amount of data, which is difficult to collect and laborious to annotate. Recent advances in computer graphics make it possible to train CNNs on photo-realistic synthetic imagery with computer-generated annotations. Despite this, the domain mismatch between the real images and the synthetic data hinders the models' performance. Hence, we propose a curriculum-style learning approach to minimizing the domain gap in urban scene semantic segmentation. The curriculum domain adaptation solves easy tasks first to infer necessary properties about the target domain; in particular, the first task is to learn global label distributions over images and local distributions over landmark superpixels. These are easy to estimate because images of urban scenes have strong idiosyncrasies (e.g., the size and spatial relations of buildings, streets, cars, etc.). We then train a segmentation network, while regularizing its predictions in the target domain to follow those inferred properties. In experiments, our method outperforms the baselines on two datasets and two backbone networks. We also report extensive ablation studies about our approach.

Code Implementations2 repos
Foundations

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

Your Notes