Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CenterNet: Keypoint Triplets for Object Detection

About

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.

Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi, Qingming Huang, Qi Tian• 2019

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP47
1195
Object DetectionMS COCO (test-dev)
mAP@.564.5
677
Object DetectionCOCO v2017 (test-dev)
mAP47
499
Object DetectionMS-COCO (val)
mAP0.448
138
Multi-person Pose EstimationCOCO 2017 (test-dev)
AP63
99
Object DetectionAI-TOD (test)
AP@0.539.2
88
Object DetectionVisDrone (val)
AP5047.9
66
Video Object DetectionUA-DETRAC (test)
Overall Performance83.48
40
Few-shot Object DetectionMS COCO novel classes
mAP18.6
37
Object DetectionUAVDT
mAP51.18
28
Showing 10 of 19 rows

Other info

Code

Follow for update