菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - Active-SAOOD: Active Sparsely Annotated Oriented Object Detection in Remote Sensing Images

Reducing the annotation cost of oriented object detection in remote sensing remains a major challenge. Recently, sparse annotation has gained attention for effectively reducing annotation redundancy in densely remote sensing scenes. However, (1) the sparse data reliance on class-dependent sampling, and (2) the lack of in-depth investigation into the characteristics of sparse samples hinders its further development. This paper proposes an active learning-based sparsely annotated oriented object detection (SAOOD) method, termed Active-SAOOD. Based on a model state observation module, Active-SAOOD actively selects the most valuable sparse samples at the instance level that are best suited to the current model state, by jointly considering orientation, classification, and localization uncertainty, as well as inter- and intra-class diversity. This design enables SAOOD to operate stably under completely randomly initialized sparse annotations and extends its applicability to broader real-world. Experiments on multiple datasets demonstrate that Active-SAOOD significantly improves both performance and stability of existing SAOOD methods under various random sparse annotation. In particular, with only 1\% annotated ratios, it achieves a 9\% performance gain over the baseline, further enhancing the practical value of SAOOD in remote sensing. The code will be public.

顶级标签: computer vision model training systems
详细标签: remote sensing oriented object detection active learning sparse annotation uncertainty estimation 或 搜索:

主动学习引导的遥感图像稀疏标注旋转目标检测方法 / Active-SAOOD: Active Sparsely Annotated Oriented Object Detection in Remote Sensing Images


1️⃣ 一句话总结

本文针对遥感图像中旋转目标检测标注成本高的问题,提出了一种基于主动学习的稀疏标注方法Active-SAOOD,通过智能筛选最具价值的样本,在仅使用1%标注数据的情况下将检测性能提升9%,显著提高了稀疏标注方法的稳定性和实用性。

源自 arXiv: 2605.10162