Tiny Object Detection with Single Point Supervision
Tiny objects, with their limited spatial resolution, often resemble point-like distributions. As a result, bounding box prediction using point-level supervision emerges as a natural and cost-effective alternative to traditional box-level supervision. However, the small scale and lack of distinctive features of tiny objects make point annotations prone to noise, posing significant hurdles for model robustness. To tackle these challenges, we propose Point Teacher--the first end-to-end point-supervised method for robust tiny object detection in aerial images. To handle label noise from scale ambiguity and location shifts in point annotations, Point Teacher employs the teacher-student architecture and decouples the learning into a two-phase denoising process. In this framework, the teacher network progressively denoises the pseudo boxes derived from noisy point annotations, guiding the student network's learning. Specifically, in the first phase, random masking of image regions facilitates regression learning, enabling the teacher to transform noisy point annotations into coarse pseudo boxes. In the second phase, these coarse pseudo boxes are refined using dynamic multiple instance learning, which adaptively selects the most reliable instance from dynamically constructed proposal bags around the coarse pseudo boxes. Extensive experiments on three tiny object datasets (i.e., AI-TOD-v2, SODA-A, and TinyPerson) validate the proposed method's effectiveness and robustness against point location shifts. Notably, relying solely on point supervision, our Point Teacher already shows comparable performance with box-supervised learning methods. Codes and models will be made publicly available.
Code (0)
등록된 구현이 없습니다.
Tasks
DenoisingMultiple Instance LearningObjectobject-detectionObject DetectionObject Detection In Aerial ImagesSimilar Papers 제목 키워드 기반
Detecting tiny objects in aerial images: A normalized Wasserstein distance and a new benchmark
Tiny object detection (TOD) in aerial images is challenging since a tiny object only contains a few pixels. State-of-the-art object detectors do not provide satisfactory results on tiny objects due to the lack of supervi…
Objectobject-detectionObject DetectionObject Detection In Aerial ImagesRobust Tiny Object Detection in Aerial Images amidst Label Noise
Precise detection of tiny objects in remote sensing imagery remains a significant challenge due to their limited visual information and frequent occurrence within scenes. This challenge is further exacerbated by the prac…
DenoisingObjectobject-detectionObject Detection+1Generalized Small Object Detection:A Point-Prompted Paradigm and Benchmark
Small object detection (SOD) remains challenging due to extremely limited pixels and ambiguous object boundaries. These characteristics lead to challenging annotation, limited availability of large-scale high-quality dat…
Small Object DetectionObject Localization under Single Coarse Point Supervision
Point-based object localization (POL), which pursues high-performance object sensing under low-cost data annotation, has attracted increased attention. However, the point annotation mode inevitably introduces semantic va…
Multiple Instance LearningObjectObject LocalizationDynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection
Detecting arbitrarily oriented tiny objects poses intense challenges to existing detectors, especially for label assignment. Despite the exploration of adaptive label assignment in recent oriented object detectors, the e…
object-detectionObject DetectionOne-stage Anchor-free Oriented Object DetectionOriented Object Detection