POD: Practical Object Detection with Scale-Sensitive Network
Junran Peng, Ming Sun, Zhaoxiang Zhang, Tieniu Tan, Junjie Yan

TL;DR
This paper introduces a practical, scale-sensitive object detection network that explicitly models scale, improves accuracy on COCO, and is efficient for real-time applications with hardware acceleration support.
Contribution
The method predicts a global scale for each convolution filter, uses scale decomposition for fast deployment, and simplifies training without complex strategies.
Findings
Achieves 41.5 mAP on COCO test-dev with one-stage detector.
Outperforms baseline models by over 2 mAP points.
Supports hardware acceleration without extra operations.
Abstract
Scale-sensitive object detection remains a challenging task, where most of the existing methods could not learn it explicitly and are not robust to scale variance. In addition, the most existing methods are less efficient during training or slow during inference, which are not friendly to real-time applications. In this paper, we propose a practical object detection method with scale-sensitive network.Our method first predicts a global continuous scale ,which is shared by all position, for each convolution filter of each network stage. To effectively learn the scale, we average the spatial features and distill the scale from channels. For fast-deployment, we propose a scale decomposition method that transfers the robust fractional scale into combination of fixed integral scales for each convolution filter, which exploits the dilated convolution. We demonstrate it on one-stage and…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsConvolution
