Learning Remote Sensing Object Detection With Single Point Supervision

Published: 17 Dec 2023, Last Modified: 05 Mar 2025OpenReview Archive Direct UploadEveryoneCC BY-NC-ND 4.0
Abstract: Pointly supervised object detection (PSOD) has attracted considerable interest due to its lower labeling cost when compared to box-level supervised object detection. However, the complex scenes and densely packed and dynamic-scale objects in remote-sensing (RS) images hinder the development of PSOD methods in the RS field. In this article, we make the first attempt to achieve RS object detection with single-point supervision and propose a PSOD method tailored for RS images. Specifically, we design a point label upgrader (PLUG) to generate pseudo-box labels from single-point labels and then use the pseudo-boxes to supervise the optimization of existing detectors. Moreover, to handle the challenge of the densely packed objects in RS images, we propose a sparse feature-guided semantic prediction (SemPred) module that can generate high-quality semantic maps by fully exploiting informative cues from sparse objects. Extensive ablation studies on the DOTA dataset have validated the effectiveness of our method. Our method can achieve significantly better performance when compared to state-of-the-art image-level and point-level supervised detection methods and reduce the performance gap between PSOD and box-level supervised object detection. The code is available at https://github.com/heshitian/PLUG.
Loading