CVJul 18, 2017

Beyond Forward Shortcuts: Fully Convolutional Master-Slave Networks (MSNets) with Backward Skip Connections for Semantic Segmentation

arXiv:1707.05537v16 citations
Originality Highly original
AI Analysis

This addresses the problem of information degradation in semantic segmentation for computer vision applications, offering a novel architectural improvement.

The paper tackles the limitation of forward skip connections in CNNs by introducing backward skip connections from high to low layers, proposing a fully convolutional Master-Slave Network (MSNet) that improves semantic segmentation performance, achieving state-of-the-art results on datasets like ADE20K, PASCAL-Context, and PASCAL VOC 2011.

Recent deep CNNs contain forward shortcut connections; i.e. skip connections from low to high layers. Reusing features from lower layers that have higher resolution (location information) benefit higher layers to recover lost details and mitigate information degradation. However, during inference the lower layers do not know about high layer features, although they contain contextual high semantics that benefit low layers to adaptively extract informative features for later layers. In this paper, we study the influence of backward skip connections which are in the opposite direction to forward shortcuts, i.e. paths from high layers to low layers. To achieve this -- which indeed runs counter to the nature of feed-forward networks -- we propose a new fully convolutional model that consists of a pair of networks. A `Slave' network is dedicated to provide the backward connections from its top layers to the `Master' network's bottom layers. The Master network is used to produce the final label predictions. In our experiments we validate the proposed FCN model on ADE20K (ImageNet scene parsing), PASCAL-Context, and PASCAL VOC 2011 datasets.

Foundations

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

Your Notes