Should All Proposals be Treated Equally in Object Detection?
Yunsheng Li, Yinpeng Chen, Xiyang Dai, Dongdong Chen, Mengchen Liu,, Pei Yu, Jing Yin, Lu Yuan, Zicheng Liu, Nuno Vasconcelos

TL;DR
This paper proposes a dynamic proposal processing method that assigns more computation to promising object proposals, improving detection accuracy under resource constraints by learning proposal-specific operators.
Contribution
It introduces a novel end-to-end learnable dynamic routing mechanism for proposals, enhancing efficiency and accuracy in object detection.
Findings
DPP outperforms state-of-the-art detectors at the same computational cost.
Proposal-specific operator assignment improves detection precision.
The method is simple to implement and compatible with existing detectors.
Abstract
The complexity-precision trade-off of an object detector is a critical problem for resource constrained vision tasks. Previous works have emphasized detectors implemented with efficient backbones. The impact on this trade-off of proposal processing by the detection head is investigated in this work. It is hypothesized that improved detection efficiency requires a paradigm shift, towards the unequal processing of proposals, assigning more computation to good proposals than poor ones. This results in better utilization of available computational budget, enabling higher accuracy for the same FLOPS. We formulate this as a learning problem where the goal is to assign operators to proposals, in the detection head, so that the total computational cost is constrained and the precision is maximized. The key finding is that such matching can be learned as a function that maps each proposal…
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 · Advanced Image and Video Retrieval Techniques · Adversarial Robustness in Machine Learning
