English

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

Computer Vision and Pattern Recognition 2021-04-27 v2

Abstract

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 kk anchor boxes pre-defined on all grids of image feature map of size H×WH\times W. In our method, however, a fixed sparse set of learned object proposals, total length of NN, are provided to object recognition head to perform classification and location. By eliminating HWkHWk (up to hundreds of thousands) hand-designed object candidates to NN (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 45.0 AP in standard 3×3\times 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.

Keywords

Cite

@article{arxiv.2011.12450,
  title  = {Sparse R-CNN: End-to-End Object Detection with Learnable Proposals},
  author = {Peize Sun and Rufeng Zhang and Yi Jiang and Tao Kong and Chenfeng Xu and Wei Zhan and Masayoshi Tomizuka and Lei Li and Zehuan Yuan and Changhu Wang and Ping Luo},
  journal= {arXiv preprint arXiv:2011.12450},
  year   = {2021}
}

Comments

add test-dev; add crowdhuman

R2 v1 2026-06-23T20:29:27.564Z