Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (348)

Search Parameters:
Keywords = pick-up points

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
30 pages, 92065 KiB  
Article
A Picking Point Localization Method for Table Grapes Based on PGSS-YOLOv11s and Morphological Strategies
by Jin Lu, Zhongji Cao, Jin Wang, Zhao Wang, Jia Zhao and Minjie Zhang
Agriculture 2025, 15(15), 1622; https://doi.org/10.3390/agriculture15151622 - 26 Jul 2025
Viewed by 252
Abstract
During the automated picking of table grapes, the automatic recognition and segmentation of grape pedicels, along with the positioning of picking points, are vital components for all the following operations of the harvesting robot. In the actual scene of a grape plantation, however, [...] Read more.
During the automated picking of table grapes, the automatic recognition and segmentation of grape pedicels, along with the positioning of picking points, are vital components for all the following operations of the harvesting robot. In the actual scene of a grape plantation, however, it is extremely difficult to accurately and efficiently identify and segment grape pedicels and then reliably locate the picking points. This is attributable to the low distinguishability between grape pedicels and the surrounding environment such as branches, as well as the impacts of other conditions like weather, lighting, and occlusion, which are coupled with the requirements for model deployment on edge devices with limited computing resources. To address these issues, this study proposes a novel picking point localization method for table grapes based on an instance segmentation network called Progressive Global-Local Structure-Sensitive Segmentation (PGSS-YOLOv11s) and a simple combination strategy of morphological operators. More specifically, the network PGSS-YOLOv11s is composed of an original backbone of the YOLOv11s-seg, a spatial feature aggregation module (SFAM), an adaptive feature fusion module (AFFM), and a detail-enhanced convolutional shared detection head (DE-SCSH). And the PGSS-YOLOv11s have been trained with a new grape segmentation dataset called Grape-⊥, which includes 4455 grape pixel-level instances with the annotation of ⊥-shaped regions. After the PGSS-YOLOv11s segments the ⊥-shaped regions of grapes, some morphological operations such as erosion, dilation, and skeletonization are combined to effectively extract grape pedicels and locate picking points. Finally, several experiments have been conducted to confirm the validity, effectiveness, and superiority of the proposed method. Compared with the other state-of-the-art models, the main metrics F1 score and mask mAP@0.5 of the PGSS-YOLOv11s reached 94.6% and 95.2% on the Grape-⊥ dataset, as well as 85.4% and 90.0% on the Winegrape dataset. Multi-scenario tests indicated that the success rate of positioning the picking points reached up to 89.44%. In orchards, real-time tests on the edge device demonstrated the practical performance of our method. Nevertheless, for grapes with short pedicels or occluded pedicels, the designed morphological algorithm exhibited the loss of picking point calculations. In future work, we will enrich the grape dataset by collecting images under different lighting conditions, from various shooting angles, and including more grape varieties to improve the method’s generalization performance. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

25 pages, 7623 KiB  
Article
ASHM-YOLOv9: A Detection Model for Strawberry in Greenhouses at Multiple Stages
by Yan Mo, Shaowei Bai and Wei Chen
Appl. Sci. 2025, 15(15), 8244; https://doi.org/10.3390/app15158244 - 24 Jul 2025
Viewed by 299
Abstract
Strawberry planting requires different amounts of soil water-holding capacity and fertilizer at different growth stages. Determining the stages of strawberry growth has important guiding significance for irrigation, fertilization, and picking. Quick and accurate identification of strawberry plants at different stages can provide important [...] Read more.
Strawberry planting requires different amounts of soil water-holding capacity and fertilizer at different growth stages. Determining the stages of strawberry growth has important guiding significance for irrigation, fertilization, and picking. Quick and accurate identification of strawberry plants at different stages can provide important information for automated strawberry planting management. We propose an improved multistage identification model for strawberry based on the YOLOv9 algorithm—the ASHM-YOLOv9 model. The original YOLOv9 showed limitations in detecting strawberries at different growth stages, particularly lower precision in identifying occluded fruits and immature stages. We enhanced the YOLOv9 model by introducing the Alterable Kernel Convolution (AKConv) to improve the recognition efficiency while ensuring precision. The squeeze-and-excitation (SE) network was added to increase the network’s capacity for characteristic derivation and its ability to fuse features. Haar wavelet downsampling (HWD) was applied to optimize the Adaptive Downsampling module (Adown) of the initial model, thereby increasing the precision of object detection. Finally, the CIoU function was replaced by the Minimum Point Distance based IoU (MPDIoU) loss function to effectively solve the problem of low precision in identifying bounding boxes. The experimental results demonstrate that, under identical conditions, the improved model achieves a precision of 97.7%, a recall of 97.2%, mAP50 of 99.1%, and mAP50-95 of 90.7%, which are 0.6%, 3.0%, 0.7%, and 7.4% greater than those of the original model, respectively. The parameters, model size, and floating-point calculations were reduced by 3.7%, 5.6% and 3.8%, respectively, which significantly boosted the performance of the original model and outperformed that of the other models. Experiments revealed that the model could provide technical support for the multistage identification of strawberry planting. Full article
Show Figures

Figure 1

19 pages, 9458 KiB  
Article
YOLO-WAS: A Lightweight Apple Target Detection Method Based on Improved YOLO11
by Xinwu Du, Xiaoxuan Zhang, Tingting Li, Xiangyu Chen, Xiufang Yu and Heng Wang
Agriculture 2025, 15(14), 1521; https://doi.org/10.3390/agriculture15141521 - 14 Jul 2025
Viewed by 574
Abstract
Target detection is the key technology of the apple-picking robot. To overcome the limitations of existing apple target detection methods, including low recognition accuracy of multi-species apples in complex orchard environments and a complex network architecture that occupies large memory, a lightweight apple [...] Read more.
Target detection is the key technology of the apple-picking robot. To overcome the limitations of existing apple target detection methods, including low recognition accuracy of multi-species apples in complex orchard environments and a complex network architecture that occupies large memory, a lightweight apple recognition model based on the improved YOLO11 model was proposed, named YOLO-WAS model. The model aims to achieve efficient and accurate automatic multi-species apple identification while reducing computational resource consumption and facilitating real-time applications on low-power devices. First, the study constructed a high-quality multi-species apple dataset and improved the complexity and diversity of the dataset through various data enhancement techniques. The YOLO-WAS model replaced the ordinary convolution module of YOLO11 with the Adown module proposed in YOLOv9, the backbone C3K2 module combined with Wavelet Transform Convolution (WTConv), and the spatial and channel synergistic attention module Self-Calibrated Spatial Attention (SCSA) combined with the C2PSA attention mechanism to form the C2PSA_SCSA module was also introduced. Through these improvements, the model not only ensured lightweight but also significantly improved performance. Experimental results show that the proposed YOLO-WAS model achieves a precision (P) of 0.958, a recall (R) of 0.921, and mean average precision at IoU threshold of 0.5 (mAP@50) of 0.970 and mean average precision from IoU threshold of 0.5 to 0.95 with step 0.05 (mAP@50:95) of 0.835. Compared to the baseline model, the YOLO-WAS exhibits reduced computational complexity, with the number of parameters and floating-point operations decreased by 22.8% and 20.6%, respectively. These results demonstrate that the model performs competitively in apple detection tasks and holds potential to meet real-time detection requirements in resource-constrained environments, thereby contributing to the advancement of automated orchard management. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

21 pages, 2904 KiB  
Article
A Lightweight Greenhouse Tomato Fruit Identification Method Based on Improved YOLOv11n
by Xingyu Gao, Fengyu Li, Jun Yan, Qinyou Sun, Xianyong Meng and Pingzeng Liu
Agriculture 2025, 15(14), 1497; https://doi.org/10.3390/agriculture15141497 - 11 Jul 2025
Viewed by 316
Abstract
The aim of this paper is to propose an improved lightweight YOLOv11 detection method in response to the difficulty of extracting tomato fruit features in greenhouse environments and the need for lightweight picking equipment. Firstly, the conventional step convolution is substituted by the [...] Read more.
The aim of this paper is to propose an improved lightweight YOLOv11 detection method in response to the difficulty of extracting tomato fruit features in greenhouse environments and the need for lightweight picking equipment. Firstly, the conventional step convolution is substituted by the Average pooling Downsampling (ADown) module with multi-path fusion; Gated Convolution (gConv) is incorporated in the C3K2 module, which considerably reduces the number of parameters and computation of the model. Concurrently, the Lightweight Shared Convolutional Detection (LSCD) is incorporated into the detection head component with to the aim of further reducing the computational complexity. Finally, the Wise–Powerful intersection over Union (Wise-PIoU) loss function is employed to optimise the model accuracy, and the effectiveness of each improvement module is verified by means of ablation experiments. The experimental results demonstrate that the precision of ACLW-YOLO (A stands for ADown, C stands for C3K2_gConv, L stands for LSCD, and W stands for Wise-PIoU) reaches 94.2%, the recall (R) is 92.0%, and the mean average precision (mAP) is 95.2%. Meanwhile, the model size is only 3.3 MB, the number of parameters is 1.6 M, and the floating-point computation is 3.9 GFLOPs. The ACLW-YOLO model enhances the precision of detection through its lightweight design, while concurrently achieving a substantial reduction in computational complexity and memory utilisation. The study demonstrates that the enhanced model exhibits superior recognition performance for various tomato fruits, thereby providing a robust theoretical and technical foundation for the automation of greenhouse tomato picking processes. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

21 pages, 33500 KiB  
Article
Location Research and Picking Experiment of an Apple-Picking Robot Based on Improved Mask R-CNN and Binocular Vision
by Tianzhong Fang, Wei Chen and Lu Han
Horticulturae 2025, 11(7), 801; https://doi.org/10.3390/horticulturae11070801 - 6 Jul 2025
Viewed by 435
Abstract
With the advancement of agricultural automation technologies, apple-harvesting robots have gradually become a focus of research. As their “perceptual core,” machine vision systems directly determine picking success rates and operational efficiency. However, existing vision systems still exhibit significant shortcomings in target detection and [...] Read more.
With the advancement of agricultural automation technologies, apple-harvesting robots have gradually become a focus of research. As their “perceptual core,” machine vision systems directly determine picking success rates and operational efficiency. However, existing vision systems still exhibit significant shortcomings in target detection and positioning accuracy in complex orchard environments (e.g., uneven illumination, foliage occlusion, and fruit overlap), which hinders practical applications. This study proposes a visual system for apple-harvesting robots based on improved Mask R-CNN and binocular vision to achieve more precise fruit positioning. The binocular camera (ZED2i) carried by the robot acquires dual-channel apple images. An improved Mask R-CNN is employed to implement instance segmentation of apple targets in binocular images, followed by a template-matching algorithm with parallel epipolar constraints for stereo matching. Four pairs of feature points from corresponding apples in binocular images are selected to calculate disparity and depth. Experimental results demonstrate average coefficients of variation and positioning accuracy of 5.09% and 99.61%, respectively, in binocular positioning. During harvesting operations with a self-designed apple-picking robot, the single-image processing time was 0.36 s, the average single harvesting cycle duration reached 7.7 s, and the comprehensive harvesting success rate achieved 94.3%. This work presents a novel high-precision visual positioning method for apple-harvesting robots. Full article
(This article belongs to the Section Fruit Production Systems)
Show Figures

Figure 1

30 pages, 874 KiB  
Article
Cooperation or Non-Cooperation: Examining Impact of Spillover Effect on Community Group Buying Operational Strategy
by Jing Zheng, Yong Wang, Yue Chen and Yue Wen
J. Theor. Appl. Electron. Commer. Res. 2025, 20(2), 140; https://doi.org/10.3390/jtaer20020140 - 10 Jun 2025
Viewed by 353
Abstract
The emergence of the new retail model of community group buying (CGB) has brought a significant impact on the traditional retail of community nanostores while community nanostores, as the leaders of the community, have the natural advantage of becoming the pick-up points of [...] Read more.
The emergence of the new retail model of community group buying (CGB) has brought a significant impact on the traditional retail of community nanostores while community nanostores, as the leaders of the community, have the natural advantage of becoming the pick-up points of the CGB platform. Therefore, as the two core formats in the new community retail ecosystem, the CGB platform and community nanostore exhibit both competitive and complementary characteristics. Aiming at the community retail market composed of the CGB platform and the community nanostore, this study constructed a Hotelling game model to portray the competition and cooperation between these two channels and explored the impacts of different operational strategies on the equilibrium decisions and optimal profits of community retail market participants through comparative analysis. The research revealed that when retailers adopt the non-cooperation strategy, the community nanostore will occupy a larger market share, and the spillover effect between channels brought by the cooperation strategy is the main factor influencing retailers’ operation strategy. In addition, the type of pick-up point operated by the community nanostore will also affect the cooperation willingness of the CGB platform. Full article
Show Figures

Figure 1

26 pages, 2959 KiB  
Review
Intelligent Recognition and Automated Production of Chili Peppers: A Review Addressing Varietal Diversity and Technological Requirements
by Sheng Tai, Zhong Tang, Bin Li, Shiguo Wang and Xiaohu Guo
Agriculture 2025, 15(11), 1200; https://doi.org/10.3390/agriculture15111200 - 31 May 2025
Cited by 2 | Viewed by 830
Abstract
Chili pepper (Capsicum annuum L.), a globally important economic crop, faces production challenges characterized by high labor intensity, cost, and inefficiency. Intelligent technologies offer key opportunities for sector transformation. This review begins by outlining the diversity of major chili pepper cultivars, differences [...] Read more.
Chili pepper (Capsicum annuum L.), a globally important economic crop, faces production challenges characterized by high labor intensity, cost, and inefficiency. Intelligent technologies offer key opportunities for sector transformation. This review begins by outlining the diversity of major chili pepper cultivars, differences in key quality indicators, and the resulting specific harvesting needs. It then reviews recent progress in intelligent perception, recognition, and automation within the chili pepper industry. For perception and recognition, the review covers the evolution from traditional image processing to deep learning-based methods (e.g., YOLO and Mask R-CNN achieving a mAP > 90% in specific studies) for pepper detection, segmentation, and fine-grained cultivar identification, analyzing the performance and optimization in complex environments. In terms of automation, we systematically discuss the principles and feasibility of different mechanized harvesting machines, consider the potential of vision-based keypoint detection for the point localization of picking, and explore motion planning and control for harvesting robots (e.g., robotic systems incorporating diverse end-effectors like soft grippers or cutting mechanisms and motion planning algorithms such as RRT) as well as seed cleaning/separation techniques and simulations (e.g., CFD and DEM) for equipment optimization. The main current research challenges are listed including the environmental adaptability/robustness, efficiency/real-time performance, multi-cultivar adaptability/flexibility, system integration, and cost-effectiveness. Finally, future directions are given (e.g., multimodal sensor fusion, lightweight models, and edge computing applications) in the hope of guiding the intelligent growth of the chili pepper industry. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

17 pages, 1138 KiB  
Article
Fuzzy Clustering Approaches Based on Numerical Optimizations of Modified Objective Functions
by Erind Bedalli, Shkelqim Hajrulla, Rexhep Rada and Robert Kosova
Algorithms 2025, 18(6), 327; https://doi.org/10.3390/a18060327 - 29 May 2025
Viewed by 321
Abstract
Fuzzy clustering is a form of unsupervised learning that assigns the elements of a dataset into multiple clusters with varying degrees of membership rather than assigning them to a single cluster. The classical Fuzzy C-Means algorithm operates as an iterative procedure that minimizes [...] Read more.
Fuzzy clustering is a form of unsupervised learning that assigns the elements of a dataset into multiple clusters with varying degrees of membership rather than assigning them to a single cluster. The classical Fuzzy C-Means algorithm operates as an iterative procedure that minimizes an objective function defined based on the weighted distance between each point and the cluster centers. The algorithm operates decently in many datasets but struggles with datasets that exhibit irregularities in overlapping shapes, densities, and sizes of clusters. Meanwhile, there is a growing demand for accurate and scalable clustering techniques, especially in high-dimensional data analysis. This research work aims to address these infirmities of the classical fuzzy clustering algorithm by applying several modification approaches on the objective function of this algorithm. These modifications include several regularization terms aiming to make the algorithm more robust in specific types of datasets. The optimization of the modified objective functions is handled based on several numerical methods: gradient descent, root mean square propagation (RMSprop), and adaptive mean estimation (Adam). These methods are implemented in a Python environment, and extensive experimental studies are conducted, following carefully the steps of dataset selection, algorithm implementation, hyper-parameter tuning, picking the evaluation metrics, and analyzing the results. A comparison of the features of these algorithms on various datasets is carefully summarized. Full article
(This article belongs to the Section Algorithms for Multidisciplinary Applications)
Show Figures

Figure 1

22 pages, 11736 KiB  
Article
A Precise Detection Method for Tomato Fruit Ripeness and Picking Points in Complex Environments
by Xinfa Wang, Xuan Wen, Yi Li, Chenfan Du, Duokuo Zhang, Chengxiu Sun and Bihua Chen
Horticulturae 2025, 11(6), 585; https://doi.org/10.3390/horticulturae11060585 - 25 May 2025
Cited by 1 | Viewed by 902
Abstract
Accurate identification of tomato ripeness and precise detection of picking points is the key to realizing automated picking. Aiming at the problems faced in practical applications, such as low accuracy of tomato ripeness and picking points detection in complex greenhouse environments, which leads [...] Read more.
Accurate identification of tomato ripeness and precise detection of picking points is the key to realizing automated picking. Aiming at the problems faced in practical applications, such as low accuracy of tomato ripeness and picking points detection in complex greenhouse environments, which leads to wrong picking, missed picking, and fruit damage by robots, this study proposes the YOLO-TMPPD (Tomato Maturity and Picking Point Detection) model. YOLO-TMPPD is structurally improved and algorithmically optimized based on the YOLOv8 baseline architecture. Firstly, the Depthwise Convolution (DWConv) module is utilized to substitute the C2f module within the backbone network. This substitution not only cuts down the model’s computational load but also simultaneously enhances the detection precision. Secondly, the Content-Aware ReAssembly of FEatures (CARAFE) operator is utilized to enhance the up-sampling operation, enabling precise content-aware processing of tomatoes and picking keypoints to improve accuracy and recall. Finally, the Convolutional Attention Mechanism (CBAM) module is incorporated to enhance the model’s ability to detect tomato-picking key regions in a large field of view in both channel and spatial dimensions. Ablation experiments were conducted to validate the effectiveness of each proposed module (DWConv, CARAFE, CBAM), and the architecture was compared with YOLOv3, v5, v6, v8, v9, and v10. The experimental results reveal that, when juxtaposed with the original network model, the YOLO-TMPPD model brings about remarkable improvements. Specifically, it improves the object detection F1 score by 4.48% and enhances the keypoint detection accuracy by 4.43%. Furthermore, the model’s size is reduced by 8.6%. This study holds substantial theoretical and practical value. In the complex environment of a greenhouse, it contributes significantly to computer-vision-enabled detection of tomato ripening. It can also help robots accurately locate picking points and estimate posture, which is crucial for efficient and precise tomato-picking operations without damage. Full article
Show Figures

Graphical abstract

27 pages, 5565 KiB  
Article
Research on Continuous Obstacle Avoidance Picking Planning Based on Multi-Objective Clustered Crabapples
by Liguo Wu, Longqiang Yuan, Xiangquan Meng, Sanping Li, Qiyu Wang and Xingyu Chen
Appl. Sci. 2025, 15(10), 5724; https://doi.org/10.3390/app15105724 - 20 May 2025
Viewed by 295
Abstract
In view of the low efficiency and slow development of fruit and vegetable picking in China, the picking sequence and obstacle avoidance of clustered crabapples were studied with them as the picking target. The multi-objective picking sequence of crabapples was planned, and the [...] Read more.
In view of the low efficiency and slow development of fruit and vegetable picking in China, the picking sequence and obstacle avoidance of clustered crabapples were studied with them as the picking target. The multi-objective picking sequence of crabapples was planned, and the adaptive pheromone factor, heuristic function, and volatile factor were used to improve the ant colony (ACO) algorithm, so as to improve the convergence speed, adaptability, and global search ability of the algorithm. In order to avoid the collision between the robotic arm and the branches of the fruit tree, the three-dimensional reconstruction of the fruit tree was carried out, the shape and position information of the obstacle branch was determined, the artificial potential field was fused with the RRT, the search orientation of the RRT algorithm was enhanced, the inflection point was reduced, and the convergence speed was improved. The results showed that the average success rate of picking was 89.58%, and the robotic arm did not collide with the branches according to the planned picking sequence during the picking process, so as to achieve the picking purpose and picking effect. Full article
(This article belongs to the Special Issue World of Soft Actuators and Soft Robotics)
Show Figures

Figure 1

22 pages, 34022 KiB  
Article
A Lightweight Citrus Object Detection Method in Complex Environments
by Qiurong Lv, Fuchun Sun, Yuechao Bian, Haorong Wu, Xiaoxiao Li, Xin Li and Jie Zhou
Agriculture 2025, 15(10), 1046; https://doi.org/10.3390/agriculture15101046 - 12 May 2025
Viewed by 535
Abstract
Aiming at the limitations of current citrus detection methods in complex orchard environments, especially the problems of poor model adaptability and high computational complexity under different lighting, multiple occlusions, and dense fruit conditions, this study proposes an improved citrus detection model, YOLO-PBGM, based [...] Read more.
Aiming at the limitations of current citrus detection methods in complex orchard environments, especially the problems of poor model adaptability and high computational complexity under different lighting, multiple occlusions, and dense fruit conditions, this study proposes an improved citrus detection model, YOLO-PBGM, based on You Only Look Once v7 (YOLOv7). First, to tackle the large size of the YOLOv7 network model and its deployment challenges, the PC-ELAN module is constructed by introducing Partial Convolution (PConv) for lightweight improvement, which reduces the model’s demand for computing resources and parameters. At the same time, the Bi-Former attention module is embedded to enhance the perception and processing of citrus fruit information. Secondly, a lightweight neck network is constructed using Grouped Shuffle Convolution (GSConv) to simplify computational complexity. Finally, the minimum-point-distance-based IoU (MPDIoU) loss function is utilized to optimize the boundary return mechanism, which speeds up model convergence and reduces the redundancy of bounding box regression. Experimental results indicate that for the citrus dataset collected in a natural environment, the improved model reduces Params and GFLOPs by 15.4% and 23.7%, respectively, while improving precision, recall, and mAP by 0.3%, 4%, and 3.5%, respectively, thereby outperforming other detection networks. Additionally, an analysis of citrus object detection under varying lighting and occlusion conditions reveals that the YOLO-PBGM network model demonstrates good adaptability, effectively coping with variations in lighting and occlusions while exhibiting high robustness. This model can provide a technical reference for uncrewed intelligent picking of citrus. Full article
Show Figures

Figure 1

19 pages, 2924 KiB  
Article
An Efficient Multiple Empirical Kernel Learning Algorithm with Data Distribution Estimation
by Jinbo Huang , Zhongmei Luo  and Xiaoming Wang 
Electronics 2025, 14(9), 1879; https://doi.org/10.3390/electronics14091879 - 5 May 2025
Viewed by 470
Abstract
The Multiple Random Empirical Kernel Learning Machine (MREKLM) typically generates multiple empirical feature spaces by selecting a limited group of samples, which helps reduce training duration. However, MREKLM does not incorporate data distribution information during the projection process, leading to inconsistent performance and [...] Read more.
The Multiple Random Empirical Kernel Learning Machine (MREKLM) typically generates multiple empirical feature spaces by selecting a limited group of samples, which helps reduce training duration. However, MREKLM does not incorporate data distribution information during the projection process, leading to inconsistent performance and issues with reproducibility. To address this limitation, we introduce a within-class scatter matrix that leverages the distribution of samples, resulting in the development of the Fast Multiple Empirical Kernel Learning Incorporating Data Distribution Information (FMEKL-DDI). This approach enables the algorithm to incorporate sample distribution data during projection, improving the decision boundary and enhancing classification accuracy. To further minimize sample selection time, we employ a border point selection technique utilizing locality-sensitive hashing (BPLSH), which helps in efficiently picking samples for feature space development. The experimental results from various datasets demonstrate that FMEKL-DDI significantly improves classification accuracy while reducing training duration, thereby providing a more efficient approach with strong generalization performance. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

26 pages, 17956 KiB  
Article
Design and Experimental Evaluation of a Two-Stage Domain-Segmented Harvesting Device for Densely Planted Dwarf Apple Orchards
by Bingkun Yuan, Hongjian Zhang, Yanfang Li, Xinpeng Cao, Linlin Sun, Linlong Jing, Longzhen Xue, Chunyang Liu, Guiju Fan and Jinxing Wang
AgriEngineering 2025, 7(5), 135; https://doi.org/10.3390/agriengineering7050135 - 5 May 2025
Viewed by 608
Abstract
To address the challenges of manual apple harvesting and the limitations of existing devices—such as constrained workspace, low efficiency, and limited flexibility—a two-stage, sub-region harvesting device was developed. The design, informed by the fruit distribution characteristics in densely planted dwarf apple orchards, integrates [...] Read more.
To address the challenges of manual apple harvesting and the limitations of existing devices—such as constrained workspace, low efficiency, and limited flexibility—a two-stage, sub-region harvesting device was developed. The design, informed by the fruit distribution characteristics in densely planted dwarf apple orchards, integrates a positioning mechanism and a fruit-picking mechanism, enabling multiple pickings within a single positioning operation to enhance workspace coverage. A forward kinematics model was established using the Denavit–Hartenberg (D–H) parameter method. An improved Monte Carlo simulation based on a hybrid Beta distribution estimated the maximum reachable distances of the fruit-picking reference point in the X, Y, and Z directions as 2146 mm, 2169 mm, and 2165 mm, respectively—adequately covering the target harvesting domain. Incorporating a translational axis structure further expanded the harvesting volume by 1.165 m3, a 42.40% improvement over the conventional 3R configuration. To support adaptive control, a random point–geometry fusion method was proposed to solve for joint variables based on harvesting postures, and an automatic fruit-picking control system was implemented. Experimental validation, including reference point tracking and harvesting tests, demonstrated maximum positioning errors of 1.5 mm and 2.2 mm, a fruit-picking success rate of 76.53%, and an average picking time of 7.24 s per fruit—marking a 4.6% improvement compared to existing devices reported in previous studies. This study provides a comprehensive technical framework and practical reference for advancing mechanized apple harvesting. Full article
Show Figures

Figure 1

20 pages, 10100 KiB  
Article
A Method for Identifying Picking Points in Safflower Point Clouds Based on an Improved PointNet++ Network
by Baojian Ma, Hao Xia, Yun Ge, He Zhang, Zhenghao Wu, Min Li and Dongyun Wang
Agronomy 2025, 15(5), 1125; https://doi.org/10.3390/agronomy15051125 - 2 May 2025
Cited by 1 | Viewed by 723
Abstract
To address the challenge of precise picking point localization in morphologically diverse safflower plants, this study proposes PointSafNet—a novel three-stage 3D point cloud analysis framework with distinct architectural and methodological innovations. In Stage I, we introduce a multi-view reconstruction pipeline integrating Structure from [...] Read more.
To address the challenge of precise picking point localization in morphologically diverse safflower plants, this study proposes PointSafNet—a novel three-stage 3D point cloud analysis framework with distinct architectural and methodological innovations. In Stage I, we introduce a multi-view reconstruction pipeline integrating Structure from Motion (SfM) and Multi-View Stereo (MVS) to generate high-fidelity 3D plant point clouds. Stage II develops a dual-branch architecture employing Star modules for multi-scale hierarchical geometric feature extraction at the organ level (filaments and frui balls), complemented by a Context-Anchored Attention (CAA) mechanism to capture long-range contextual information. This synergistic feature learning approach addresses morphological variations, achieving 86.83% segmentation accuracy (surpassing PointNet++ by 7.37%) and outperforming conventional point cloud models. Stage III proposes an optimized geometric analysis pipeline combining dual-centroid spatial vectorization with Oriented Bounding Box (OBB)-based proximity analysis, resolving picking coordinate localization across diverse plants with 90% positioning accuracy and 68.82% mean IoU (13.71% improvement). The experiments demonstrate that PointSafNet systematically integrates 3D reconstruction, hierarchical feature learning, and geometric reasoning to provide visual guidance for robotic harvesting systems in complex plant canopies. The framework’s dual emphasis on architectural innovation and geometric modeling offers a generalizable solution for precision agriculture tasks involving morphologically diverse safflowers. Full article
(This article belongs to the Section Precision and Digital Agriculture)
Show Figures

Figure 1

18 pages, 5191 KiB  
Article
Path Planning for Dragon-Fruit-Harvesting Robotic Arm Based on XN-RRT* Algorithm
by Chenzhe Fang, Jinpeng Wang, Fei Yuan, Sunan Chen and Hongping Zhou
Sensors 2025, 25(9), 2773; https://doi.org/10.3390/s25092773 - 27 Apr 2025
Cited by 3 | Viewed by 696
Abstract
This paper proposes an enhanced RRT* algorithm (XN-RRT*) to address the challenges of low path planning efficiency and suboptimal picking success rates in complex pitaya harvesting environments. The algorithm generates sampling points based on normal distribution and dynamically adjusts the center and range [...] Read more.
This paper proposes an enhanced RRT* algorithm (XN-RRT*) to address the challenges of low path planning efficiency and suboptimal picking success rates in complex pitaya harvesting environments. The algorithm generates sampling points based on normal distribution and dynamically adjusts the center and range of the sampling distribution according to the target distance and tree density, thus reducing redundant sampling. An improved artificial potential field method is employed during tree expansion, incorporating adjustment factors and target points to refine the guidance of sampling points and overcome local optima and infeasible targets. A greedy algorithm is then used to remove redundant nodes, shorten the path, and apply cubic B-spline curves to smooth the path, improving the stability and continuity of the robotic arm. Simulations in both two-dimensional and three-dimensional environments demonstrate that the XN-RRT* algorithm performs effectively, with fewer iterations, high convergence efficiency, and superior path quality. The simulation of a six-degree-of-freedom robotic arm in a pitaya orchard environment using the ROS2 platform shows that the XN-RRT* algorithm achieves a 98% picking path planning success rate, outperforming the RRT* algorithm by 90.32%, with a 27.12% reduction in path length and a 14% increase in planning success rate. The experimental results confirm that the proposed algorithm exhibits excellent overall performance in complex harvesting environments, offering a valuable reference for robotic arm path planning. Full article
(This article belongs to the Section Sensors and Robotics)
Show Figures

Figure 1

Back to TopTop