HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Objects as Points

Xingyi Zhou; Dequan Wang; Philipp Krähenbühl

Objects as Points

Abstract

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 requires additional post-processing. In this paper, we take a different approach. We model an object as a single point --- the center point of its bounding box. Our detector uses keypoint estimation to find center points and regresses to all other object properties, such as size, 3D location, orientation, and even pose. Our center point based approach, CenterNet, is end-to-end differentiable, simpler, faster, and more accurate than corresponding bounding box based detectors. CenterNet achieves the best speed-accuracy trade-off on the MS COCO dataset, with 28.1% AP at 142 FPS, 37.4% AP at 52 FPS, and 45.1% AP with multi-scale testing at 1.4 FPS. We use the same approach to estimate 3D bounding box in the KITTI benchmark and human pose on the COCO keypoint dataset. Our method performs competitively with sophisticated multi-stage methods and runs in real-time.

Code Repositories

PingoLH/CenterNet-HarDNet
pytorch
Mentioned in GitHub
lcxzzz0113/CenterNet
pytorch
Mentioned in GitHub
doheelab/pku-CenterNet
pytorch
Mentioned in GitHub
lee-man/movenet
pytorch
Mentioned in GitHub
Guanghan/CenterNet-Gluon
mxnet
Mentioned in GitHub
vietanhdev/open-adas
Mentioned in GitHub
Mind23-2/MindCode-28
mindspore
Mentioned in GitHub
vietanhdev/centernet-bdd-data
pytorch
Mentioned in GitHub
gitting-it-right/gaussian_centernet
pytorch
Mentioned in GitHub
rootAkash/vision.ai
tf
Mentioned in GitHub
xiaopengsu/CenterNet
pytorch
Mentioned in GitHub
AlongRide/CenterNet_anchor_free
pytorch
Mentioned in GitHub
tiagoCuervo/JapaNet
tf
Mentioned in GitHub
dheerajpreddy/CenterNet-without-DCN
pytorch
Mentioned in GitHub
FateScript/CenterNet-better
pytorch
Mentioned in GitHub
Stick-To/CenterNet-tensorflow
tf
Mentioned in GitHub
see--/keras-centernet
tf
Mentioned in GitHub
goodxue/CenterNet
pytorch
Mentioned in GitHub
WYGNG/CenterNet-Pro
pytorch
Mentioned in GitHub
RACHANAMOVVA09/CenterNet
pytorch
Mentioned in GitHub
yktangac/CenterHarDNet
pytorch
Mentioned in GitHub
gzerveas/gaila_object_detection
pytorch
Mentioned in GitHub
hoanguyen81190/Synopticon-CenterNet
pytorch
Mentioned in GitHub
sdkchris/Exercise-Sheet-1
tf
Mentioned in GitHub
Lakerszjb/CentereNet-C
pytorch
Mentioned in GitHub
97andrea97/CenterNet-PNPDet
pytorch
Mentioned in GitHub
MaximKuklin/3D_Object_Detection_Diploma
pytorch
Mentioned in GitHub
yangdashi888/CenterNet-windows
pytorch
Mentioned in GitHub
osmr/imgclsmob
mxnet
Mentioned in GitHub
gfjiangly/CenterNet
pytorch
Mentioned in GitHub
tensorboy/centerpose
pytorch
Mentioned in GitHub
dreamway/CenterNet-objects-as-points
pytorch
Mentioned in GitHub
zhaott618/centernet_codes_notes
pytorch
Mentioned in GitHub
wanglaotou/centernet_ncnn
pytorch
Mentioned in GitHub
cgebbe/kaggle_pku-autonomous-driving
pytorch
Mentioned in GitHub
xuannianz/keras-CenterNet
tf
Mentioned in GitHub
Guanghan/mxnet-centernet
mxnet
Mentioned in GitHub
HungryCookie/VisDrone_CenterNet
pytorch
Mentioned in GitHub
WYGNG/USTC_SSE_Project
pytorch
Mentioned in GitHub
wL1u/CenterNet-VisDrone
pytorch
Mentioned in GitHub
ThanhDinhDat/center_net_points
pytorch
Mentioned in GitHub
2023-MindSpore-1/ms-code-39
mindspore
Mentioned in GitHub
stdbreaks/centernet
tf
Mentioned in GitHub
NonMagneticNeedle/vision.ai
tf
Mentioned in GitHub
Khalifa-2020/centernet2
pytorch
Mentioned in GitHub
hnmspirit/malaria_centernet
pytorch
Mentioned in GitHub
maudzung/CenterNet3D-PyTorch
pytorch
Mentioned in GitHub
zhuMingXu/rearHeadLightDetection
pytorch
Mentioned in GitHub
Ssong24/CenterNet_Custom
pytorch
Mentioned in GitHub
naviocean/CenterNet
pytorch
Mentioned in GitHub
maudzung/RTM3D
pytorch
Mentioned in GitHub
maudzung/SFA3D
pytorch
Mentioned in GitHub
593903762/center
pytorch
Mentioned in GitHub
JungminChung/Korean_Struc_Det
pytorch
Mentioned in GitHub
ylxiao88/CenterNet
pytorch
Mentioned in GitHub
Wastoon/XinTong_CenterNet
pytorch
Mentioned in GitHub
xingyizhou/CenterNet
Official
pytorch
Mentioned in GitHub
leobean/CenterNet_oriented
pytorch
Mentioned in GitHub
voidrank/SaccadeNet
pytorch
Mentioned in GitHub
Mind23-2/MindCode-29
mindspore
Mentioned in GitHub
Khalifa-2020/centernet1
pytorch
Mentioned in GitHub
ximilar-com/xcenternet
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-cocoCenterNet-DLA (DLA-34, multi-scale)
APL: 56.0
APM: 43.9
APS: 21.5
Hardware Burden: 26G
box mAP: 41.6
object-detection-on-pascal-voc-2007CenterNet(DLA34, Flip, 512x512)
MAP: 80.7%
object-detection-on-ua-detracCenterNet
mAP: 83.48

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Objects as Points | Papers | HyperAI