Dense Dual-Path Network for Real-time Semantic Segmentation
Xinneng Yang, Yan Wu, Junqiao Zhao, Feilin Liu

TL;DR
This paper introduces DDPNet, a lightweight dense dual-path network designed for real-time semantic segmentation that balances high accuracy with fast inference on resource-limited devices.
Contribution
The paper presents a novel Dense Dual-Path Network architecture with dense connectivity and dual-path modules for efficient multi-scale feature aggregation in real-time segmentation.
Findings
Achieves 75.3% mIoU on Cityscapes with 52.6 FPS
Uses fewer parameters than comparable methods
Balances accuracy and speed effectively
Abstract
Semantic segmentation has achieved remarkable results with high computational cost and a large number of parameters. However, real-world applications require efficient inference speed on embedded devices. Most previous works address the challenge by reducing depth, width and layer capacity of network, which leads to poor performance. In this paper, we introduce a novel Dense Dual-Path Network (DDPNet) for real-time semantic segmentation under resource constraints. We design a light-weight and powerful backbone with dense connectivity to facilitate feature reuse throughout the whole network and the proposed Dual-Path module (DPM) to sufficiently aggregate multi-scale contexts. Meanwhile, a simple and effective framework is built with a skip architecture utilizing the high-resolution feature maps to refine the segmentation output and an upsampling module leveraging context information…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Infrastructure Maintenance and Monitoring · Multimodal Machine Learning Applications
