Dynamic Neural Representational Decoders for High-Resolution Semantic Segmentation
Bowen Zhang, Yifan Liu, Zhi Tian, Chunhua Shen

TL;DR
This paper introduces a novel dynamic neural representational decoder for semantic segmentation that achieves high-resolution predictions with significantly reduced computational cost by representing local label patches with neural networks conditioned on encoder outputs.
Contribution
The paper proposes a new efficient decoder, the neural representational decoder (NRD), which leverages neural representations conditioned on encoder outputs for high-resolution semantic segmentation.
Findings
Outperforms DeeplabV3+ decoder with only 30% of the computational complexity.
Achieves competitive performance with dilated encoder methods at 15% computation.
Demonstrates effectiveness on Cityscapes, ADE20K, and PASCAL Context datasets.
Abstract
Semantic segmentation requires per-pixel prediction for a given image. Typically, the output resolution of a segmentation network is severely reduced due to the downsampling operations in the CNN backbone. Most previous methods employ upsampling decoders to recover the spatial resolution. Various decoders were designed in the literature. Here, we propose a novel decoder, termed dynamic neural representational decoder (NRD), which is simple yet significantly more efficient. As each location on the encoder's output corresponds to a local patch of the semantic labels, in this work, we represent these local patches of labels with compact neural networks. This neural representation enables our decoder to leverage the smoothness prior in the semantic label space, and thus makes our decoder more efficient. Furthermore, these neural representations are dynamically generated and conditioned on…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Image Processing and 3D Reconstruction
