paper-with-me

Papers

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

2020-11-25 · CVPR 2021 1 · Peize Sun, Rufeng Zhang, Yi Jiang, Tao Kong, Chenfeng Xu, Wei Zhan, Masayoshi Tomizuka, Lei LI, Zehuan Yuan, Changhu Wang, Ping Luo

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\times 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 45.0 AP in standard $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.

📄 PDF Abstract BibTeX arXiv:2011.12450

Code (6)

PeizeSun/SparseR-CNN 공식 구현 pytorch
Booomshaker/SparseRCNNWSL pytorch
PaddlePaddle/PaddleDetection paddle
henbucuoshanghai/sparsercnn pytorch
liangheming/sparse_rcnnv1 pytorch
open-mmlab/mmdetection pytorch

Tasks

2D Object DetectionObjectobject-detectionObject DetectionObject Recognition

Methods 이 논문이 사용한 방법론

Sparse R-CNN 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FPN 설명 없음

Similar Papers 제목 키워드 기반

Sparse R-CNN OBB: Ship Target Detection in SAR Images Based on Oriented Sparse Proposals

2024-09-12 · Kamirul Kamirul, Odysseas Pappas, Alin Achim

We present Sparse R-CNN OBB, a novel framework for the detection of oriented objects in SAR images leveraging sparse learnable proposals. The Sparse R-CNN OBB has streamlined architecture and ease of training as it utili…

Spatio-Temporal Learnable Proposals for End-to-End Video Object Detection

2022-10-05 · Khurram Azeem Hashmi, Didier Stricker, Muhammamd Zeshan Afzal

This paper presents the novel idea of generating object proposals by leveraging temporal information for video object detection. The feature aggregation in modern region-based video object detectors heavily relies on lea…

Objectobject-detectionObject DetectionVideo Object Detection

R-Sparse R-CNN: SAR Ship Detection Based on Background-Aware Sparse Learnable Proposals

2025-04-26 · Kamirul Kamirul, Odysseas Pappas, Alin Achim

We introduce R-Sparse R-CNN, a novel pipeline for oriented ship detection in Synthetic Aperture Radar (SAR) images that leverages sparse learnable proposals enriched with background contextual information, termed backgro…

SAR Ship Detection

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

2022-06-02 · Jianhong Han, Zhaoyi Wan, Zhe Liu, Jie Feng 외

In this paper, we propose SparseDet for end-to-end 3D object detection from point cloud. Existing works on 3D object detection rely on dense object candidates over all locations in a 3D or 2D grid following the mainstrea…

3D Object DetectionObjectobject-detectionObject Detection

LEAPS: End-to-End One-Step Person Search With Learnable Proposals

2023-03-21 · Zhiqiang Dong, Jiale Cao, Rao Muhammad Anwer, Jin Xie 외

We propose an end-to-end one-step person search approach with learnable proposals, named LEAPS. Given a set of sparse and learnable proposals, LEAPS employs a dynamic person search head to directly perform person detecti…

Human DetectionPerson Search