TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CenterNet++ for Object Detection

CenterNet++ for Object Detection

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

2022-04-18object-detectionObject Detection
PaperPDFCode(official)CodeCode

Abstract

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.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5073.7PyCenterNet (Swin-L, multi-scale)
Object DetectionCOCO test-devAP7562.4PyCenterNet (Swin-L, multi-scale)
Object DetectionCOCO test-devAPL71.3PyCenterNet (Swin-L, multi-scale)
Object DetectionCOCO test-devAPM59.2PyCenterNet (Swin-L, multi-scale)
Object DetectionCOCO test-devAPS38.7PyCenterNet (Swin-L, multi-scale)
Object DetectionCOCO test-devbox mAP57.1PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devAP5073.7PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devAP7562.4PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devAPL71.3PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devAPM59.2PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devAPS38.7PyCenterNet (Swin-L, multi-scale)
3DCOCO test-devbox mAP57.1PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devAP5073.7PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devAP7562.4PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devAPL71.3PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devAPM59.2PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devAPS38.7PyCenterNet (Swin-L, multi-scale)
2D ClassificationCOCO test-devbox mAP57.1PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devAP5073.7PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devAP7562.4PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devAPL71.3PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devAPM59.2PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devAPS38.7PyCenterNet (Swin-L, multi-scale)
2D Object DetectionCOCO test-devbox mAP57.1PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devAP5073.7PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devAP7562.4PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devAPL71.3PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devAPM59.2PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devAPS38.7PyCenterNet (Swin-L, multi-scale)
16kCOCO test-devbox mAP57.1PyCenterNet (Swin-L, multi-scale)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07