TL;DR
Squeeze-SegNet is a fast, lightweight deep convolutional neural network designed for semantic segmentation, achieving high accuracy with significantly fewer parameters suitable for embedded systems like autonomous vehicles.
Contribution
The paper introduces Squeeze-SegNet, a novel encoder-decoder architecture that reduces parameter count while maintaining state-of-the-art segmentation accuracy.
Findings
Achieves SegNet-level accuracy on Camvid and Cityscapes datasets.
Uses less than 10 times fewer parameters than SegNet.
Suitable for embedded systems in autonomous driving.
Abstract
The recent researches in Deep Convolutional Neural Network have focused their attention on improving accuracy that provide significant advances. However, if they were limited to classification tasks, nowadays with contributions from Scientific Communities who are embarking in this field, they have become very useful in higher level tasks such as object detection and pixel-wise semantic segmentation. Thus, brilliant ideas in the field of semantic segmentation with deep learning have completed the state of the art of accuracy, however this architectures become very difficult to apply in embedded systems as is the case for autonomous driving. We present a new Deep fully Convolutional Neural Network for pixel-wise semantic segmentation which we call Squeeze-SegNet. The architecture is based on Encoder-Decoder style. We use a SqueezeNet-like encoder and a decoder formed by our proposed…
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
MethodsConvolution · Kaiming Initialization · Batch Normalization · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Softmax · SegNet
