CVApr 15, 2021

Points as Queries: Weakly Semi-supervised Object Detection by Points

arXiv:2104.07434v1107 citations
Originality Incremental advance
AI Analysis

This addresses the annotation cost problem for computer vision researchers, but it is incremental as it builds on existing DETR methods.

The paper tackles the problem of reducing annotation burden in object detection by proposing a weakly semi-supervised setting using point annotations, achieving a performance of 33.3 AP on MS-COCO with 20% fully labeled data, which outperforms a baseline by 2.0 AP.

We propose a novel point annotated setting for the weakly semi-supervised object detection task, in which the dataset comprises small fully annotated images and large weakly annotated images by points. It achieves a balance between tremendous annotation burden and detection performance. Based on this setting, we analyze existing detectors and find that these detectors have difficulty in fully exploiting the power of the annotated points. To solve this, we introduce a new detector, Point DETR, which extends DETR by adding a point encoder. Extensive experiments conducted on MS-COCO dataset in various data settings show the effectiveness of our method. In particular, when using 20% fully labeled data from COCO, our detector achieves a promising performance, 33.3 AP, which outperforms a strong baseline (FCOS) by 2.0 AP, and we demonstrate the point annotations bring over 10 points in various AR metrics.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes