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

09/15/2019
by   Thang Vu, et al.
0

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by systematically addressing the limitation of the conventional RPN that heuristically defines the anchors and aligns the features to the anchors. First, instead of using multiple anchors with predefined scales and aspect ratios, Cascade RPN relies on a 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, 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 <https://github.com/thangvubk/Cascade-RPN.git>.

READ FULL TEXT

page 8

page 9

research
01/10/2019

Region Proposal by Guided Anchoring

Region anchors are the cornerstone of modern object detection techniques...
research
11/15/2022

3D Cascade RCNN: High Quality Object Detection in Point Clouds

Recent progress on 2D object detection has featured Cascade RCNN, which ...
research
06/15/2020

Does Cascading Schmitt-Trigger Stages Improve the Metastable Behavior?

Schmitt-Trigger stages are the method of choice for robust discretizatio...
research
04/24/2018

An Anchor-Free Region Proposal Network for Faster R-CNN based Text Detection Approaches

The anchor mechanism of Faster R-CNN and SSD framework is considered not...
research
06/24/2019

Cascade R-CNN: High Quality Object Detection and Instance Segmentation

In object detection, the intersection over union (IoU) threshold is freq...
research
04/09/2019

Reliable and Efficient Image Cropping: A Grid Anchor based Approach

Image cropping aims to improve the composition as well as aesthetic qual...
research
03/01/2016

Learning Multilayer Channel Features for Pedestrian Detection

Pedestrian detection based on the combination of Convolutional Neural Ne...

Please sign up or login with your details

Forgot password? Click here to reset