CVOct 31, 2020

Pixel-Level Cycle Association: A New Perspective for Domain Adaptive Semantic Segmentation

arXiv:2011.00147v1122 citationsHas Code
AI Analysis

It addresses the problem of training semantic segmentation models on unlabeled target domains for computer vision applications, offering a novel perspective but likely incremental in impact.

The paper tackles domain adaptive semantic segmentation by proposing pixel-level cycle association to reduce domain gaps, achieving state-of-the-art results on benchmarks like GTAV→Cityscapes and SYNTHIA→Cityscapes with no additional parameters.

Domain adaptive semantic segmentation aims to train a model performing satisfactory pixel-level predictions on the target with only out-of-domain (source) annotations. The conventional solution to this task is to minimize the discrepancy between source and target to enable effective knowledge transfer. Previous domain discrepancy minimization methods are mainly based on the adversarial training. They tend to consider the domain discrepancy globally, which ignore the pixel-wise relationships and are less discriminative. In this paper, we propose to build the pixel-level cycle association between source and target pixel pairs and contrastively strengthen their connections to diminish the domain gap and make the features more discriminative. To the best of our knowledge, this is a new perspective for tackling such a challenging task. Experiment results on two representative domain adaptation benchmarks, i.e. GTAV $\rightarrow$ Cityscapes and SYNTHIA $\rightarrow$ Cityscapes, verify the effectiveness of our proposed method and demonstrate that our method performs favorably against previous state-of-the-arts. Our method can be trained end-to-end in one stage and introduces no additional parameters, which is expected to serve as a general framework and help ease future research in domain adaptive semantic segmentation. Code is available at https://github.com/kgl-prml/Pixel- Level-Cycle-Association.

Code Implementations1 repo
Foundations

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

Your Notes