A unified weakly-supervised framework that, using only horizontal boxes or points, matches or approaches fully RBox-supervised oriented detectors, with point-supervised DOTA-v1.0 AP50 of 62.63, far above prior cited point-supervised methods (30 to 49).
YUDO: YOLO for Uniform Directed Object Detection
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This paper presents an efficient way of detecting directed objects by predicting their center coordinates and direction angle. Since the objects are of uniform size, the proposed model works without predicting the object's width and height. The dataset used for this problem is presented in Honeybee Segmentation and Tracking Datasets project. One of the contributions of this work is an examination of the ability of the standard real-time object detection architecture like YoloV7 to be customized for position and direction detection. A very efficient, tiny version of the architecture is used in this approach. Moreover, only one of three detection heads without anchors is sufficient for this task. We also introduce the extended Skew Intersection over Union (SkewIoU) calculation for rotated boxes - directed IoU (DirIoU), which includes an absolute angle difference. DirIoU is used both in the matching procedure of target and predicted bounding boxes for mAP calculation, and in the NMS filtering procedure. The code and models are available at https://github.com/djordjened92/yudo.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
other 1polarities
unclear 1representative citing papers
citing papers explorer
-
Wholly-WOOD: Wholly Leveraging Diversified-quality Labels for Weakly-supervised Oriented Object Detection
A unified weakly-supervised framework that, using only horizontal boxes or points, matches or approaches fully RBox-supervised oriented detectors, with point-supervised DOTA-v1.0 AP50 of 62.63, far above prior cited point-supervised methods (30 to 49).