Sparse R-CNN: End-to-End Object Detection with Learnable Proposals

11/25/2020
by   Peize Sun, et al.
0

We present Sparse R-CNN, a purely sparse method for object detection in images. Existing works on object detection heavily rely on dense object candidates, such as k anchor boxes pre-defined on all grids of image feature map of size H× W. In our method, however, a fixed sparse set of learned object proposals, total length of N, are provided to object recognition head to perform classification and location. By eliminating HWk (up to hundreds of thousands) hand-designed object candidates to N (e.g. 100) learnable proposals, Sparse R-CNN completely avoids all efforts related to object candidates design and many-to-one label assignment. More importantly, final predictions are directly output without non-maximum suppression post-procedure. Sparse R-CNN demonstrates accuracy, run-time and training convergence performance on par with the well-established detector baselines on the challenging COCO dataset, e.g., achieving 44.5 AP in standard 3× training schedule and running at 22 fps using ResNet-50 FPN model. We hope our work could inspire re-thinking the convention of dense prior in object detectors. The code is available at: https://github.com/PeizeSun/SparseR-CNN.

READ FULL TEXT
research
06/02/2022

SparseDet: Towards End-to-End 3D Object Detection

In this paper, we propose SparseDet for end-to-end 3D object detection f...
research
05/26/2020

End-to-End Object Detection with Transformers

We present a new method that views object detection as a direct set pred...
research
12/10/2020

OneNet: Towards End-to-End One-Stage Object Detection

End-to-end one-stage object detection trailed thus far. This paper disco...
research
03/18/2021

SparsePoint: Fully End-to-End Sparse 3D Object Detector

Object detectors based on sparse object proposals have recently been pro...
research
06/11/2020

Quasi-Dense Instance Similarity Learning

Similarity metrics for instances have drawn much attention, due to their...
research
04/07/2023

SparseFormer: Sparse Visual Recognition via Limited Latent Tokens

Human visual recognition is a sparse process, where only a few salient v...
research
05/04/2022

Dynamic Sparse R-CNN

Sparse R-CNN is a recent strong object detection baseline by set predict...

Please sign up or login with your details

Forgot password? Click here to reset