CVApr 3, 2019

DADA: Depth-aware Domain Adaptation in Semantic Segmentation

arXiv:1904.01886v3202 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of deploying semantic segmentation models in real-world scenarios where labeled data is scarce, offering an incremental improvement by incorporating depth as additional supervision.

The paper tackles unsupervised domain adaptation for semantic segmentation by leveraging depth information from the source domain to improve model performance on target data, achieving state-of-the-art results on synthetic-to-real benchmarks.

Unsupervised domain adaptation (UDA) is important for applications where large scale annotation of representative data is challenging. For semantic segmentation in particular, it helps deploy on real "target domain" data models that are trained on annotated images from a different "source domain", notably a virtual environment. To this end, most previous works consider semantic segmentation as the only mode of supervision for source domain data, while ignoring other, possibly available, information like depth. In this work, we aim at exploiting at best such a privileged information while training the UDA model. We propose a unified depth-aware UDA framework that leverages in several complementary ways the knowledge of dense depth in the source domain. As a result, the performance of the trained semantic segmentation model on the target domain is boosted. Our novel approach indeed achieves state-of-the-art performance on different challenging synthetic-2-real benchmarks.

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