SOTAVerified

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.

Reproduce

Code

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

DatasetModelMetricClaimedVerifiedStatus
COCO minivalCornerNet511 (Hourglass-104)box AP38.4Unverified
COCO test-devCornerNet511 (Hourglass-104, multi-scale)box mAP42.1Unverified
COCO test-devCornerNet511 (Hourglass-52, single-scale)box mAP37.8Unverified

Reproductions