paper-with-me

홈 › Papers

Tiny Object Detection with Single Point Supervision

2024-12-08 · Haoran Zhu, Chang Xu, Ruixiang Zhang, Fang Xu, Wen Yang, Haijian Zhang, Gui-Song Xia

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.

📄 PDF Abstract BibTeX arXiv:2412.05837

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMultiple Instance LearningObjectobject-detectionObject DetectionObject Detection In Aerial Images

Similar Papers 제목 키워드 기반

Detecting tiny objects in aerial images: A normalized Wasserstein distance and a new benchmark

2022-06-28 · Chang Xu, Jinwang Wang, Wen Yang, Huai Yu 외

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 Images

Robust Tiny Object Detection in Aerial Images amidst Label Noise

2024-01-16 · Haoran Zhu, Chang Xu, Wen Yang, Ruixiang Zhang 외

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+1

Generalized Small Object Detection:A Point-Prompted Paradigm and Benchmark

2026-04-03 · Haoran Zhu, Wen Yang, Guangyou Yang, Chang Xu 외 arxiv

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 Detection

Object Localization under Single Coarse Point Supervision

2022-03-17 · CVPR 2022 1 · Xuehui Yu, Pengfei Chen, Di wu, Najmul Hassan 외

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 Localization

Dynamic Coarse-to-Fine Learning for Oriented Tiny Object Detection

2023-04-18 · CVPR 2023 1 · Chang Xu, Jian Ding, Jinwang Wang, Wen Yang 외

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