Skip to main content
QUICK REVIEW

[Paper Review] Stacked Deconvolutional Network for Semantic Segmentation

Jun Fu, Jing Liu|arXiv (Cornell University)|Aug 16, 2017
Advanced Neural Network Applications34 references83 citations
TL;DR

The paper introduces Stacked Deconvolutional Network (SDN), stacking shallow deconvolutional units with dense intra-/inter-unit connections and hierarchical supervision to achieve state-of-the-art semantic segmentation without CRF post-processing.

ABSTRACT

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.

Motivation & Objective

  • Motivate improving spatial resolution and boundary delineation in semantic segmentation under FCN frameworks.
  • Propose a scalable, trainable architecture by stacking shallow deconvolutional units to capture multi-scale context.
  • Facilitate optimization via intra-unit and inter-unit dense connections and hierarchical supervision.
  • Demonstrate state-of-the-art performance on PASCAL VOC 2012, CamVid, and GATECH datasets.
  • Show that the best model achieves high Mean IoU without CRF post-processing.

Proposed method

  • Introduce SDN units: encoder-decoder blocks with downsampling and upsampling paths.
  • Use DenseNet-inspired dense connections within downsampling blocks to encourage feature reuse.
  • Incorporate intra-unit dense connections and inter-unit skip connections to improve gradient flow and multi-scale feature fusion.
  • Apply hierarchical supervision at multiple upsampling stages to strengthen discrimination and optimization.
  • Fuse score maps across units and scales to enhance boundary localization during upsampling.
  • Leverage pre-trained DenseNet-161 as the first encoder, with subsequent units built from downsampling/upsampling blocks and compressions.
  • Train with data augmentation, poly learning rate policy, and end-to-end optimization; test uses highest-resolution last-unit output.

Experimental results

Research questions

  • RQ1Can stacking shallow deconvolutional units with dense intra-/inter-unit connections improve boundary localization and segmentation accuracy over single deep deconvolutional networks?
  • RQ2Does hierarchical supervision at multiple upsampling stages and score-map fusion lead to better optimization and discrimination of pixel-wise predictions?
  • RQ3What is the impact of pretraining on a large classifier network (DenseNet-161) and staged upsampling on segmentation performance across standard benchmarks?
  • RQ4How does SDN perform on PASCAL VOC 2012, CamVid, and GATECH compared to state-of-the-art methods?
  • RQ5What is the effect of varying the number of stacked units and supervision configurations on Mean IoU?

Key findings

  • SDN with three stacked units achieves higher Mean IoU than fewer units on PASCAL VOC 2012 validation.
  • Hierarchical supervision and intra-/inter-unit dense connections improve training stability and boundary detail, contributing to performance gains.
  • Score-map fusion and additional upsampling blocks yield measurable improvements in Mean IoU.
  • Pretraining SDN-M2* on MS-COCO further boosts performance, surpassing notable baselines (e.g., Deeplabv3) in Mean IoU.
  • The SDN family achieves state-of-the-art results on PASCAL VOC 2012, CamVid, and GATECH benchmarks, with notable gains without CRF post-processing.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.