Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution

About

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by \textit{systematically} addressing the limitation of the conventional RPN that \textit{heuristically defines} the anchors and \textit{aligns} the features to the anchors. First, instead of using multiple anchors with predefined scales and aspect ratios, Cascade RPN relies on a \textit{single anchor} per location and performs multi-stage refinement. Each stage is progressively more stringent in defining positive samples by starting out with an anchor-free metric followed by anchor-based metrics in the ensuing stages. Second, to attain alignment between the features and the anchors throughout the stages, \textit{adaptive convolution} is proposed that takes the anchors in addition to the image features as its input and learns the sampled features guided by the anchors. A simple implementation of a two-stage Cascade RPN achieves AR 13.4 points higher than that of the conventional RPN, surpassing any existing region proposal methods. When adopting to Fast R-CNN and Faster R-CNN, Cascade RPN can improve the detection mAP by 3.1 and 3.5 points, respectively. The code is made publicly available at \url{https://github.com/thangvubk/Cascade-RPN.git}.

Thang Vu, Hyunjun Jang, Trung X. Pham, Chang D. Yoo• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO v2017 (test-dev)
mAP40.6
499
Object DetectionAI-TOD (test)
AP@0.533.5
88
Object ProposalCOCO (non-VOC)
AR@10027.7
20
Object DetectionSODA-D (test)
AP29.1
14
Breast Lesion DetectionBLUVD-186 (test)
AP24.8
12
Object DetectionMM-AU V2 1.0 (test)
mAP5057.9
11
Object DetectionMM-AU 1.0 (val)
mAP5066.2
11
Object DetectionMM-AU 1.0 (test)
mAP5066.4
11
Object DetectionMM-AU accident window V2 1.0 (test)
mAP500.532
11
Object DetectionMM-AU accident window 1.0 (test)
mAP5064.9
11
Showing 10 of 11 rows

Other info

Code

Follow for update