Next Article in Journal
Design and Testing of a Pneumatic Jujube Harvester
Previous Article in Journal
Multistrain Microbial Inoculant Enhances Yield and Medicinal Quality of Glycyrrhiza uralensis in Arid Saline–Alkali Soil and Modulate Root Nutrients and Microbial Diversity
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Predicting De-Handing Point in Bananas Using Crown Morphology and Interpretable Machine Learning

1
Sichuan Academy of Agricultural Machinery Sciences, Chengdu 610066, China
2
College of Engineering, South China Agricultural University, Guangzhou 510642, China
3
School of Mechanical Engineering, Guangdong Ocean University, Zhanjiang 524088, China
*
Authors to whom correspondence should be addressed.
Agronomy 2025, 15(8), 1880; https://doi.org/10.3390/agronomy15081880
Submission received: 30 June 2025 / Revised: 30 July 2025 / Accepted: 1 August 2025 / Published: 3 August 2025
(This article belongs to the Section Precision and Digital Agriculture)

Abstract

Banana de-handing is a critical yet labor-intensive step in postharvest processing, with current manual methods resulting in high costs and occupational risks. This study addresses the automation of de-handing point localization by integrating high-resolution 3D scanning and morphometric analysis of banana crowns with machine learning techniques. A total of 210 crown samples were analyzed to extract key morphological features, including inner arc length (Li), inner arc radius (Ri), outer arc radius (Ro), and the distance between inner and outer arcs (Doi), among others. Four machine learning algorithms, namely, Multi-Layer Perceptron (MLP), Gradient Boosted Decision Trees (GBDT), Extreme Gradient Boosting (XGBoost), and Random Forest (RF), were developed to predict the target radius (Rt) and target distance (Dti) of the de-handing point. The RF models achieved the optimal predictive performance on the testing set, with the following results: for Rt, R2 = 0.95, MAE = 1.50, and RMSE = 1.94; for Dti, R2 = 0.91, MAE = 1.33, and RMSE = 1.66. A Shapley Additive Explanations (SHAP) analysis revealed that Li, Ri, and Ro were the most influential features for Rt, while Doi was the most important for Dti. Notably, feature threshold effects were observed, with limited gains in prediction accuracy beyond specific morphological values. These results provide a quantitative foundation for vision-guided automated de-handing systems, advancing intelligent and efficient banana postharvest management.

1. Introduction

Bananas are globally significant tropical fruits, with annual production that exceeds 170 million metric tons and cultivation occurring in more than 140 countries [1]. They function not only as a staple food for more than 400 million smallholder farmers but also as a principal source of their income. However, the post-harvest processing of bananas is crucial for preserving fruit quality and sustaining commercial value. Among these processes, de-handing plays a pivotal role in determining the efficiency and standards of subsequent handling, transportation, and sales [2]. Traditional manual de-handing requires a considerable amount of skilled labor, resulting in elevated operational costs and a heightened risk of musculoskeletal disorders [3]. This situation highlights the urgent necessity for automated alternatives.
Although initial studies on mechanical de-handing prototypes have been conducted [4,5], automated de-handing systems that utilize crown morphology remain largely unexplored in the academic literature. Developing such automated solutions is critical for enhancing harvesting efficiency, reducing labor dependence, and improving occupational safety in commercial banana production [6].
Unprocessed banana bunches typically consist of seven hands that are radially distributed and helically arranged around a central stalk [7], as shown in Figure 1a. The crown, serving as a vital connective structure between the individual hands and the central stalk, exhibits distinct morphological gradients from the apical to the basal positions (Figure 1b). These positional morphological differences directly influence the optimal parameters for de-handing, underscoring the need for quantitative characterization to enable automated de-handing implementation.
A previous study anatomically divided the crown into three distinct regions: the central stalk–crown transition region (CSCTR), the crown expansion region (CER), and the crown–finger transition region (CFTR). Among these, the CER has been identified as the biomechanically optimal region for de-handing (Figure 1c) [8].
To standardize the evaluation process, this study designates the midpoint of the CER as the target de-handing point and introduces two novel morphological descriptors: the target radius (Rt), which defines the transverse location, and the target distance (Dti), which quantifies the longitudinal position relative to the central stalk.
Recent advances in agricultural machine learning have primarily concentrated on yield forecasting for staple crops, including winter wheat [9], maize [10,11], and rice [12]. Concurrently, automated fruit harvesting has emerged as a pivotal research area, with computer vision-based machine learning increasingly employed for localizing fruit picking points. Current automated harvesting research is mainly directed toward fruits with standardized morphological characteristics, including spherical apples [13], ovoid citrus [14], and ellipsoidal tomatoes [15]. Computer vision-based machine learning systems have demonstrated robust performance in picking point localization for such geometrically consistent crops by leveraging morphological parametric descriptors [16,17,18]. However, the pronounced morphological differences of banana crowns, which are characterized by transverse expansion and longitudinal differentiation from apical to basal positions (Figure 1b), precludes the direct application of existing methods to banana de-handing point localization. Therefore, dedicated models capable of learning morphometric variation in irregular plant structures are required for de-handing point localization in bananas.
In this context, machine learning algorithms have demonstrated considerable potential in crop morphometry and growth-related prediction tasks. For example, Multi-Layer Perceptron (MLP) achieved a coefficient of determination (R2) of 0.93 when predicting the crown diameter and leaf area index of pomegranate under conditions of salinity and drought stress, highlighting their ability to model nonlinear interactions between morphological traits and environmental factors [19]. Gradient Boosted Decision Trees (GBDT) yielded an R2 of 0.88 in maize leaf age prediction by integrating UAV-derived RGB and multispectral data [20]. Extreme Gradient Boosting (XGBoost) outperformed conventional regression models in sunflower height estimation, achieving a root mean square error (RMSE) of 8.73 cm by leveraging its efficient feature selection capabilities with high-dimensional sentinel satellite data [21]. Random Forest (RF) has also been validated for crop growth analysis, successfully predicting yield based on climatic and biophysical variables and exhibiting strong interpretability and resilience to noise within agricultural datasets [22]. Collectively, these studies justify the selection of MLP, GBDT, XGBoost, and RF for modeling the complex morphological characteristics of banana crowns, which demand algorithms that are tolerant to structural heterogeneity and sensor-derived noise.
Most existing automated harvesting studies concentrate on fruits with standardized geometries, whereas banana crowns exhibit intricate transverse expansion and longitudinal differentiation. To overcome these challenges, this study introduces a comprehensive methodological framework. It proposes standardized morphological descriptors by defining Rt and Dti as quantitative indices for localizing de-handing points and develops a three-dimensional morphological analysis protocol using structured-light scanning to enable the non-destructive digitization of crown geometry. Additionally, the framework constructs predictive models by adapting four machine learning algorithms—MLP, GBDT, XGBoost, and RF—to estimate de-handing points based on morphological features and employs interpretable machine learning techniques, specifically Shapley Additive Explanations (SHAP), to assess the relative importance of features in predicting Rt and Dti. This systematic approach establishes a quantitative basis for vision-guided automated de-handing and promotes the adoption of agricultural robotics in banana postharvest handling. Furthermore, the proposed methodology can be extended to cutting point identification in the automated harvesting of other morphologically complex crops.

2. Materials and Methods

2.1. A Systematic Workflow for Modeling Banana Crown De-Handing

This study presents a structured workflow for developing interpretable machine learning models to locate the banana crown de-handing point (Rt and Dti) using morphological feature data, as shown in Figure 2.
The workflow encompasses four sequential stages. First, data collection involves the standardized preparation of banana crown samples, extraction and measurement of key morphological features, and random division into training (85%) and testing (15%) sets. Second, model development includes training predictive models to predict the de-handing points using four machine learning algorithms (MLP, GBDT, XGBoost, and RF). Hyperparameter tuning was performed using grid search combined with 5-fold cross-validation, and model performance was evaluated using the R2, RMSE, and mean absolute error (MAE). Third, model selection and interpretation entail identifying the optimal de-handing point models through a comparative analysis of performance metrics, followed finally by the examination of model decision mechanisms using SHAP values to quantify feature contributions and improve interpretability.
This integrated workflow ensures rigorous progression from data collection to interpretable model deployment, offering a systematic foundation for machine learning-based research on banana crown de-handing. Moreover, the developed methodology is transferable to identifying the cutting point in the automated harvesting of other morphologically complex crops.

2.2. Banana Crown Morphology Data Collection

2.2.1. Crown Sample Preparation

Fresh banana bunches at the green stage (approximately 110 days after anthesis) were obtained from the Tianping Wholesale Fruit Market in Guangzhou, China. All bunches were confirmed to be of the Brazilian cultivar (Musa acuminata, AAA group). After acquisition, the samples were promptly transported to the laboratory for subsequent experiments, including the extraction and measurement of crown morphological characteristics.
The complex three-dimensional architecture of banana crowns, characterized by intricate morphological features such as overlapping fingers and irregular curvature, posed considerable technical challenges for precise analysis. To address these challenges, high-resolution sensing technologies were required to capture fine structural details, which were essential for tasks including geometric modeling, crown segmentation, and robotic manipulation—critical steps in the development of automated postharvest solutions.
Vision-based sensing technologies, including RGB-D cameras and structured-light three-dimensional scanners, have commonly been employed in agricultural automation. RGB-D cameras, such as the Intel RealSense D435(i), can provide cost-effective and real-time data acquisition capabilities. However, these devices have exhibited several limitations, such as low spatial resolution, susceptibility to ambient light, and depth noise that increased quadratically with distance, often resulting in substantial root mean square errors at extended ranges [23]. These limitations reduce their suitability for high-precision tasks, such as the accurate reconstruction of banana crowns, where even minor measurement errors could propagate into significant discrepancies in downstream applications.
In contrast, structured-light three-dimensional scanners—such as the Go!SCAN 50 (Creaform Inc., Lévis, QC, Canada), which was employed in this study—offer high precision, with a spatial resolution of 0.5 mm and a volumetric accuracy of zero point 0.30 mm/m (Table 1). These characteristics make them suitable for reconstructing the intricate surfaces of banana crowns. The high accuracy of these scanners facilitates the generation of low-error point clouds that support the modeling of complex morphological structures, which are critical for automated de-handing applications. Their effectiveness was previously validated in agricultural contexts [24], confirming their suitability for addressing the structural challenges associated with banana crown geometry.
To perform non-destructive crown reconstruction, 30 banana bunches—each comprising 7 intact crowns—were scanned, resulting in a dataset of 210 crown samples for morphological analysis. The key specifications of the Go!SCAN 50 scanner, including its spatial resolution and volumetric accuracy, are listed in Table 1.
Prior to scanning, fiducial markers were strategically affixed to the surfaces of the crowns to enhance spatial registration accuracy (Figure 3a) [25]. During scanning, the crown samples were immobilized while the handheld scanner was dynamically repositioned to ensure comprehensive surface coverage (Figure 3b). Raw point cloud data were acquired using the manufacturer-provided VXelements3D software (Figure 3c).
The acquired raw point clouds were preprocessed to remove artifacts, including peripheral noise, spike anomalies, and non-manifold geometries. This preprocessing was conducted using Geomagic Wrap software (Version 2021, 3D Systems Inc., Rock Hill, SC, USA) [26]. The complete workflow is illustrated in Figure S1.

2.2.2. Extraction and Measurement of Crown Morphological Features

Crown morphometric analysis was conducted using Geomagic Design X software (Version 2019, 3D Systems Inc., Rock Hill, SC, USA). Due to the unique structural complexity of the crown, a circle-fitting method was employed to extract and quantify its morphological features [27]. The transverse and longitudinal morphological parameters were derived through a series of sequential analytical steps.
Boundary Arc Identification
Inner arc: Defined as the transitional interface between the central stalk and the CSCTR.
Outer arc: Defined at the transitional interface between the CFTR and the fingers.
These boundary arcs were extracted from the crown’s basal plane (Figure 4a) and served as fiducial references for morphological quantification.
Transverse Morphology Parameters
Six key descriptors were extracted: inner arc radius (Ri), inner arc central angle (αi), inner arc length (Li), outer arc radius (Ro), outer arc central angle (αo), and outer arc length (Lo), as illustrated in Figure 4a.
Longitudinal Morphology Quantification
The centers of the inner and outer arcs typically do not coincide. To ensure measurement consistency, the distance between the midpoints of the two arcs was defined as the distance between the inner and outer arcs (Doi), as shown in Figure 4a. The parameter Doi was used to evaluate the longitudinal growth morphology of the crown.
This process enabled the systematic extraction and measurement of the morphological features of both the inner and outer arcs of the crown.
The CER, identified as the optimal de-handing region, was quantified using apex-oriented measurements due to its distinct morphological characteristics at the crown apex (Figure 4b). To enable systematic evaluation in subsequent machine learning models, the midpoint of the de-handing region was operationally defined as the target de-handing point. The corresponding circumferential profile at this point was designated as the target arc, with its radius measured as Rt. The longitudinal displacement between the inner arc and the target arc was defined as Dti. Both parameters were determined using the circle-fitting method implemented in Geomagic Design X software (Version 2019, 3D Systems Inc., Rock Hill, SC, USA).

2.3. Machine Learning Algorithms and Hyperparameter Tuning

Four supervised machine learning algorithms were evaluated to predict the crown de-handing point parameters, namely Rt and Dti. The algorithms included MLP, GBDT, XGBoost, and RF. These models were selected due to their demonstrated capability in modeling nonlinear relationships among continuous morphological features and their documented success in a variety of agricultural prediction tasks [28].
MLP is a type of feedforward artificial neural network employed in this study to approximate highly nonlinear functions through multiple layered transformations. It is particularly effective in modeling complex feature interactions and multi-dimensional dependencies within structured morphometric datasets and offers adaptability through its configurable architecture.
GBDT is an ensemble-based algorithm that constructs Decision Trees sequentially, with each successive tree designed to reduce the residual error of its predecessor. This iterative process enables the model to represent complex, non-additive feature relationships, making it well-suited for structured tabular data where capturing intricate patterns and determining feature importance are essential.
XGBoost is an enhanced implementation of the GBDT framework that incorporates parallelized computation and additional regularization strategies. It offers efficient training performance, strong scalability, and consistent predictive accuracy in structured data applications.
RF is a bagging-based ensemble algorithm that constructs multiple randomized Decision Trees and aggregates their predictions to generate stable and accurate outputs. It demonstrates high robustness to noisy input data, competitive performance in high-dimensional feature spaces, and a reduced tendency to overfit, owing to its ensemble structure and randomized feature selection mechanism.
All models were implemented in Python version 3.8.12 using the Scikit-learn library. A grid search combined with 5-fold cross-validation was conducted to optimize the model hyperparameters. The parameter tuning procedures were as follows.
For the MLP model, the key hyperparameters included the learning_rate and the hidden_layer_sizes [29]. The learning_rate, with a search range from 0.01 to 0.10, determined the step size for gradient-based weight updates. Higher values tended to accelerate convergence but increased the risk of overshooting the optimal solution, whereas lower values improved precision at the cost of extended training time. The hidden_layer_sizes, ranging from 30 to 100 neurons, controlled the model’s capacity. Larger architectures enhanced the ability to learn nonlinear relationships but also increased the risk of overfitting—an important consideration given the moderate dataset size of 210 samples.
For both the GBDT and XGBoost models, the learning_rate and the max_depth parameters were optimized [30]. The learning_rate, which ranged from 0.01 to 0.10, determined the contribution of each tree to the ensemble’s prediction, balancing model stability and convergence speed. Identical parameter ranges enabled direct algorithmic comparison under consistent conditions. The max_depth parameter, ranging from 1 to 10, controlled the complexity of individual Decision Trees. Deeper trees improved the modeling of nonlinear feature interactions but also increased computational burden and the risk of overfitting. This depth range is considered standard practice for structured data tasks, allowing control over model complexity.
For the RF model, two key hyperparameters were optimized: the n_estimators and the max_features [31]. The n_estimators, with a search range from 1 to 20, controlled the total number of Decision Trees in the ensemble. Increasing this value enhanced model robustness by reducing variance, although it proportionally increased training time. The max_features, ranging from 1 to 7, determined the subset of features considered during each node split, thereby helping to reduce bias caused by collinear crown features.
A summary of the hyperparameter search ranges used for Rt and Dti prediction is presented in Table 2.

2.4. De-Handing Point Model Training and Evaluation

In this study, the dataset was randomly split into a training set (85%) and an independent testing set (15%) using simple random sampling. The training set was used to develop the de-handing point models for Rt and Dti using the MLP, GBDT, XGBoost, and RF algorithms. Hyperparameter optimization was performed via grid search combined with 5-fold cross-validation [32]. The hyperparameter configuration that resulted in the lowest RMSE was selected as optimal for both the Rt and Dti models. The testing set was held out for evaluating the generalization performance of the models.
After determining the optimal hyperparameters, the Rt and Dti models were retrained on the training set and subsequently evaluated for generalization performance on the testing set. Model accuracy was quantified using the RMSE, MAE, and R2, which measure the deviation and goodness of fit between actual and predicted values. Model performance was assessed based on these metrics; lower RMSE and MAE values and higher R2 values indicated better predictive accuracy and overall model performance. The formulas for RMSE, MAE, and R2 are as follows:
R M S E = 1 N i = 1 N y i y ^ i 2
M A E = 1 N i = 1 N y i y ^ i
R 2 = 1 i = 1 N y i y ^ i 2 i = 1 N y i y 2
where y i is the actual value of the output target, y ^ i is the predicted value of the model, and y is the mean value of the output target.

2.5. De-Handing Point Model Interpretation

SHAP, a model-agnostic interpretability method grounded in cooperative game theory, was employed to quantify the contribution of each feature to model predictions [33]. SHAP values, derived from Shapley values in game theory, assign numerical importance scores to individual features by evaluating their marginal impact on predictions across all possible feature combinations. These values distinguish between features that positively or negatively influence outcomes, while also accounting for inter-feature interactions. Unlike post hoc interpretation methods that are limited to specific model classes, SHAP provides globally consistent explanations applicable to a wide range of machine learning models.
In this study, SHAP analysis was applied to the optimal Rt and Dti models to achieve three objectives: (1) identifying critical morphological determinants through feature importance ranking, (2) quantifying the directional relationships between features and predictions via partial dependence analysis, and (3) visualizing nonlinear interactions among crown morphological parameters.

3. Results

3.1. Banana Crown Morphometric Measurement Data

All morphometric procedures were performed in triplicate to ensure measurement reproducibility. The resulting datasets for the inner arc, outer arc, and target arc parameters were subjected to comprehensive statistical analysis (Table S1), with key metrics (maximum, minimum, mean, and standard deviation) summarized in Table 3.

3.2. Hyperparameter Optimization for De-Handing Point Models

3.2.1. MLP-Based Models

As shown in Figure 5a, the MLP-based Rt model exhibited reduced convergence stability when the learning_rate exceeded 0.04, accompanied by a significant increase in RMSE as the size of the hidden_layer_sizes increased. In contrast, a learning_rate below 0.04 improved convergence stability and reduced RMSE. To balance convergence efficiency and generalization, the optimal hyperparameters for the Rt model were determined to be a learning_rate of 0.03 and hidden_layer_sizes of 50. Similarly, Figure 5b shows that the Dti model achieved optimal performance with a learning_rate of 0.04 and hidden_layer_sizes of 40.

3.2.2. GBDT-Based and XGBoost-Based Models

For the GBDT-based Rt model (Figure 6a), a learning_rate below 0.03 resulted in higher RMSE due to insufficient gradient updates, while values above 0.03, particularly when combined with a max_depth greater than 5, exacerbated overfitting. The optimal configuration was identified as a learning_rate of 0.04 and a max_depth of 2. For the Dti model (Figure 6b), the results indicated heightened sensitivity to max_depth, with RMSE increasing sharply at depths greater than 1. Consequently, a learning_rate of 0.04 and a max_depth of 1 were selected as the optimal hyperparameters.
The XGBoost-based Rt and Dti models (Figure 7a,b) demonstrated stable performance across different max_depth values when the learning_rate exceeded 0.03. To prioritize model generalization, the optimal hyperparameters for the Rt model were set to a learning_rate of 0.06 and a max_depth of 1, while the Dti model utilized a learning_rate of 0.04 and a max_depth of 1.

3.2.3. RF-Based Models

The RF-based Rt model (Figure 8a) exhibited reduced performance when n_estimators were fewer than 14. Additionally, excessive max_features, particularly values greater than 3 in conjunction with higher n_estimators, further diminished model performance. Similar trends were observed for the Dti model (Figure 8b). The final configurations selected were n_estimators of 14 for the Rt model, n_estimators of 8 for the Dti model, and max_features of 3 for both models.

3.3. Performance Evaluation of De-Handing Point Models

3.3.1. Rt Models

Figure 9 presents a comparison of the training and testing performance of the MLP, GBDT, XGBoost, and RF models in predicting the transverse location (Rt) of the de-handing point. The MLP-based model exhibited the weakest performance in predicting Rt (R2 = 0.86, MAE = 2.54, and RMSE = 2.92), with substantial deviations from the y = x reference line (Figure 9a). This limitation primarily resulted from the MLP-based model’s high sensitivity to data noise when trained on limited sample sizes [34], a challenge frequently encountered in agricultural applications, such as crop yield prediction, where MLP-based models often require extensive hyperparameter tuning to achieve stable generalization [35].
Conversely, the GBDT-based model (Figure 9b) achieved the highest fitting accuracy on the training set, with R2 = 0.99, MAE = 0.37, and RMSE = 0.48. The predicted values were closely aligned with the y = x reference line, indicating strong performance in fitting the training data. Nevertheless, the GBDT-based model exhibited overfitting when applied to the testing set, as evidenced by increases in MAE and RMSE from the training to the testing set (MAE increased by 1.08 and RMSE increased by 1.65), the highest increase observed among all models. This result suggests that the GBDT-based model over-adapted to the training data—a common issue in Gradient Boosting models when regularization is insufficient [36,37].
The XGBoost-based and RF-based models showed strong intermediate performance on the training set, with R2 = 0.98 for both models, MAE values of 0.74 and 0.73, and RMSE values of 0.96 and 0.99, respectively (Figure 9c,d). When evaluated on the testing set, both models maintained robust generalization, with predictions closely clustered along the y = x reference line. Notably, the RF-based model demonstrated more stable generalization, as indicated by smaller absolute increases in error metrics from the training to testing phases. Specifically, the RF-based model exhibited an MAE increase of 0.77 and an RMSE increase of 0.95, while the XGBoost-based model showed larger increments of 0.82 for MAE and 1.07 for RMSE. These smaller increases suggest that the RF-based model was more robust against overfitting. This stability can be attributed to the ensemble structure of the RF algorithm, which builds diverse Decision Trees through randomized feature and data sampling—an inherent design that mitigates overfitting [38]. Given its demonstrated efficacy in handling agricultural data noise [39,40], the RF-based model is identified as the most suitable choice for predicting Rt in this study.

3.3.2. Dti Models

For the prediction of the longitudinal location (Dti) of the de-handing point, similar trends were observed across all four models (Figure 10). The MLP-based model again exhibited the poorest predictive performance among all models (R2 = 0.71, MAE = 3.96, and RMSE = 4.20), with substantial deviations from the actual values (Figure 10a). This consistently poor performance highlights the fundamental limitations of MLP-based models in agricultural contexts, particularly when dealing with sparse datasets characterized by high measurement noise, such as those related to banana crown morphology. Its high degree of parameterization and low tolerance for noise resulted in overfitting. These findings align with previously reported limitations of MLP-based models in predicting complex traits in spring wheat [41], confirming that MLP architectures require large and diverse training datasets to achieve robust generalization [42].
The GBDT-based model demonstrated strong performance on the training set (R2 = 0.99, MAE = 0.34, and RMSE = 0.44); however, its performance declined substantially on the testing set, with R2 decreasing to 0.88, MAE increasing to 1.36, and RMSE rising to 1.95 (Figure 10b), suggesting susceptibility to overfitting. As observed in the Rt prediction, the GBDT-based model failed to generalize well to unseen data, underscoring the need for incorporating regularization techniques or early stopping strategies to mitigate overfitting in Gradient Boosting frameworks [43,44].
Similarly, the XGBoost-based model also exhibited signs of overfitting in Dti prediction, as evidenced by declines in all performance metrics from the training set to the testing set: R2 decreased from 0.97 to 0.87, MAE increased from 0.73 to 1.55, and RMSE rose from 0.94 to 2.01 (Figure 10c).
In contrast, the RF-based model demonstrated stable and consistent performance across both training and testing sets. For the training set, R2 = 0.97, MAE = 0.70, and RMSE = 0.92, while for the testing set, R2 = 0.91, MAE = 1.33, and RMSE = 1.66 (Figure 10d). This stability, coupled with strong generalization capability, identifies the RF-based model as the most reliable choice for Dti prediction, further supporting its selection as the optimal model for both Rt and Dti predictions in this study.
Overall, these results demonstrate that RF-based models offer the most robust and reliable performance for de-handing point prediction, effectively capturing the transverse (Rt) and longitudinal (Dti) locations while maintaining a superior balance between predictive accuracy, generalization ability, and computational efficiency.

3.4. Interpretation of De-Handing Point Models

3.4.1. Feature Importance Analysis of RF-Based Rt Model

Figure 11a illustrates the global feature importance rankings for predicting the transverse location (Rt), as determined by the mean absolute SHAP values. Among all input features, Li and Ri were identified as the most influential contributors, with respective contributions of 43.63% and 26.01%. Ro and Doi provided secondary influence, contributing 14.07% and 9.59%, respectively. In contrast, Lo, αo, and αi collectively accounted for only 6.70%, indicating a negligible role in predicting Rt. These results demonstrate that the transverse morphological features (Li, Ri, and Ro) primarily govern the prediction of the transverse location of the de-handing point.
Figure 11b visualizes each feature’s contribution to the RF-based Rt prediction based on SHAP value distributions. Features are sorted in descending order along the vertical axis, with corresponding SHAP values plotted on the horizontal axis. Red dots represent higher feature values, while blue dots represent lower ones. A substantial contribution is indicated when a feature exhibits a wide SHAP value range, minimal overlap between red and blue dots, and a distinct gradient—where lower feature values (blue) are associated with negative SHAP values and higher values (red) align with positive SHAP values [45]. Conversely, features with narrow SHAP value ranges and significant overlap between high and low feature values suggest limited predictive influence.
As shown in Figure 11b, Li demonstrated the widest range of SHAP values, indicating the strongest contribution to Rt prediction. Further analysis revealed that low Li values (blue) corresponded to negative SHAP values (leftward shift), while high Li values (red) were associated with positive SHAP values (rightward shift). This pattern suggests that Li has a strong directional influence on Rt. Ri exhibited a similar trend but with greater red–blue overlap, indicating a relatively reduced contribution compared to Li. Ro and Doi displayed moderate SHAP value ranges, but substantial overlap between red and blue dots diminished their predictive power. By contrast, the minimal contributions of Lo, αo, and αi were reflected by their near-zero SHAP value ranges and almost complete red–blue overlap, suggesting negligible relevance to Rt prediction.
Figure 11c highlights potential morphological thresholds influencing the Rt of the de-handing point. Li values less than 76 mm were associated with Rt locations in physically inaccessible crown regions, as reflected by peak negative SHAP values, potentially indicating limited de-handing tool access due to underdeveloped crown structures. As Li increased from 76 mm to 136 mm, SHAP values progressively increased, implying enhanced accessibility. Beyond 136 mm, the SHAP values plateaued or declined, suggesting reduced marginal gain in tool access. Ri values below 26 mm were linked to constrained Rt locations, as indicated by peak negative SHAP values—possibly caused by excessive curvature hindering tool movement. An increase in Ri from 26 mm to 45 mm was associated with improved Rt reliability, evidenced by rising SHAP values that subsequently stabilized beyond 45 mm.
Ro values below 38 mm corresponded to more limited Rt ranges, with negative SHAP values possibly reflecting compression effects from the outer crown structure. Between 38 mm and 72 mm, the SHAP values were near zero, suggesting negligible influence, while limited data beyond 72 mm prevented definitive conclusions. For Doi, values less than 39 mm yielded SHAP values clustered around zero, indicating limited influence. However, some instances beyond 39 mm exhibited rising SHAP values, implying improved access only under certain morphological conditions.
Finally, the near-zero clustering of SHAP values in both summary distributions (Figure 11b) and flat response patterns in partial dependence plots (Figure 11c) confirms that αi, αo, and Lo contribute negligibly to Rt prediction. These angular parameters may be excluded from future morphological models aimed at predicting the transverse de-handing location.

3.4.2. Feature Importance Analysis of Dti Model

Figure 12a presents the global feature importance ranking for predicting the longitudinal location (Dti) based on mean absolute SHAP values. Doi was identified as the most influential predictor, contributing 31.16% and primarily determining the achievable longitudinal displacement range. Li (25.96%), Ri (16.95%), and Ro (14.22%) also affected longitudinal location through transverse structural constraints, whereas αo, αi, and Lo contributed a combined 11.71%, suggesting limited relevance.
Figure 12b illustrates each feature’s contribution to the prediction of the Dti model based on SHAP value distributions. Doi stood out with a broad SHAP spread and clear directional pattern: smaller values were linked to lower Dti predictions, while larger values corresponded to higher predicted locations. Li showed moderate SHAP variation but with less distinct separation, indicating a conditional contribution. Ri and Ro had limited influence, as their SHAP values were concentrated within narrow ranges and exhibited substantial value overlap. Lo, αo, and αi showed negligible importance, with SHAP values clustering near zero throughout, suggesting minimal relevance to Dti prediction.
Figure 12c delineates the morphological thresholds governing longitudinal location (Dti) of the de-handing point. For Doi, values less than 30 mm corresponded to constrained Dti locations, with tightly clustered negative SHAP values suggesting spatial limitation due to reduced arc separation. Between 30 mm and 50 mm, a progressive increase in SHAP values was observed, indicating improved accessibility. Beyond 50 mm, the SHAP values plateaued, suggesting that further spatial separation did not enhance the prediction, implying a threshold of effective displacement. In the case of Li, values less than 83 mm were associated with negative SHAP values and correspondingly predicted Dti locations, indicating restricted longitudinal localization. As Li increased to between 83 mm and 138 mm, the SHAP values increased steadily, supporting enhanced positional potential. Above 140 mm, SHAP contributions diminished, suggesting the presence of an optimization ceiling for inner arch elongation.
Sub-threshold values of Ri (less than 28 mm) and Ro (less than 50 mm) yielded predominantly small negative SHAP values, indicating a mild but consistent limiting effect on the prediction of Dti. In intermediate ranges (Ri: 28–34 mm; Ro: 50–60 mm), the SHAP values remained near zero, indicating minimal effect. For supra-threshold values (Ri greater than 34 mm; Ro greater than 60 mm), SHAP distributions again clustered near zero, with only isolated positive deviations. This pattern suggests that increased curvature radii do not consistently enhance Dti predictability.
Angular parameters (αi and αo) and Lo demonstrated negligible contributions across all observed ranges, as evidenced by SHAP distributions clustered near zero. Consequently, these features can be safely excluded from future crown morphological protocols aimed at predicting the longitudinal de-handing location.

4. Discussion

4.1. Morphological Drivers Governing De-Handing Location

The SHAP analysis reveals that spatial dimensional constraints (Li, Ri, and Doi) are the primary determinants of transverse (Rt) and longitudinal (Dti) de-handing locations, with angular parameters (αi and αo) and Lo contributing minimally. Rt, Li, and Ri collectively account for 69.64% of the predictive power, governing access space and inner arc curvature; Dti, Doi (31.16%), and Li (25.96%) dominate by defining the inter-arc working distance. Critical thresholds—Li < 76 mm, Ri < 26 mm, and Doi < 30 mm—emerge as morphological bottlenecks restricting feasible operations.
This emphasis on three-dimensional spatial features aligns with broader insights into fruit-picking robots. Consistent with findings on three-dimensional geometric features in juicy peach segmentation [46], which show that such attributes (e.g., surface normals and curvature) outperform two-dimensional or color features, our results reinforce that spatial dimensions, not angular metrics, guide robotic positioning. Similarly, work on guava harvesting highlights that three-dimensional spatial relationships—such as fruit–stem distances and curvature thresholds—directly dictate collision-free picking positions, mirroring our observation that morphological bottlenecks (e.g., Li < 76 mm) constrain operational feasibility [47]. These consistencies underscore a unifying principle: in unstructured agricultural environments, three-dimensional morphological constraints are the cornerstone of robotic operation positioning. However, the three-dimensional morphological data underlying our analysis were acquired via time-consuming scanning techniques, which contrasts with studies utilizing portable RGB-D imaging for real-time morphology quantification, potentially limiting the real-time applicability of our findings in field settings where rapid data capture is essential.

4.2. Engineering Specifications for Automated De-Handing Systems

Morphological thresholds derived from SHAP analysis establish core design constraints for automated de-handing systems: end effectors must have a width < 76 mm (to clear Li < 76 mm inner arcs), a curvature radius < 26 mm (to fit Ri < 26 mm high-curvature crown inner regions), and a linear actuator stroke > 30 mm (to navigate Doi < 30 mm inter-arc spaces). Saturation effects—such as negligible gains beyond Ri > 34 mm—further delimit over-engineering.
These specifications build on task-specific design principles in the literature. Optimizing end-effector parameters to match crop morphology, as demonstrated in cherry tomato harvesting [48] where finger dimensions were tailored to fruit diameter and spacing, validates our approach of deriving constraints directly from banana crown features. Supporting this, a review of harvesting robots [49] highlights that end-effector adaptability to crop morphology—via size and curvature tuning—directly drives operational success, echoing our focus on miniaturization and kinematic precision.
Notably, the need to balance morphological adaptability with efficiency [50,51] resonates with our saturation thresholds (e.g., no gains beyond 136 mm width), which avoid unnecessary complexity. Collectively, these connections position our specifications within a robust framework of morphology-driven robotic design, bridging specific crop needs with generalizable engineering principles. However, the current specifications are derived exclusively from Cavendish bananas, and their compatibility with other banana groups featuring distinct crown architectures remains untested—this restricts their applicability in diverse agricultural contexts and generalizability across banana varieties.

4.3. Limitations and Future Works

This study has several limitations that should be addressed in future research:
1. The thresholds established in this study were derived solely from Cavendish bananas (Musa acuminata, AAA group), and their applicability to plantains (ABB group) or cooking bananas, which have different crown architectures, remains unverified [52]. Future work should include a broader sample of Cavendish bananas and incorporate other commercially important banana varieties to enhance the model’s robustness and transferability.
2. The three-dimensional scanning technique used for feature extraction has inherent limitations in field applications, including time-consuming data acquisition, high equipment costs, and limited operational deployability [53]. Future research should focus on developing faster, cost-effective alternatives, such as portable RGB-D imaging integrated with advanced deep learning models, enabling automated morphology quantification without the need for manual feature extraction.
3. While SHAP thresholds suggest associations between restricted morphology (Li < 76 mm) and inaccessible de-handing locations, further validation of feature importance is needed. Future work will explore multi-method comparisons, including contrasting SHAP-based feature importance with traditional metrics such as Gini impurity and entropy in tree-based models, as well as incorporating sensitivity analysis to assess how perturbations in key features (e.g., Li, Ri, Doi) affect prediction outcomes [54]. These complementary approaches will help cross-verify the consistency and robustness of the identified important features, strengthening the reliability of our morphological driver conclusions.

5. Conclusions

This study presents a quantitative framework for predicting banana de-handing points by integrating crown morphological features with machine learning. By employing high-resolution three-dimensional scanning and introducing novel descriptors—Rt for transverse location and Dti for longitudinal location—we achieved precise morphological characterization. Among the evaluated algorithms, the RF model delivered the best predictive performance (Rt: R2 = 0.95, MAE = 1.50, RMSE = 1.94; Dti: R2 = 0.91, MAE = 1.33, RMSE = 1.66). The SHAP analysis further highlighted Li, Ri, and Ro as dominant features for Rt prediction, while Doi governed Dti, with critical thresholds (Li > 76 mm, Ri > 26 mm, and Doi > 30 mm) enhancing interpretability.
This work makes three key contributions to automated de-handing systems: (1) it provides quantifiable morphological thresholds (Li > 76 mm, Ri > 26 mm, and Doi > 30 mm), addressing the lack of data-driven spatial accessibility standards for robotic end effectors with mechanisms; (2) it validates the RF model’s competitive advantage in modeling noisy, irregular plant morphology with limited samples (n = 210); (3) it develops an interpretable SHAP-based mechanism confirming that spatial dimensions (arc lengths/radii)—rather than angular parameters—are primary predictors, simplifying future sensor deployment requirements.
In future work, we will focus on validating the proposed methodology across diverse banana varieties and integrating deep learning models with RGB-D imaging to streamline feature extraction, aiming to enhance the practical applicability of the automated de-handing system in field conditions.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/agronomy15081880/s1, Figure S1: Illustration of recondition process of crown model; Table S1: Measurements of morphological parameters of crown at different positions on banana bunch.

Author Contributions

L.Z.: conceptualization, methodology, writing—original draft preparation, writing—review and editing. Z.Y.: methodology, resources, supervision, funding acquisition. C.W.: validation, formal analysis, writing—review and editing, visualization. M.J.: software, validation, investigation. J.D.: conceptualization, data curation, writing—review and editing, project administration, funding acquisition. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (Grant No. 32271996), the China Agriculture Research System of MOF and MARA (Grant No. CARS-31-11), and the open competition program of the top ten critical priorities of Agricultural Science and Technology Innovation for the 14th Five-Year Plan of Guangdong Province (Grant No. 2023SDZG03), Guangdong Basic and Applied Basic Research Foundation (Grant No. 2025A1515011219).

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to the need to protect the commercial information of the wholesale markets where the banana samples were purchased, including specific supplier details and transaction-related parameters that are confidential to the market operators.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. Tripathi, J.N.; Ntui, V.O.; Tripathi, L. Precision Genetics Tools for Genetic Improvement of Banana. Plant Genome 2024, 17, e20416. [Google Scholar] [CrossRef] [PubMed]
  2. Kamel, M.A.M.; Cortesi, P.; Saracchi, M. Etiological Agents of Crown Rot of Organic Bananas in Dominican Republic. Postharvest Biol. Technol. 2016, 120, 112–120. [Google Scholar] [CrossRef]
  3. Merino, G.; Da Silva, L.; Mattos, D.; Guimarães, B.; Merino, E. Ergonomic Evaluation of the Musculoskeletal Risks in a Banana Harvesting Activity through Qualitative and Quantitative Measures, with Emphasis on Motion Capture (Xsens) and EMG. Int. J. Ind. Ergon. 2019, 69, 80–89. [Google Scholar] [CrossRef]
  4. Guo, J.; Karkee, M.; Yang, Z.; Fu, H.; Li, J.; Jiang, Y.; Jiang, T.; Liu, E.; Duan, J. Research of Simulation Analysis and Experimental Optimization of Banana De-Handing Device with Self-Adaptive Profiling Function. Comput. Electron. Agric. 2021, 185, 106148. [Google Scholar] [CrossRef]
  5. Xu, Z.Y.; Yang, Z.; Duan, J.L.; Jin, M.H.; Mo, J.S.; Zhao, L.; Guo, J.; Yao, H.L. Design and Experiment of Symmetrical Shape Deployable Arc Profiling Mechanism Based on Composite Multi-Cam Structure. Symmetry 2019, 11, 958. [Google Scholar] [CrossRef]
  6. Fuentes, N.N.M.; Valle, J.A.B.; Gavilanes, D.A.P.; Loor, M.A.E. Riesgos Ergonómicos En El Trabajo En La Industria Bananera de La Costa Ecuatoriana. Religación 2024, 9, e2401232. [Google Scholar] [CrossRef]
  7. Robinson, J.C.; Saúco, V.G. Bananas and Plantains; CABI: Oxfordshire, UK, 2010; pp. 248–253. [Google Scholar]
  8. Zhao, L.; Huang, C.; Yang, Z.; Jin, M.; Duan, J. Characterization of Banana Crowns: Microscopic Observations and Macroscopic Cutting Experiments. Agriculture 2024, 14, 1714. [Google Scholar] [CrossRef]
  9. Niedbała, G.; Nowakowski, K.; Rudowicz-nawrocka, J.; Piekutowska, M.; Weres, J.; Tomczak, R.J.; Tyksiński, T.; Álvarez Pinto, A. Multicriteria Prediction and Simulation of Winter Wheat Yield Using Extended Qualitative and Quantitative Data Based on Artificial Neural Networks. Appl. Sci. 2019, 9, 2773. [Google Scholar] [CrossRef]
  10. Folberth, C.; Baklanov, A.; Balkovič, J.; Skalský, R.; Khabarov, N.; Obersteiner, M. Spatio-Temporal Downscaling of Gridded Crop Model Yield Estimates Based on Machine Learning. Agric. For. Meteorol. 2019, 264, 1–15. [Google Scholar] [CrossRef]
  11. Matsumura, K.; Gaitan, C.F.; Sugimoto, K.; Cannon, A.J.; Hsieh, W.W. Maize Yield Forecasting by Linear Regression and Artificial Neural Networks in Jilin, China. J. Agric. Sci. 2015, 153, 399–410. [Google Scholar] [CrossRef]
  12. Gopal, P.M.; Bhargavi, R. A Novel Approach for Efficient Crop Yield Prediction. Comput. Electron. Agric. 2019, 165, 104968. [Google Scholar] [CrossRef]
  13. Zhang, Y.; Li, N.; Zhang, L.; Lin, J.; Gao, X.; Chen, G. A Review on the Recent Developments in Vision-Based Apple-Harvesting Robots for Recognizing Fruit and Picking Pose. Comput. Electron. Agric. 2025, 231, 109968. [Google Scholar] [CrossRef]
  14. Zhang, G.; Li, L.; Zhang, Y.; Liang, J.; Chun, C. Citrus Pose Estimation under Complex Orchard Environment for Robotic Harvesting. Eur. J. Agron. 2025, 162, 127418. [Google Scholar] [CrossRef]
  15. Bai, Y.; Mao, S.; Zhou, J.; Zhang, B. Clustered Tomato Detection and Picking Point Location Using Machine Learning-Aided Image Analysis for Automatic Robotic Harvesting. Precis. Agric. 2023, 24, 727–743. [Google Scholar] [CrossRef]
  16. Yu, Y.; Zhang, K.; Liu, H.; Yang, L.; Zhang, D. Real-Time Visual Localization of the Picking Points for a Ridge-Planting Strawberry Harvesting Robot. IEEE Access 2020, 8, 116556–116568. [Google Scholar] [CrossRef]
  17. Chen, X.; Dong, G.; Fan, X.; Xu, Y.; Liu, T.; Zhou, J.; Jiang, H. Fruit Stalk Recognition and Picking Point Localization of New Plums Based on Improved DeepLabv3+. Agriculture 2024, 14, 2120. [Google Scholar] [CrossRef]
  18. Li, L.; Li, K.; He, Z.; Li, H.; Cui, Y. Kiwifruit Segmentation and Identification of Picking Point on Its Stem in Orchards. Comput. Electron. Agric. 2025, 229, 109748. [Google Scholar] [CrossRef]
  19. Zarbakhsh, S.; Shahsavar, A.R. Artificial Neural Network-Based Model to Predict the Effect of γ-Aminobutyric Acid on Salinity and Drought Responsive Morphological Traits in Pomegranate. Sci. Rep. 2022, 12, 16662. [Google Scholar] [CrossRef] [PubMed]
  20. Zhan, D.; Mu, Y.; Duan, W.; Ye, M.; Song, Y.; Song, Z.; Yao, K.; Sun, D.; Ding, Z. Spatial Prediction and Mapping of Soil Water Content by TPE-GBDT Model in Chinese Coastal Delta Farmland with Sentinel-2 Remote Sensing Data. Agriculture 2023, 13, 1088. [Google Scholar] [CrossRef]
  21. Abdikan, S.; Sekertekin, A.; Narin, O.G.; Delen, A.; Balik Sanli, F. A Comparative Analysis of SLR, MLR, ANN, XGBoost and CNN for Crop Height Estimation of Sunflower Using Sentinel-1 and Sentinel-2. Adv. Space Res. 2023, 71, 3045–3059. [Google Scholar] [CrossRef]
  22. Yamparla, R.; Shaik, H.S.; Guntaka, N.S.P.; Marri, P.; Nallamothu, S. Crop Yield Prediction Using Random Forest Algorithm. In Proceedings of the 2022 7th International Conference on Communication and Electronics Systems (ICCES), Coimbatore, India, 22–24 June 2022; IEEE: Piscataway, NJ, USA, 2022; pp. 1538–1543. [Google Scholar]
  23. Rustler, L.; Volprecht, V.; Hoffmann, M. Empirical Comparison of Four Stereoscopic Depth Sensing Cameras for Robotics Applications. IEEE Access 2025, 13, 67564–67577. [Google Scholar] [CrossRef]
  24. Huang, C.; Qin, Z.; Hua, X.; Zhang, Z.; Xiao, W.; Liang, X.; Song, P.; Yang, W. An Intelligent Analysis Method for 3D Wheat Grain and Ventral Sulcus Traits Based on Structured Light Imaging. Front. Plant Sci. 2022, 13, 840908. [Google Scholar] [CrossRef]
  25. Givi, M.; Cournoyer, L.; Reain, G.; Eves, B.J. Performance Evaluation of a Portable 3D Imaging System. Precis. Eng. 2019, 59, 156–165. [Google Scholar] [CrossRef]
  26. Litavec, H. A Novel Method for Sorting and Reassociating Commingled Human Remains Using Deviation Analysis. J. Forensic Sci. 2023, 68, 1780–1791. [Google Scholar] [CrossRef]
  27. Beleidy, M.; Ziada, A. 3D Surface Deviation Wear Analysis of Veneered PEEK Crowns and Its Correlation with Optical Digital Profilometry. J. Prosthodont. 2023, 32, 32–39. [Google Scholar] [CrossRef]
  28. Panigrahi, B.; Kathala, K.C.R.; Sujatha, M. A Machine Learning-Based Comparative Approach to Predict the Crop Yield Using Supervised Learning With Regression Models. Procedia Comput. Sci. 2023, 218, 2684–2693. [Google Scholar] [CrossRef]
  29. Prajapati, D.K.; Katiyar, J.K.; Prakash, C. Machine Learning Approach for the Prediction of Mixed Lubrication Parameters for Different Surface Topographies of Non-Conformal Rough Contacts. Ind. Lubr. Tribol. 2023, 75, 1022–1030. [Google Scholar] [CrossRef]
  30. Omotehinwa, T.O.; Oyewola, D.O. Hyperparameter Optimization of Ensemble Models for Spam Email Detection. Appl. Sci. 2023, 13, 1971. [Google Scholar] [CrossRef]
  31. Leng, L.; Zhang, W.; Chen, Q.; Zhou, J.; Peng, H.; Zhan, H.; Li, H. Machine Learning Prediction of Nitrogen Heterocycles in Bio-Oil Produced from Hydrothermal Liquefaction of Biomass. Bioresour. Technol. 2022, 362, 127791. [Google Scholar] [CrossRef]
  32. Majnarić, D.; Šegota, S.B.; Lorencin, I.; Car, Z. Prediction of Main Particulars of Container Ships Using Artificial Intelligence Algorithms. Ocean Eng. 2022, 265, 112571. [Google Scholar] [CrossRef]
  33. Lundberg, S.M.; Lee, S.-I. A Unified Approach to Interpreting Model Predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; Curran Associates Inc.: Red Hook, NY, USA, 2017; pp. 4768–4777. [Google Scholar]
  34. Hao, W.; Sun, J.; Zhang, Z.; Zhang, K.; Qiu, F.; Xu, J. Novel Hybrid Model to Estimate Leaf Carotenoids Using Multilayer Perceptron and PROSPECT Simulations. Remote Sens. 2023, 15, 4997. [Google Scholar] [CrossRef]
  35. Sbai, Z. Deep Learning Models and Their Ensembles for Robust Agricultural Yield Prediction in Saudi Arabia. Sustainability 2025, 17, 5807. [Google Scholar] [CrossRef]
  36. Gaffoor, Z.; Pietersen, K.; Jovanovic, N.; Bagula, A.; Kanyerere, T.; Ajayi, O.; Wanangwa, G. A Comparison of Ensemble and Deep Learning Algorithms to Model Groundwater Levels in a Data-Scarce Aquifer of Southern Africa. Hydrology 2022, 9, 125. [Google Scholar] [CrossRef]
  37. Rizkallah, L.W. Enhancing the Performance of Gradient Boosting Trees on Regression Problems. J. Big Data 2025, 12, 35. [Google Scholar] [CrossRef]
  38. Vafaeinejad, A.; Sharifi, A.; Khan, S.N. Robust County-Level Corn Yield Estimation Using Ensemble Machine Learning and Multi-Source Remote Sensing. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 16942–16953. [Google Scholar] [CrossRef]
  39. Elbasi, E.; Mostafa, N.; Zaki, C.; AlArnaout, Z.; Topcu, A.E.; Saker, L. Optimizing Agricultural Data Analysis Techniques through AI-Powered Decision-Making Processes. Appl. Sci. 2024, 14, 8018. [Google Scholar] [CrossRef]
  40. Jeong, J.H.; Resop, J.P.; Mueller, N.D.; Fleisher, D.H.; Yun, K.; Butler, E.E.; Timlin, D.J.; Shim, K.-M.; Gerber, J.S.; Reddy, V.R.; et al. Random Forests for Global and Regional Crop Yield Predictions. PLoS ONE 2016, 11, e0156571. [Google Scholar] [CrossRef] [PubMed]
  41. Sandhu, K.S.; Lozada, D.N.; Zhang, Z.; Pumphrey, M.O.; Carter, A.H. Deep Learning for Predicting Complex Traits in Spring Wheat Breeding Program. Front. Plant Sci. 2021, 11, 613325. [Google Scholar] [CrossRef] [PubMed]
  42. Wang, J.; Li, Z.; Gao, G.; Wang, Y.; Zhao, C.; Bai, H.; Lv, Y.; Zhang, X.; Li, Q. BerryNet-Lite: A Lightweight Convolutional Neural Network for Strawberry Disease Identification. Agriculture 2024, 14, 665. [Google Scholar] [CrossRef]
  43. Ren, J.; Zhou, H.; Tao, Z.; Ge, L.; Song, K.; Xu, S.; Li, Y.; Zhang, L.; Zhang, X.; Li, S. Long-Term Monitoring Chlorophyll-a Concentration Using HJ-1 A/B Imagery and Machine Learning Algorithms in Typical Lakes, a Cold Semi-Arid Region. Opt. Express 2024, 32, 16371. [Google Scholar] [CrossRef]
  44. Hosseini, F.S.; Jafari, A.; Zandi, I.; Alesheikh, A.A.; Rezaie, F. Groundwater Potential Mapping Using Optimized Decision Tree-Based Ensemble Learning Model with Local and Global Explainability. Water 2025, 17, 1520. [Google Scholar] [CrossRef]
  45. Çifci, A.; Kırbaş, İ. Fusion of Machine Learning and Explainable AI for Enhanced Rice Classification: A Case Study on Cammeo and Osmancik Species. Eur. Food Res. Technol. 2025, 251, 69–86. [Google Scholar] [CrossRef]
  46. Wu, G.; Li, B.; Zhu, Q.; Huang, M.; Guo, Y. Using Color and 3D Geometry Features to Segment Fruit Point Cloud and Improve Fruit Recognition Accuracy. Comput. Electron. Agric. 2020, 174, 105475. [Google Scholar] [CrossRef]
  47. Lin, G.; Tang, Y.; Zou, X.; Xiong, J.; Li, J. Guava Detection and Pose Estimation Using a Low-Cost RGB-D Sensor in the Field. Sensors 2019, 19, 428. [Google Scholar] [CrossRef]
  48. Gao, J.; Zhang, F.; Zhang, J.; Yuan, T.; Yin, J.; Guo, H.; Yang, C. Development and Evaluation of a Pneumatic Finger-like End-Effector for Cherry Tomato Harvesting Robot in Greenhouse. Comput. Electron. Agric. 2022, 197, 106879. [Google Scholar] [CrossRef]
  49. Liu, J.; Liu, Z. The Vision-Based Target Recognition, Localization, and Control for Harvesting Robots: A Review. Int. J. Precis. Eng. Manuf. 2024, 25, 409–428. [Google Scholar] [CrossRef]
  50. Xiao, X.; Wang, Y.; Jiang, Y. Review of Research Advances in Fruit and Vegetable Harvesting Robots. J. Electr. Eng. Technol. 2024, 19, 773–789. [Google Scholar] [CrossRef]
  51. Zhang, J.; Kang, N.; Qu, Q.; Zhou, L.; Zhang, H. Automatic Fruit Picking Technology: A Comprehensive Review of Research Advances. Artif. Intell. Rev. 2024, 57, 54. [Google Scholar] [CrossRef]
  52. Lamessa, K. Performance Evaluation of Banana Varieties, through Farmer’s Participatory Selection. Int. J. Fruit Sci. 2021, 21, 768–778. [Google Scholar] [CrossRef]
  53. Onyia, T.M.; Olarinoye, I.A.A.; Jimoh, S.A. Advancements and Challenges in 3D Scanning: A Comprehensive Review of Engineering Applications. Afr. J. Adv. Sci. Technol. Res. 2025, 18, 191–206. [Google Scholar] [CrossRef]
  54. Lundberg, S.M.; Erion, G.; Chen, H.; DeGrave, A.; Prutkin, J.M.; Nair, B.; Katz, R.; Himmelfarb, J.; Bansal, N.; Lee, S.-I. From Local Explanations to Global Understanding with Explainable AI for Trees. Nat. Mach. Intell. 2020, 2, 56–67. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Description of the positions and regions of the crown: (a) banana bunch; (b) seven crowns arranged from apex to base; (c) different regions of the crown.
Figure 1. Description of the positions and regions of the crown: (a) banana bunch; (b) seven crowns arranged from apex to base; (c) different regions of the crown.
Agronomy 15 01880 g001
Figure 2. Schematic workflow for modeling banana crown de-handing points using machine learning techniques.
Figure 2. Schematic workflow for modeling banana crown de-handing points using machine learning techniques.
Agronomy 15 01880 g002
Figure 3. Three-dimensional model scanning of the banana crown: (a) marked crown; (b) handheld scanner; (c) original point cloud of crown.
Figure 3. Three-dimensional model scanning of the banana crown: (a) marked crown; (b) handheld scanner; (c) original point cloud of crown.
Agronomy 15 01880 g003
Figure 4. Extraction and measurement of crown morphological features: (a) inner arc and outer arc of the crown; (b) target arc of the crown.
Figure 4. Extraction and measurement of crown morphological features: (a) inner arc and outer arc of the crown; (b) target arc of the crown.
Agronomy 15 01880 g004
Figure 5. Hyperparameter optimization for MLP-based models: (a) Rt; (b) Dti.
Figure 5. Hyperparameter optimization for MLP-based models: (a) Rt; (b) Dti.
Agronomy 15 01880 g005
Figure 6. Hyperparameter optimization for GBDT-based models: (a) Rt; (b) Dti.
Figure 6. Hyperparameter optimization for GBDT-based models: (a) Rt; (b) Dti.
Agronomy 15 01880 g006
Figure 7. Hyperparameter optimization for XGBoost-based models: (a) Rt; (b) Dti.
Figure 7. Hyperparameter optimization for XGBoost-based models: (a) Rt; (b) Dti.
Agronomy 15 01880 g007
Figure 8. Hyperparameter optimization for RF-based models: (a) Rt; (b) Dti.
Figure 8. Hyperparameter optimization for RF-based models: (a) Rt; (b) Dti.
Agronomy 15 01880 g008
Figure 9. Actual versus predicted Rt values for (a) MLP, (b) GBDT, (c) XGBoost, and (d) RF models. Dashed lines represent y = x references line.
Figure 9. Actual versus predicted Rt values for (a) MLP, (b) GBDT, (c) XGBoost, and (d) RF models. Dashed lines represent y = x references line.
Agronomy 15 01880 g009
Figure 10. Actual versus predicted Dti values for (a) MLP, (b) GBDT, (c) XGBoost, and (d) RF models. Dashed lines represent y = x reference line.
Figure 10. Actual versus predicted Dti values for (a) MLP, (b) GBDT, (c) XGBoost, and (d) RF models. Dashed lines represent y = x reference line.
Agronomy 15 01880 g010
Figure 11. Interpretability analysis of RF-based Rt model: (a) feature importance ranking; (b) SHAP value distributions; (c) partial dependence profiles.
Figure 11. Interpretability analysis of RF-based Rt model: (a) feature importance ranking; (b) SHAP value distributions; (c) partial dependence profiles.
Agronomy 15 01880 g011
Figure 12. Interpretability analysis of RF-based Dti model: (a) feature importance ranking; (b) SHAP value distributions; (c) partial dependence profiles.
Figure 12. Interpretability analysis of RF-based Dti model: (a) feature importance ranking; (b) SHAP value distributions; (c) partial dependence profiles.
Agronomy 15 01880 g012
Table 1. Main parameters of the handheld scanner.
Table 1. Main parameters of the handheld scanner.
SpecificationsParametersSpecificationsParameters
Measuring rate550,000 measurements/sResolution0.50 mm
Scanning area380 mm × 380 mmAccuracy0.10 mm
Positioning
methods
Geometry and/or color and/or targetsVolumetric accuracy0.30 mm/m
Light sourceWhite light (LED)Stand-off distance400 mm
Texture color
(resolution)
24 bits
(50 to 150 DPI)
Depth of field250 mm
Table 2. Hyperparameters of MLP, GBDT, XGBoost, and RF algorithms.
Table 2. Hyperparameters of MLP, GBDT, XGBoost, and RF algorithms.
ParametersMLPGBDTXGBootRF
learning_rate0.01–0.100.01–0.100.01–0.10/
hidden_layer_sizes30–100///
max_depth/1–101–10/
n_estimators///1–20
max_features///1–7
Table 3. Statistical results of crown morphological features.
Table 3. Statistical results of crown morphological features.
Crown Morphological
Features
Maximum ValueMinimum ValueMean ValueStandard
Deviation
Inner arc radius (Ri, mm)46.5722.5131.695.42
Inner arc center angle (αi, °)240.77145.44178.4715.11
Inner arc length (Li, mm)161.7966.0298.9420.56
Outer arc radius (Ro, mm)83.0730.0647.9310.88
Outer arc center angle (αo, °)242.60117.00177.0321.74
Outer arc length (Lo, mm)229.76100.64146.3429.21
Distance between inner and outer arc (Doi, mm)61.1317.6532.969.60
Target radius (Rt, mm)64.5029.8341.617.68
Target distance (Dti, mm)34.249.3318.955.51
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhao, L.; Yang, Z.; Wang, C.; Jin, M.; Duan, J. Predicting De-Handing Point in Bananas Using Crown Morphology and Interpretable Machine Learning. Agronomy 2025, 15, 1880. https://doi.org/10.3390/agronomy15081880

AMA Style

Zhao L, Yang Z, Wang C, Jin M, Duan J. Predicting De-Handing Point in Bananas Using Crown Morphology and Interpretable Machine Learning. Agronomy. 2025; 15(8):1880. https://doi.org/10.3390/agronomy15081880

Chicago/Turabian Style

Zhao, Lei, Zhou Yang, Chunxia Wang, Mohui Jin, and Jieli Duan. 2025. "Predicting De-Handing Point in Bananas Using Crown Morphology and Interpretable Machine Learning" Agronomy 15, no. 8: 1880. https://doi.org/10.3390/agronomy15081880

APA Style

Zhao, L., Yang, Z., Wang, C., Jin, M., & Duan, J. (2025). Predicting De-Handing Point in Bananas Using Crown Morphology and Interpretable Machine Learning. Agronomy, 15(8), 1880. https://doi.org/10.3390/agronomy15081880

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop