Highlight

Objects as Points

Introduces CenterNet, which models objects as center keypoints and regresses their properties for fast, accurate detection.

Based on

Objects as Points

By Xingyi Zhou, Dequan Wang, Philipp KrähenbühlarXiv.org
Read original article →

This paper reframes object detection by modeling each object as a single point, the center of its bounding box, rather than enumerating a nearly exhaustive list of candidate boxes and classifying each, which the authors argue is wasteful, inefficient, and dependent on additional post-processing. Their detector, CenterNet, uses keypoint estimation to find center points and then regresses to all other object properties, including size, 3D location, orientation, and even pose. The approach is end-to-end differentiable and simpler than bounding-box-based detectors.

CenterNet achieves the best speed-accuracy trade-off on the MS COCO dataset, reaching 28.1% AP at 142 FPS, 37.4% AP at 52 FPS, and 45.1% AP with multi-scale testing at 1.4 FPS, while being faster and more accurate than comparable box-based methods. The same center-point approach extends to estimating 3D bounding boxes on the KITTI benchmark and human pose on the COCO keypoint dataset, performing competitively with sophisticated multi-stage methods while running in real time, which mattered as a clean and general point-based alternative to anchor-based detection.

Abstract

Most successful object detectors enumerate a nearly exhaustive list of candidate object locations and classify each, which is wasteful and needs post-processing. This paper instead models an object as a single point, the center of its bounding box, using keypoint estimation to find centers and regressing properties like size, 3D location, orientation, and pose. CenterNet is end-to-end differentiable, simpler, faster, and more accurate than box-based methods. On MS COCO it reaches 28.1% AP at 142 FPS and 45.1% AP with multi-scale testing, plus KITTI 3D and COCO pose.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

object detectionkeypoint estimationCenterNetpose estimation3D detectionreal-time
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.