CVDec 8, 2016

FCNs in the Wild: Pixel-level Adversarial and Constraint-based Adaptation

arXiv:1612.02649v1828 citations
Originality Highly original
AI Analysis

This work addresses performance degradation in dense prediction models under domain shifts, which is a critical issue for applications like autonomous driving and robotics.

The paper tackles the problem of domain shift in semantic segmentation by introducing an unsupervised adversarial adaptation method, achieving improved performance across multiple large-scale datasets including real city environments and synthetic-to-real scenarios.

Fully convolutional models for dense prediction have proven successful for a wide range of visual tasks. Such models perform well in a supervised setting, but performance can be surprisingly poor under domain shifts that appear mild to a human observer. For example, training on one city and testing on another in a different geographic region and/or weather condition may result in significantly degraded performance due to pixel-level distribution shift. In this paper, we introduce the first domain adaptive semantic segmentation method, proposing an unsupervised adversarial approach to pixel prediction problems. Our method consists of both global and category specific adaptation techniques. Global domain alignment is performed using a novel semantic segmentation network with fully convolutional domain adversarial learning. This initially adapted space then enables category specific adaptation through a generalization of constrained weak learning, with explicit transfer of the spatial layout from the source to the target domains. Our approach outperforms baselines across different settings on multiple large-scale datasets, including adapting across various real city environments, different synthetic sub-domains, from simulated to real environments, and on a novel large-scale dash-cam dataset.

Code Implementations3 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