CornerNet-Lite: Efficient Keypoint Based Object Detection
Hei Law, Yun Teng, Olga Russakovsky, Jia Deng

TL;DR
CornerNet-Lite introduces two efficient variants of keypoint-based object detection, significantly improving speed and accuracy for offline and real-time applications, demonstrating the potential of keypoint methods for practical use.
Contribution
The paper presents CornerNet-Lite, combining CornerNet-Saccade and CornerNet-Squeeze to enhance efficiency and accuracy in keypoint-based object detection.
Findings
CornerNet-Saccade improves efficiency by 6.0x and AP by 1.0% on COCO.
CornerNet-Squeeze achieves 34.4% AP at 30ms, outperforming YOLOv3.
The methods enable practical applications of keypoint detection for efficiency-critical tasks.
Abstract
Keypoint-based methods are a relatively new paradigm in object detection, eliminating the need for anchor boxes and offering a simplified detection framework. Keypoint-based CornerNet achieves state of the art accuracy among single-stage detectors. However, this accuracy comes at high processing cost. In this work, we tackle the problem of efficient keypoint-based object detection and introduce CornerNet-Lite. CornerNet-Lite is a combination of two efficient variants of CornerNet: CornerNet-Saccade, which uses an attention mechanism to eliminate the need for exhaustively processing all pixels of the image, and CornerNet-Squeeze, which introduces a new compact backbone architecture. Together these two variants address the two critical use cases in efficient object detection: improving efficiency without sacrificing accuracy, and improving accuracy at real-time efficiency.…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection
MethodsDepthwise Convolution · Pointwise Convolution · Residual Connection · Convolution · Hourglass Module · Corner Pooling · Stacked Hourglass Network · Depthwise Separable Convolution · Sigmoid Activation · 1x1 Convolution
