Beyond Forward Shortcuts: Fully Convolutional Master-Slave Networks (MSNets) with Backward Skip Connections for Semantic Segmentation
Abrar H. Abdulnabi, Stefan Winkler, Gang Wang

TL;DR
This paper introduces a novel fully convolutional network architecture with backward skip connections from high to low layers, enhancing semantic segmentation performance by allowing high-level context to inform low-level feature extraction.
Contribution
The paper proposes a new Master-Slave network model with backward skip connections, a concept that counters traditional feed-forward design, improving feature integration for segmentation.
Findings
Improved segmentation accuracy on ADE20K, PASCAL-Context, and PASCAL VOC 2011 datasets.
Demonstrates the effectiveness of backward skip connections in deep CNNs.
Validates the proposed model's superiority over traditional forward-only networks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Neural Network Applications · COVID-19 diagnosis using AI
MethodsMax Pooling · Convolution · Fully Convolutional Network
