CornerNet: Detecting Objects as Paired Keypoints
2018-08-03ECCV 2018Code Available1· sign in to hype
Hei Law, Jia Deng
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/princeton-vl/CornerNetOfficialIn paperpytorch★ 0
- github.com/gau-nernst/CenterNetpytorch★ 71
- github.com/egeonat/MS-CornerNetpytorch★ 0
Abstract
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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| COCO minival | CornerNet511 (Hourglass-104) | box AP | 38.4 | — | Unverified |
| COCO test-dev | CornerNet511 (Hourglass-104, multi-scale) | box mAP | 42.1 | — | Unverified |
| COCO test-dev | CornerNet511 (Hourglass-52, single-scale) | box mAP | 37.8 | — | Unverified |