CornerNet: Detecting Objects as Paired Keypoints
Hei Law, Jia Deng

TL;DR
CornerNet introduces a novel object detection method that identifies objects as paired keypoints using a single CNN, eliminating anchor boxes and achieving state-of-the-art results on MS COCO.
Contribution
It proposes detecting objects as paired keypoints and introduces corner pooling, a new pooling layer, to improve corner localization.
Findings
Achieves 42.2% AP on MS COCO
Outperforms existing one-stage detectors
Introduces corner pooling for better corner detection
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
CornerNet: Detecting Objects as Paired Keypoints (Paper Explained)· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
Methods1x1 Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Hourglass Module · Stacked Hourglass Network · Max Pooling · Non Maximum Suppression · Step Decay · Random Horizontal Flip · Color Jitter
