paper-with-me

Papers

CenterNet++ for Object Detection

2022-04-18 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi, Qingming Huang, Qi Tian

There are two mainstreams for object detection: top-down and bottom-up. The state-of-the-art approaches mostly belong to the first category. In this paper, we demonstrate that the bottom-up approaches are as competitive as the top-down and enjoy higher recall. Our approach, named CenterNet, detects each object as a triplet keypoints (top-left and bottom-right corners and the center keypoint). We firstly group the corners by some designed cues and further confirm the objects by the center keypoints. The corner keypoints equip the approach with the ability to detect objects of various scales and shapes and the center keypoint avoids the confusion brought by a large number of false-positive proposals. Our approach is a kind of anchor-free detector because it does not need to define explicit anchor boxes. We adapt our approach to the backbones with different structures, i.e., the 'hourglass' like networks and the the 'pyramid' like networks, which detect objects on a single-resolution feature map and multi-resolution feature maps, respectively. On the MS-COCO dataset, CenterNet with Res2Net-101 and Swin-Transformer achieves APs of 53.7% and 57.1%, respectively, outperforming all existing bottom-up detectors and achieving state-of-the-art. We also design a real-time CenterNet, which achieves a good trade-off between accuracy and speed with an AP of 43.6% at 30.5 FPS. https://github.com/Duankaiwen/PyCenterNet.

📄 PDF Abstract BibTeX arXiv:2204.08394

Code (3)

Duankaiwen/PyCenterNet 공식 구현 pytorch
MindSpore-paper-code-3/code6/tree/main/centernet_resnet50_v1 mindspore
vicoslab/cedirnet-3dof pytorch

Tasks

Objectobject-detectionObject DetectionTriplet

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Center Pooling Center Pooling is a pooling technique for object detection that aims to capture richer and more recognizable visual patterns. The geometric centers of objects do not…
DLA 설명 없음
Batch Normalization 설명 없음
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…
Cascade Corner Pooling Cascade Corner Pooling is a pooling layer for object detection that builds upon the corner pooling operation. Corners are…
CenterNet CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named [cascade corner…

Similar Papers 제목 키워드 기반

CenterNet: Keypoint Triplets for Object Detection

2019-04-17 · ICCV 2019 10 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi 외

In object detection, keypoint-based approaches often suffer a large number of incorrect object bounding boxes, arguably due to the lack of an additional look into the cropped regions. This paper presents an efficient sol…

Objectobject-detectionObject DetectionTriplet

CenterNet3D: An Anchor Free Object Detector for Point Cloud

2020-07-13 · Guojun Wang, Jian Wu, Bin Tian, Siyu Teng 외

Accurate and fast 3D object detection from point clouds is a key task in autonomous driving. Existing one-stage 3D object detection methods can achieve real-time performance, however, they are dominated by anchor-based d…

3D Object DetectionAutonomous DrivingKeypoint EstimationObject+2

Spiking CenterNet: A Distillation-boosted Spiking Neural Network for Object Detection

2024-02-02 · Lennard Bodden, Franziska Schwaiger, Duc Bach Ha, Lars Kreuzberg 외

In the era of AI at the edge, self-driving cars, and climate change, the need for energy-efficient, small, embedded AI is growing. Spiking Neural Networks (SNNs) are a promising approach to address this challenge, with t…

DecoderKnowledge Distillationobject-detectionObject Detection+1

Object detection on aerial imagery using CenterNet

2019-08-22 · Dheeraj Reddy Pailla, Varghese Kollerathu, Sai Saketh Chennamsetty

Detection and classification of objects in aerial imagery have several applications like urban planning, crop surveillance, and traffic surveillance. However, due to the lower resolution of the objects and the effect of …

2D Object DetectionObjectobject-detectionObject Detection

CenterNet Heatmap Propagation for Real-time Video Object Detection

2020-08-01 · ECCV 2020 8 · Zhujun Xu, Emir Hrustic, Damien Vivet

The existing methods for video object detection mainly depend on two-stage image object detectors. The fact that two-stage detectors are generally slow makes it difficult to apply in real-time scenarios. Moreover, adapti…

Objectobject-detectionObject DetectionVideo Object Detection