Skip to content

OrchardDA-YOLO: a semi-supervised domain adaptation object detection framework for orchard scenarios

Aug 2026 · Pattern Analysis and Applications · Vol 29 · 0 citations · 50 references

TL;DR

OrchardDA-YOLO is introduced, a semi-supervised domain adaptation detection framework oriented toward edge deployment that combines a foreground-aware Task-aware Coordinate Attention module with a progressive cross-domain alignment strategy that enhances the model’s feature discriminability for occluded and small-scale targets.

View source

Similar papers

Open access Aug 2026

WCAF-YOLO: A Lightweight Detection Architecture for Multi-Variety Tomatoes in Unstructured Orchards

Image-level monitoring and variety-level detection of three specialty tomato cultivars, Kiss, Millennium, and White Jade, remain challenging in unstructured orchards because of foliage occlusion, overlapping fruit clusters, and variable illumination. Conventional downsampling may weaken fine spatial details of small targets, whereas larger detectors can impose computational demands that are unsuitable for mobile or edge-based agricultural platforms. To address these limitations, we propose WCAF-YOLO, a lightweight two-dimensional tomato detector based on a modified YOLOv26n architecture. The model replaces the P3 backbone downsampling operation with space-to-depth convolution (SPD-Conv) to retain fine-grained spatial information. Its weighted channel-aware fusion (WCAF) neck combines learnable branch weighting with parameter-free three-dimensional attention to refine fused features. Bounding-box regression uses focaler-minimum point distance intersection over union (Focaler-MPDIoU). Across five random seed runs on the internal held-out test subset of a custom single-site orchard dataset, WCAF-YOLO obtained a mean mAP50–95 of 0.9048±0.0013 and a mean recall of 0.9280±0.0019. The corresponding mean improvements over the YOLOv26n baseline were 2.14 and 3.42 percentage points, respectively. The model contained 2.36 M parameters and required 6.36 GFLOPs. Under the evaluated protocol, the model combined a compact parameter count with higher mean detection metrics than the YOLOv26n baseline. The detector outputs two-dimensional bounding boxes and variety labels for image-level orchard monitoring and variety-level assessment. Integration into agricultural field platforms remains to be validated.

Xudong Lin, Yi-Hao Zhang, Xianzhi Tu et al. · 0 citations
Open access Aug 2026

Fast-YOLO11n: A Lightweight and Efficient Apple Detection Model for Complex Orchard Environments

Accurate and real-time apple detection in complex orchard environments is essential for robotic harvesting but remains challenging because of illumination variation, foliage occlusion, and limited computational resources. This study proposes Fast-YOLO11n, a lightweight detector derived from the nano variant of You Only Look Once 11 (YOLO11n) and integrating three complementary components. A Fast-C3k2 module based on partial convolution (PConv) reduces redundant computation while preserving cross-layer feature transmission. A focal modulation (FM) mechanism enhances target-related responses and suppresses background interference under occlusion and uneven illumination. In addition, a parallel downsampling module, termed ADown, retains local geometric details and multi-scale semantic information during downsampling. Experiments were conducted on a field-collected orchard dataset comprising 2240 images and 22,673 annotated apple instances under diverse lighting, scale, and occlusion conditions. Fast-YOLO11n achieved mean average precision values of 75.76% across intersection-over-union (IoU) thresholds of 0.50–0.95 (mAP@50–95) and 91.29% at an IoU threshold of 0.50 (mAP@50), while operating at 366.19 frames per second (FPS) with 2.51 million parameters and 6.00 billion floating-point operations (FLOPs). Compared with the YOLO11n baseline, it improved mAP@50–95 and mAP@50 by 2.39 and 1.39 percentage points, respectively, while reducing the parameter count and FLOPs by 2.71% and 5.36%. Ablation experiments demonstrated the individual and combined effects of the three modules on detection performance and computational efficiency. The proposed model provides a favorable balance between detection accuracy and computational efficiency, indicating its potential for real-time orchard perception on resource-constrained platforms.

Jinan Gu, Zhong-Kai Shen, Juan Liu et al. · 0 citations
Open access Jul 2026

AD-YOLO: adaptive framework for semi-supervised object detection in real-time traffic scenes

AD-YOLO is presented, a dual-level framework that tackles pseudo-label noise and limited multi-scale adaptability when applied to semi-supervised object detection frameworks from both the detector architecture and the SSOD pipeline.

Jie Long · 0 citations
Open access Aug 2026

A Multi-Model Fusion Framework for Robust Mango Detection in Complex Orchard Environments

In complex and unstructured orchard environments, accurate fruit detection is essential for yield estimation and robotic harvesting in precision agriculture. However, single-model detectors often suffer from reduced robustness and high miss rates under drastic illumination changes, severe occlusions, and dense fruit overlap. To address these challenges, this study proposes a multi-model fusion framework for robust mango detection in complex orchard environments. The proposed method employs YOLOv8n, YOLOv8s, and YOLOv8m as base detectors and applies multi-scale test-time augmentation (TTA) to obtain predictions from different augmented views. After mapping the predicted bounding boxes back to the original image coordinate system, predictions corresponding to the same target across different TTA views of each base detector are matched based on the intersection over union (IoU), yielding model-specific prediction results. Weighted Box Fusion (WBF) is then applied to determine the fused bounding-box coordinates. For candidate targets jointly detected by multiple base detectors, the confidence scores provided by the individual models are combined using Noisy-OR to obtain the fused confidence score. Finally, Gaussian Soft-NMS is applied to decay the scores of overlapping candidate boxes, thereby reducing the risk of incorrectly suppressing adjacent mangoes in densely clustered scenes. Experiments on two complementary datasets under within-dataset evaluation protocols demonstrate the effectiveness of the proposed method. On the standard dataset (Data1), Recall and mAP@0.5 reach 95.52% and 98.60%, respectively. Across five repeated random holdout splits of Data2, the proposed framework increased the mean Recall from 82.79% to 84.90% and the mean mAP@0.5 from 90.27% to 91.23%. These results indicate that the proposed framework improves detection robustness and completeness compared with single-model detectors in complex orchard environments, demonstrating its potential for offline yield estimation and orchard phenotyping.

Jiahuan Lu, Zhenzhen Tu, Zihan Qian et al. · 0 citations
Open access Aug 2026

AS-YOLOR: An Improved YOLO Model for Small Object Detection in Aerial Images

An Adaptive and Scalable YOLO model named AS-YOLOR (Adaptive and Scalable YOLO for Rotated object detection), based on the YOLOv8 baseline is proposed, providing a solution with strong practical potential for achieving efficient and high-precision detection of small, rotated objects.

Jin Huang, Juntao Shen, Min Wang et al. · 0 citations