CVJul 17, 2020

DACS: Domain Adaptation via Cross-domain Mixed Sampling

arXiv:2007.08702v2451 citations
AI Analysis

This addresses the domain shift issue in semantic segmentation for applications like autonomous driving, but it is incremental as it builds on existing pseudo-label methods.

The paper tackles the problem of unsupervised domain adaptation for semantic segmentation, where models trained on synthetic data fail on real data, by proposing DACS, which mixes images and labels across domains to improve training, achieving state-of-the-art results on the GTA5 to Cityscapes benchmark.

Semantic segmentation models based on convolutional neural networks have recently displayed remarkable performance for a multitude of applications. However, these models typically do not generalize well when applied on new domains, especially when going from synthetic to real data. In this paper we address the problem of unsupervised domain adaptation (UDA), which attempts to train on labelled data from one domain (source domain), and simultaneously learn from unlabelled data in the domain of interest (target domain). Existing methods have seen success by training on pseudo-labels for these unlabelled images. Multiple techniques have been proposed to mitigate low-quality pseudo-labels arising from the domain shift, with varying degrees of success. We propose DACS: Domain Adaptation via Cross-domain mixed Sampling, which mixes images from the two domains along with the corresponding labels and pseudo-labels. These mixed samples are then trained on, in addition to the labelled data itself. We demonstrate the effectiveness of our solution by achieving state-of-the-art results for GTA5 to Cityscapes, a common synthetic-to-real semantic segmentation benchmark for UDA.

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