BloomNet: Exploring Single vs. Multiple Object Annotation for Flower Recognition Using YOLO Variants
Safwat Nusrat, Prithwiraj Bhattacharjee

TL;DR
This paper benchmarks various YOLO architectures for flower detection using two annotation styles, introducing the FloralSix dataset, and analyzes how model performance varies with annotation density and detection scenarios.
Contribution
It introduces the FloralSix dataset and compares YOLO variants under different annotation regimes, revealing how model choice and annotation density affect detection performance.
Findings
YOLOv8m (SGD) achieved highest accuracy in sparse scenarios.
YOLOv12n (SGD) outperformed in dense, multi-object detection.
SGD optimizer consistently outperformed alternatives.
Abstract
Precise localization and recognition of flowers are crucial for advancing automated agriculture, particularly in plant phenotyping, crop estimation, and yield monitoring. This paper benchmarks several YOLO architectures such as YOLOv5s, YOLOv8n/s/m, and YOLOv12n for flower object detection under two annotation regimes: single-image single-bounding box (SISBB) and single-image multiple-bounding box (SIMBB). The FloralSix dataset, comprising 2,816 high-resolution photos of six different flower species, is also introduced. It is annotated for both dense (clustered) and sparse (isolated) scenarios. The models were evaluated using Precision, Recall, and Mean Average Precision (mAP) at IoU thresholds of 0.5 ([email protected]) and 0.5-0.95 ([email protected]:0.95). In SISBB, YOLOv8m (SGD) achieved the best results with Precision 0.956, Recall 0.951, [email protected] 0.978, and [email protected]:0.95 0.865, illustrating strong…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSmart Agriculture and AI · Remote Sensing in Agriculture · Advanced Neural Network Applications
