Objects as Extreme Points
Yang Yang, Min Li, Bo Meng, Zihao Huang, Junxing Ren, Degang Sun

TL;DR
This paper introduces EPP-Net, a novel object detection method that directly predicts extreme points and uses a new EIoU metric for improved accuracy, outperforming existing anchor-free detectors on MS-COCO.
Contribution
The paper proposes a new extreme point regression approach and a novel EIoU metric, enhancing object detection performance and confidence estimation.
Findings
Achieves 44.0% AP with ResNet-50 on MS-COCO
Achieves 50.3% AP with ResNeXt-101-DCN on MS-COCO
Outperforms state-of-the-art anchor-free detectors
Abstract
Object detection can be regarded as a pixel clustering task, and its boundary is determined by four extreme points (leftmost, top, rightmost, and bottom). However, most studies focus on the center or corner points of the object, which are actually conditional results of the extreme points. In this paper, we present an Extreme-Point-Prediction- Based object detector (EPP-Net), which directly regresses the relative displacement vector between each pixel and the four extreme points. We also propose a new metric to measure the similarity between two groups of extreme points, namely, Extreme Intersection over Union (EIoU), and incorporate this EIoU as a new regression loss. Moreover, we propose a novel branch to predict the EIoU between the ground-truth and the prediction results, and take it as the localization confidence to filter out poor detection results. On the MS-COCO dataset, our…
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.
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 · Domain Adaptation and Few-Shot Learning
