CVAug 16, 2017

Stacked Deconvolutional Network for Semantic Segmentation

arXiv:1708.04943v1221 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of fine-grained localization in semantic segmentation for computer vision applications, representing an incremental improvement over existing methods.

The authors tackled the problem of improving spatial resolution in semantic segmentation by proposing a Stacked Deconvolutional Network (SDN), which achieved state-of-the-art results, including an intersection-over-union score of 86.6% on the PASCAL VOC 2012 test set without CRF post-processing.

Recent progress in semantic segmentation has been driven by improving the spatial resolution under Fully Convolutional Networks (FCNs). To address this problem, we propose a Stacked Deconvolutional Network (SDN) for semantic segmentation. In SDN, multiple shallow deconvolutional networks, which are called as SDN units, are stacked one by one to integrate contextual information and guarantee the fine recovery of localization information. Meanwhile, inter-unit and intra-unit connections are designed to assist network training and enhance feature fusion since the connections improve the flow of information and gradient propagation throughout the network. Besides, hierarchical supervision is applied during the upsampling process of each SDN unit, which guarantees the discrimination of feature representations and benefits the network optimization. We carry out comprehensive experiments and achieve the new state-of-the-art results on three datasets, including PASCAL VOC 2012, CamVid, GATECH. In particular, our best model without CRF post-processing achieves an intersection-over-union score of 86.6% in the test set.

Foundations

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

Your Notes