paper-with-me

Papers

CenterNet: Keypoint Triplets for Object Detection

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

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 solution which explores the visual patterns within each cropped region with minimal costs. We build our framework upon a representative one-stage keypoint-based detector named CornerNet. Our approach, named CenterNet, detects each object as a triplet, rather than a pair, of keypoints, which improves both precision and recall. Accordingly, we design two customized modules named cascade corner pooling and center pooling, which play the roles of enriching information collected by both top-left and bottom-right corners and providing more recognizable information at the central regions, respectively. On the MS-COCO dataset, CenterNet achieves an AP of 47.0%, which outperforms all existing one-stage detectors by at least 4.9%. Meanwhile, with a faster inference speed, CenterNet demonstrates quite comparable performance to the top-ranked two-stage detectors. Code is available at https://github.com/Duankaiwen/CenterNet.

📄 PDF Abstract BibTeX arXiv:1904.08189

Code (20)

Duankaiwen/CenterNet 공식 구현 pytorch
2023-MindSpore-1/ms-code-39 mindspore
2023-MindSpore-1/ms-code-6/tree/main/centernet mindspore
2023-MindSpore-1/ms-code-6/tree/main/centernet_det mindspore
2023-MindSpore-4/Code8/tree/main/centerface mindspore
2023-MindSpore-4/Code8/tree/main/centernet_det mindspore
2023-MindSpore-4/Code8/tree/main/centernet_resnet101 mindspore
2024-MindSpore-1/Code7/tree/main/centernet mindspore
2024-MindSpore-1/Code7/tree/main/centernet_det mindspore
DaiJianBo/CenterNet-duan-2080Ti pytorch
Mind23-2/MindCode-28 mindspore
MindSpore-paper-code-3/code6/tree/main/centernet mindspore
MindSpore-paper-code-3/code6/tree/main/centernet_det mindspore
guohaoyuan/CenterNet-annotation pytorch
jiajunhua/Duankaiwen-CenterNet pytorch
kuku-sichuan/CenterNet tf
lizhe960118/HrCenterNet pytorch
mv-lab/kuzushiji-recognition pytorch
takooctopus/CenterNet-Tako pytorch
ximilar-com/xcenternet tf

Tasks

Objectobject-detectionObject DetectionTriplet

Methods 이 논문이 사용한 방법론

DLA 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Residual Connection 설명 없음
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…
Hourglass Module 설명 없음
Corner Pooling 설명 없음

Similar Papers 제목 키워드 기반

CenterNet++ for Object Detection

2022-04-18 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi 외

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 …

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

Objects as Points

2019-04-16 · Xingyi Zhou, Dequan Wang, Philipp Krähenbühl

Detection identifies objects as axis-aligned boxes in an image. Most successful object detectors enumerate a nearly exhaustive list of potential object locations and classify each. This is wasteful, inefficient, and requ…

3D Object DetectionKeypoint DetectionKeypoint EstimationObject+3

PolarNet: Learning to Optimize Polar Keypoints for Keypoint Based Object Detection

2021-01-01 · ICLR 2021 1 · Wu Xiongwei, Doyen Sahoo, Steven Hoi

A variety of anchor-free object detectors have been actively proposed as possible alternatives to the mainstream anchor-based detectors that often rely on complicated design of anchor boxes. Despite achieving promising p…

object-detectionObject Detection

Efficient grouping for keypoint detection

2020-10-23 · Alexey Sidnev, Ekaterina Krasikova, Maxim Kazakov

The success of deep neural networks in the traditional keypoint detection task encourages researchers to solve new problems and collect more complex datasets. The size of the DeepFashion2 dataset poses a new challenge on…

Keypoint DetectionPose Estimation