CornerNet: Detecting Objects as Paired Keypoints
About
We propose CornerNet, a new approach to object detection where we detect an object bounding box as a pair of keypoints, the top-left corner and the bottom-right corner, using a single convolution neural network. By detecting objects as paired keypoints, we eliminate the need for designing a set of anchor boxes commonly used in prior single-stage detectors. In addition to our novel formulation, we introduce corner pooling, a new type of pooling layer that helps the network better localize corners. Experiments show that CornerNet achieves a 42.2% AP on MS COCO, outperforming all existing one-stage detectors.
Hei Law, Jia Deng• 2018
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO (test-dev) | mAP42.2 | 1195 | |
| Object Detection | MS COCO (test-dev) | mAP@.562.4 | 677 | |
| Object Detection | COCO v2017 (test-dev) | mAP42.1 | 499 | |
| Object Detection | MS-COCO (val) | mAP0.41 | 138 | |
| Object Detection | DIOR official (test) | AP (c1)58.8 | 19 | |
| Nuclei Detection | MoNuSeg (test) | AP24.4 | 18 | |
| Object Detection | SODA-D (test) | AP24.6 | 14 | |
| Pedestrian Detection | CityPersons original image size (1024x2048 pixels) (test) | AP (Reasonable)21 | 11 | |
| Object Detection | MM-AU 1.0 (val) | mAP5049.5 | 11 | |
| Object Detection | MM-AU 1.0 (test) | mAP5048.5 | 11 |
Showing 10 of 17 rows