DPNet: Dual-Path Network for Real-time Object Detection with Lightweight Attention
Quan Zhou, Huimin Shi, Weikang Xiang, Bin Kang, Xiaofu Wu, Longin, Jan Latecki

TL;DR
DPNet introduces a dual-path architecture with lightweight attention modules to improve real-time object detection accuracy without significantly increasing computational costs, outperforming existing lightweight detectors.
Contribution
The paper proposes a novel dual-path network with lightweight attention modules for enhanced feature extraction in real-time detection, balancing accuracy and efficiency.
Findings
Achieves 30.5% AP on MS COCO with 2.5M model size
Attains 81.5% mAP on Pascal VOC 2007
Runs at 164-196 FPS with high detection accuracy
Abstract
The recent advances of compressing high-accuracy convolution neural networks (CNNs) have witnessed remarkable progress for real-time object detection. To accelerate detection speed, lightweight detectors always have few convolution layers using single-path backbone. Single-path architecture, however, involves continuous pooling and downsampling operations, always resulting in coarse and inaccurate feature maps that are disadvantageous to locate objects. On the other hand, due to limited network capacity, recent lightweight networks are often weak in representing large scale visual data. To address these problems, this paper presents a dual-path network, named DPNet, with a lightweight attention scheme for real-time object detection. The dual-path architecture enables us to parallelly extract high-level semantic features and low-level object details. Although DPNet has nearly duplicated…
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
MethodsTest · Convolution
