SegNet: A Deep Convolutional Encoder-Decoder Architecture for Robust Semantic Pixel-Wise Labelling
Vijay Badrinarayanan, Ankur Handa, Roberto Cipolla

TL;DR
SegNet is a deep encoder-decoder architecture for pixel-wise image labeling that improves accuracy by mapping deep features to input dimensions, enabling smooth predictions without additional cues.
Contribution
Introduces a novel encoder-decoder network architecture that effectively maps deep features to pixel labels, addressing limitations of previous methods in spatial detail preservation.
Findings
Achieves state-of-the-art results on CamVid, KITTI, and NYU datasets.
Outperforms existing methods without extra cues like depth or CRF post-processing.
Provides interpretable feature activations in pixel label space.
Abstract
We propose a novel deep architecture, SegNet, for semantic pixel wise image labelling. SegNet has several attractive properties; (i) it only requires forward evaluation of a fully learnt function to obtain smooth label predictions, (ii) with increasing depth, a larger context is considered for pixel labelling which improves accuracy, and (iii) it is easy to visualise the effect of feature activation(s) in the pixel label space at any depth. SegNet is composed of a stack of encoders followed by a corresponding decoder stack which feeds into a soft-max classification layer. The decoders help map low resolution feature maps at the output of the encoder stack to full input image size feature maps. This addresses an important drawback of recent deep learning approaches which have adopted networks designed for object categorization for pixel wise labelling. These methods lack a mechanism to…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Image Enhancement Techniques · Medical Image Segmentation Techniques
MethodsConditional Random Field
