CVSep 30, 2020

Towards Adaptive Semantic Segmentation by Progressive Feature Refinement

arXiv:2009.14420v14 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of domain shift in semantic segmentation for computer vision applications, representing an incremental improvement.

The paper tackles unsupervised adaptive semantic segmentation by proposing a progressive feature refinement framework with domain adversarial learning to maintain performance when transferring from source to target domains, achieving competitive results compared to state-of-the-art methods.

As one of the fundamental tasks in computer vision, semantic segmentation plays an important role in real world applications. Although numerous deep learning models have made notable progress on several mainstream datasets with the rapid development of convolutional networks, they still encounter various challenges in practical scenarios. Unsupervised adaptive semantic segmentation aims to obtain a robust classifier trained with source domain data, which is able to maintain stable performance when deployed to a target domain with different data distribution. In this paper, we propose an innovative progressive feature refinement framework, along with domain adversarial learning to boost the transferability of segmentation networks. Specifically, we firstly align the multi-stage intermediate feature maps of source and target domain images, and then a domain classifier is adopted to discriminate the segmentation output. As a result, the segmentation models trained with source domain images can be transferred to a target domain without significant performance degradation. Experimental results verify the efficiency of our proposed method compared with state-of-the-art methods.

Foundations

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

Your Notes