Lightweight and Progressively-Scalable Networks for Semantic Segmentation
Yiheng Zhang, Ting Yao, Zhaofan Qiu, Tao Mei

TL;DR
This paper introduces LPS-Net, a lightweight, scalable network for semantic segmentation that progressively expands in complexity, achieving high accuracy and speed suitable for real-world deployment.
Contribution
The paper proposes a novel progressive scaling approach for lightweight networks, guided by three design principles, to optimize the speed-accuracy tradeoff in semantic segmentation.
Findings
LPS-Net outperforms several efficient methods on three datasets.
Achieves 73.4% mIoU on Cityscapes with 413.5FPS.
Improves performance and speed over STDC by 1.5% and 65%.
Abstract
Multi-scale learning frameworks have been regarded as a capable class of models to boost semantic segmentation. The problem nevertheless is not trivial especially for the real-world deployments, which often demand high efficiency in inference latency. In this paper, we thoroughly analyze the design of convolutional blocks (the type of convolutions and the number of channels in convolutions), and the ways of interactions across multiple scales, all from lightweight standpoint for semantic segmentation. With such in-depth comparisons, we conclude three principles, and accordingly devise Lightweight and Progressively-Scalable Networks (LPS-Net) that novelly expands the network complexity in a greedy manner. Technically, LPS-Net first capitalizes on the principles to build a tiny network. Then, LPS-Net progressively scales the tiny network to larger ones by expanding a single dimension (the…
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 · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsTest · *Communicated@Fast*How Do I Communicate to Expedia? · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Convolution · 1x1 Convolution · Batch Normalization · Short-Term Dense Concatenate
