LEDNet: A Lightweight Encoder-Decoder Network for Real-Time Semantic Segmentation
Yu Wang, Quan Zhou, Jia Liu, Jian Xiong, Guangwei Gao, Xiaofu Wu,, Longin Jan Latecki

TL;DR
LEDNet is a lightweight, real-time semantic segmentation network that uses an asymmetric encoder-decoder architecture with novel operations to reduce computation while maintaining high accuracy, suitable for mobile devices.
Contribution
The paper introduces LEDNet, a novel lightweight encoder-decoder network with channel split and shuffle operations, achieving high speed and accuracy for real-time segmentation.
Findings
Less than 1 million parameters
Over 71 FPS on GTX 1080Ti
State-of-the-art speed-accuracy trade-off on CityScapes
Abstract
The extensive computational burden limits the usage of CNNs in mobile devices for dense estimation tasks. In this paper, we present a lightweight network to address this problem,namely LEDNet, which employs an asymmetric encoder-decoder architecture for the task of real-time semantic segmentation.More specifically, the encoder adopts a ResNet as backbone network, where two new operations, channel split and shuffle, are utilized in each residual block to greatly reduce computation cost while maintaining higher segmentation accuracy. On the other hand, an attention pyramid network (APN) is employed in the decoder to further lighten the entire network complexity. Our model has less than 1M parameters,and is able to run at over 71 FPS in a single GTX 1080Ti GPU. The comprehensive experiments demonstrate that our approach achieves state-of-the-art results in terms of speed and accuracy…
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 · Video Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques
