Research Article

Horticultural Science and Technology. 2026.
https://doi.org/10.7235/HORT.20260021

ABSTRACT


MAIN

  • Introduction

  • Materials and Methods

  •   Plant materials and image acquisition

  •   Dataset construction

  •   AI-based classification model and performance evaluation

  •   Fruit quality measurements

  •   Statistical analysis

  • Results and Discussion

  •   External appearance and chromaticity differences between marketable and immature mini pumpkins

  •   Performance of the AI-based classification model

  •   Differences in fruit size and morphological characteristics

  •   Internal quality characteristics of marketable and immature mini pumpkins

  •   Relationship between external and internal fruit quality traits

  • Conclusion

Introduction

The mini pumpkin (Cucurbita maxima × Cucurbita moschata) is becoming more common in fresh produce markets given its small fruit size, high sugar content, and suitability for single-serving consumption (Lee and Park 2025). Given the increase in demand for convenient and high-quality horticultural products, mini pumpkin has emerged as an important crop in vegetable markets. Currently, the harvesting and sorting of mini pumpkins rely heavily on manual labor, with maturity visually determined based on subjective criteria such as rind color and peduncle corking (RDA 2023). Moreover, due to labor constraints, fruits are often harvested simultaneously, resulting in a mixture of mature and immature fruits (Ma et al. 2024). This conventional approach is highly labor-intensive and often leads to inconsistent fruit quality outcomes during distribution due to the lack of objective grading standards (Naranjo-Torres et al. 2020).

Fruit quality is a key factor affecting consumer preference and the market value of horticultural crops (Kader 2008). In commercial production and distribution systems, fruit quality is evaluated based on external characteristics, such as size, color, and shape (Blasco et al. 2003). These visual attributes are commonly used as indicators when grading and sorting fruits in the marketplace. However, such evaluations are often subjective and may not accurately reflect internal quality attributes (Aline et al. 2023). Internal fruit characteristics, such as the soluble solids content (SSC) and firmness, are closely related to fruit maturity and consumer acceptance; however, assessments of these attributes generally require destructive measurements and therefore cannot be directly applied in large-scale fruit sorting systems (El-Mesery et al. 2019). While non-destructive technologies such as near-infrared (NIR) spectroscopy provide accurate internal quality evaluations (Li et al. 2022), their commercial application in real-time sorting is often limited by high equipment costs and slow processing speeds (Walsh et al. 2020).

To address these limitations, previous studies have suggested that external fruit characteristics are associated with the internal quality attributes of various horticultural crops (Pathare et al. 2013; Moreno et al. 2023; Liu et al. 2024). Fruit color, size, and morphological traits have been reported to reflect physiological changes during fruit development and maturation (da Graça et al. 2024). Therefore, identifying reliable relationships between external and internal fruit quality attributes may provide useful indicators for the non-destructive evaluation of fruit maturity and quality.

Recently, artificial intelligence (AI) and deep-learning technologies have been increasingly applied in agricultural production systems for automated fruit grading and classification (Kamilaris and Prenafeta-Boldú 2018). Image-based analysis using AI enables the rapid and objective evaluation of fruit appearance and may provide a practical approach for improving efficiency during the fruit sorting process (Mahendran et al. 2011). In particular, AI-assisted classification based on external fruit characteristics has the potential to support non-destructive quality evaluations of horticultural crops (Lee et al. 2024).

Image-based analysis using AI, particularly computer vision and deep-learning algorithms, provides a practical approach not only for improving fruit sorting efficiency but also for supporting non-destructive quality evaluations of horticultural crops (Chakraborty et al. 2023; Rojas Santelices et al. 2025). Therefore, here the performance of an AI-based classification model for the automated grading of mini pumpkins was evaluated and the relationships between external visual traits and internal fruit quality attributes were analyzed.

Materials and Methods

Plant materials and image acquisition

The mini pumpkins (Cucurbita maxima× C. moschata cv. Bojjang) used in this study were harvested on July 22, 2025 from a commercial farm in Muan, Jeollanam-do, Republic of Korea. Immediately after harvest, without any storage treatment, the fruits were visually classified into two groups based on their external appearance and marketability. Marketable fruits were defined as fruits with a dark green rind and normal maturity suitable for commercial distribution, whereas immature fruits were defined as fruits with a lighter green rind and insufficient maturity for commercial distribution (Fig. 1A). Images were acquired using a machine vision system equipped with a red, green, and blue (RGB) industrial camera (acA2440-20gc; Basler AG, Germany) under controlled LED illumination (5,500 K). The camera was mounted approximately 50 cm above the fruit samples. A total of 850 fruits were used for each group, and each fruit was photographed from four different orientations to capture the external characteristics of its surface. Representative images obtained from these four viewpoints are shown in Fig. 1B. All images were acquired against a uniform background to reduce noise during the image processing step. To ensure generalization and prevent any class imbalance, a balanced dataset of 6,800 color images was constructed with 3,400 samples each for the marketable and immature classes. Following standard protocols, the dataset was partitioned into training, validation, and test sets at a strict 7:1:2 ratio.

https://cdn.apub.kr/journalsite/sites/kshs/2026-044-00/N020260021/images/HST_20260021_F1.jpg
Fig. 1.

External appearance and cross-sectional comparison of marketable and immature mini pumpkins (A); Representative images of mini pumpkins captured from four different orientations used for AI-based image classification (B).

Dataset construction

To train and evaluate the classification model, the collected image dataset for each fruit class was divided into training (n = 2,380, 70%), validation (n = 340, 10%), and test (n = 680, 20%) sets. The dataset was split at the fruit level before image allocation such that all four images obtained from the same fruit were assigned to the same subset. All images were randomly shuffled before splitting. The 70:10:20 split ratio was adopted to ensure a sufficient number of images for model training while maintaining independent validation and test sets for the performance evaluation. Because the dataset was balanced between the two fruit classes, the validation and test sets contained the same number of images for marketable and immature fruits, reducing any potential bias caused by a class imbalance. This dataset configuration was used to train and evaluate the AI-based classification model for distinguishing between marketable and immature mini pumpkins.

AI-based classification model and performance evaluation

A deep-learning-based image classification model based on the ConvNeXt V2 architecture was used to classify mini pumpkin images into marketable and immature classes. ConvNeXt V2 (Woo et al. 2023) is a state-of-the-art (SOTA) backbone network designed to maximize fine-grained feature extraction by incorporating a fully convolutional masked autoencoder (FCMAE) framework and the global response normalization (GRN) technique into a pure CNN architecture. Owing to its superior computational efficiency and classification accuracy, this architecture has garnered increasing amounts of attention in smart agriculture for tasks such as automated produce grading (Zhao et al. 2025) and crop pest and disease detection (Ashraf et al. 2026). These design characteristics enable robust visual feature extraction and improve classification performance capabilities. In this study, RGB images of each fruit captured from four viewpoints were used as inputs to the model. Each image was resized to 224 × 224 pixels before being fed into the network. Transfer learning was applied by initializing the model with weights pre-trained on the ImageNet dataset, with this followed by fine-tuning using the mini pumpkin image dataset. The model was implemented in Python using the PyTorch deep-learning framework and trained on a workstation equipped with an NVIDIA GPU RTX4090 with VRAM 24GB. The training process employed the Adam optimizer with a learning rate of 0.0001 and batch size of 32. Cross-entropy loss was used as the objective function for the binary classification task. To prevent overfitting, model training was performed with a maximum of 500 epochs and an early stopping strategy. The validation loss was monitored at each epoch, and training was terminated when no further improvement was observed for 100 consecutive epochs. The lowest validation loss was obtained at epoch 103, and training was stopped at epoch 203. The model weights saved at epoch 103 were used for the final performance evaluation. To evaluate the performance of the proposed classification model, a confusion matrix was generated, and four commonly used evaluation metrics were calculated. These were accuracy, precision, recall, and the F1-score, as follows:

Accuracy=TP+TNTP+FN+FP+TN

Precision=TPTP+FP

Recall=TPTP+FN

F1-score=2×Precision×RecallPrecision+Recall

TP (True Positive) represents cases in which marketable fruits were correctly classified as marketable, TN (True Negative) represents cases where immature fruits were correctly classified as immature, FP (False Positive) represents cases where immature fruits were incorrectly classified as marketable, and FN (False Negative) represents cases where marketable fruits were incorrectly classified as immature.

Fruit quality measurements

The fruit quality characteristics were analyzed using 20 replicates per class. Morphological and physicochemical properties, specifically the fruit size, chromaticity, SSC, and firmness, were measured. The morphological characteristics measured here consisted of the fruit height, width, weight, and fruit shape index (FSI). The FSI was calculated as the ratio of the fruit height to the fruit width. Rind and flesh chromaticity were measured using a colorimeter (CR-400 Chroma Meter, Konica Minolta, Japan). Fruits were cut at the equatorial region, and color values were measured at the rind and central flesh tissues. Chromaticity was recorded in the CIE L*a*b* color space, where L* represents lightness, a* represents the red–green axis, and b* represents the yellow–blue axis.

Chroma (C*) and hue angle (h°) were calculated as follows:

C*=a*2+b*2

h°=arctanb*a*

SSC was measured using a digital refractometer (PAL-1, Atago Co., Japan).

Fruit firmness was measured using a texture analyzer (CT3, Brookfield Engineering Laboratories, USA) equipped with a 2 mm cylindrical probe (TA39). Firmness was measured to a penetration depth of 5.0 mm at a test speed of 2.0 mm·s⁻¹.

Statistical analysis

Differences in fruit quality characteristics between marketable and immature fruits were analyzed using an independent sample t-test. Pearson’s correlation analysis was conducted to evaluate the relationships between external fruit traits (rind chromaticity, fruit height, fruit width, fruit weight, and FSI) and internal fruit traits (flesh chromaticity, SSC, and firmness). All statistical analyses were performed using SPSS Statistics version 29 (IBM Corp., Armonk, NY, USA). Statistical significance was determined at p < 0.05.

Results and Discussion

External appearance and chromaticity differences between marketable and immature mini pumpkins

Clear differences in external appearance were observed between marketable and immature mini pumpkins. Immature fruits exhibited a relatively light rind color, whereas marketable fruits showed a darker rind color. These visual differences reflect the physiological maturity of the fruits and suggest that their external appearance serves as a potential indicator of fruit marketability (Karki et al. 2024). External visual traits are widely used as primary criteria for grading horticultural products in commercial distribution systems (Bhargava and Bansal 2018). In particular, rind color and fruit maturity have been reported as key factors affecting consumer preferences and the market value of pumpkin and squash crops (de Almeida et al. 2019; Ruwanthika et al. 2023). Consistent with these observations, significant differences in chromaticity were detected between marketable and immature fruits (Table 1). The rind lightness (L*) value of marketable fruits (30.7) was lower than that of immature fruits (36.0), indicating that marketable fruits had a darker rind color. The a* value was higher in marketable fruits (‒3.8) than in immature fruits (‒7.0), suggesting reduced green coloration in mature fruits. In contrast, immature fruits showed higher b* values (15.4) compared to those of marketable fruits (6.1), indicating stronger yellow–blue chromatic characteristics. Color information has been reported as one of the most important visual indicators during fruit quality evaluations (Bhargava and Bansal 2018). Apostolopoulos et al. (2023) reported that color-related features significantly improved the classification accuracy of fruit grading models. Therefore, the significant chromatic differences observed in this study likely contributed to the high classification performance of the AI model.

Table 1.

Comparison of rind and flesh chromaticity between marketable and immature mini pumpkins

Classification Rind chromaticity Flesh chromaticity
L* a* b* C* L* a* b* C*
Marketable 30.7 ± 1.4z ‒3.8 ± 1.0 6.1 ± 2.0 7.2 ± 2.3 122.0 ± 63.0 66.1 ± 2.7 13.0 ± 1.6 71.7 ± 2.4 72.8 ± 2.9 79.7 ± 1.1
Immature 36.0 ± 3.8 ‒7.0 ± 2.9 15.4 ± 5.4 16.9 ± 6.1 114.7 ± 61.7 71.7 ± 3.4 5.4 ± 2.9 63.6 ± 4.4 63.8 ± 5.3 85.1 ± 2.6
Significance ***y *** *** *** ** *** *** *** *** ***

zMean ± standard deviation.

y**, *** indicate significant differences at p < 0.01 and p < 0.001, respectively, by t-test.

Performance of the AI-based classification model

The performance of the deep-learning-based classification model was evaluated using a confusion matrix and commonly used classification metrics (Fig. 2 and Table 2). Among the 1,360 test samples, 671 of 680 marketable fruits (98.7%) were correctly classified as marketable, while nine samples (1.3%) were misclassified as immature fruits. Conversely, 676 of 680 immature fruits (99.4%) were correctly classified, whereas four samples (0.6%) were incorrectly classified as marketable fruits. Consequently, the overall classification accuracy reached 99.0% with the entire processing pipeline—from image acquisition to the final grading decision—taking a mere 105 to 124 ms per fruit. The training and validation loss curves indicated stable model convergence, with the lowest validation loss observed at epoch 103 (Fig. 2). These results demonstrate that the AI-based image classification model can effectively distinguish between marketable and immature mini pumpkins based on external visual features. In particular, the ConvNeXt V2 architecture effectively captured complex rind patterns, color variations, and other visual features of mini pumpkins, likely contributing to the high classification performance observed in this study. Previous studies have also reported high classification performance when deep-learning algorithms were applied to fruit maturity and quality classification tasks (Aherwadi et al. 2022). For example, Tapia-Mendez et al. (2023) reported that deep-learning models achieved high accuracy rates on maturity stage detection tasks focused on horticultural crops. Similarly, Ermiş et al. (2025) demonstrated that machine learning models using morphological features could successfully classify pumpkin seed characteristics. Because the AI model was trained using external RGB images, its classification performance should be interpreted as the result of distinguishing external visual traits associated with fruit maturity, rather than directly detecting internal maturity. Previous studies have shown that external visual attributes, including fruit color, size, shape, and surface appearance, are important indicators for image-based fruit quality evaluation and maturity classification assessments (Cubero et al. 2011; Pathare et al. 2013; Bhargava and Bansal 2018). Therefore, the high classification accuracy observed in this study was likely achieved by integrating multiple external features related to maturity and marketability.

https://cdn.apub.kr/journalsite/sites/kshs/2026-044-00/N020260021/images/HST_20260021_F2.jpg
Fig. 2.

Training and validation loss curves obtained using a maximum of 500 epochs and an early stopping patience of 100 (left), and confusion matrix of AI-based classification results for marketable and immature mini pumpkins (right).

Table 2.

Precision, recall, F1-score, and accuracy of AI-based classification results for mini pumpkins

Fruit class Precision Recall F1-score
Marketable 0.994 0.987 0.991
Immature 0.987 0.994 0.991
Accuracy - - 0.990

Differences in fruit size and morphological characteristics

After evaluating the classification performance of the AI model, we subsequently analyzed external and internal quality attributes to determine whether external fruit characteristics could serve as indicators of fruit quality overall. Fruit morphological characteristics also differed between marketable and immature fruits (Fig. 3). The average height and width of marketable fruits were 5.3 and 9.5 cm, respectively, whereas immature fruits had corresponding values of 4.8 and 9.1 cm, indicating that marketable fruits were larger. However, no significant difference was observed in the FSI between the two fruit classes. Fruit weight was also significantly higher in marketable fruits (300 g) than in immature fruits (250 g). Although fruit weight showed a clear difference between the two fruit classes, it was not directly used as an input variable in the image-based AI model. In addition, the FSI did not differ significantly between marketable and immature fruits, suggesting that size- or shape-related traits alone may not fully explain the classification performance. Fruit size and morphological characteristics are commonly used indicators in visual fruit grading systems, and morphological features such as fruit size and shape are reportedly important variables in image-based fruit classification models (Ropelewska et al. 2022). Nevertheless, the color of the external rind also undergoes distinct changes during maturation and can serve as a visual indicator of fruit maturity (Pathare et al. 2013). Accordingly, the high classification accuracy observed in this study was likely achieved through the combined use of multiple external visual features, specifically the rind color characteristics, fruit size, shape, and surface pattern.

https://cdn.apub.kr/journalsite/sites/kshs/2026-044-00/N020260021/images/HST_20260021_F3.jpg
Fig. 3.

Comparison of fruit height (A), fruit width (B), fruit shape index (C), and fruit weight (D) between marketable and immature mini pumpkins; vertical bars represent ± standard error (n = 20); ns, not significant; * and *** indicate significant differences at p < 0.05 and p < 0.001, respectively, by t-test.

Internal quality characteristics of marketable and immature mini pumpkins

Clear differences in internal appearance were also observed between marketable and immature mini pumpkins. Immature fruits exhibited less developed internal tissues, whereas marketable fruits showed fully developed yellow to orange flesh (Fig. 1A and Table 1). The flesh lightness (L*) value of marketable fruits (66.1) was lower than that of immature fruits (71.7), indicating that the flesh color of marketable fruits was darker. In contrast, the a* value was markedly higher in marketable fruits (13.0) than in immature fruits (5.4), suggesting a greater development of reddish coloration during fruit maturation. The b* value was also higher in marketable fruits (71.7) than in immature fruits (63.6), indicating stronger yellow coloration. In addition, marketable fruits showed higher C* values and lower h° values than immature fruits, suggesting more vivid and mature flesh pigmentation. These differences in flesh color may be associated with increased carotenoid accumulation during fruit maturation (Itle and Kabelka 2009). SSC, which is closely associated with sweetness and consumer preference, was significantly higher in marketable fruits (16.6 °Brix) than in immature fruits (9.9 °Brix) (Fig. 4A). In addition, rind and flesh firmness values were significantly higher in marketable fruits than in immature fruits (Fig. 4B and 4C). Rind firmness was 1,673.5 gf in marketable fruits and 1,021.4 gf in immature fruits, while flesh firmness was 1,070.0 gf and 630.2 gf, respectively. Fruit firmness is closely associated with fruit tissue development and storage stability (Vilhena et al. 2022; Ren et al. 2023). Previous studies have reported that pumpkins with greater firmness values are generally associated with better postharvest quality and market acceptance (Liu et al. 2024). These results indicate that fruit maturation leads to significant changes in internal quality attributes, in this case sweetness and firmness. Because the AI model was based on external images, it could not directly detect internal quality traits such as SSC and firmness. Therefore, the classification performance should be interpreted as being supported by external visual features that are associated with internal quality attributes, rather than by the direct detection of internal maturity. To verify the relationship between external visual traits and internal quality attributes, a correlation analysis was subsequently conducted.

https://cdn.apub.kr/journalsite/sites/kshs/2026-044-00/N020260021/images/HST_20260021_F4.jpg
Fig. 4.

Comparison of soluble solids content (A), rind firmness (B), and flesh firmness (C) between marketable and immature mini pumpkins; vertical bars represent ± standard error (n = 20); *** indicates significant difference at p < 0.001 by t-test.

Relationship between external and internal fruit quality traits

Pearson’s correlation analysis revealed significant correlations between external and internal fruit quality attributes (Fig. 5). The strength of the correlation was classified according to standard statistical guidelines (Schober et al. 2018) as follows: very strong (0.9 ≤ |r| ≤ 1.0), strong (0.7 ≤ |r| < 0.9), moderate (0.4 ≤ |r| < 0.7), and weak (0.1 ≤ |r| < 0.4). Rind lightness (L*) showed moderate negative correlations with flesh chroma (C*, r = ‒0.45), fruit weight (r = ‒0.40), SSC (r = ‒0.56), rind firmness (r = ‒0.52), and flesh firmness (r = ‒0.44) values. These results indicate that fruits with a darker rind color tended to have higher fruit weight, SSC, and firmness values. Similarly, rind chroma (C*) showed a weak negative correlation with fruit weight (r = ‒0.37) and moderate negative correlations with SSC (r = ‒0.66), rind firmness (r = ‒0.57), and flesh firmness (r = ‒0.52). In contrast, rind C* showed moderate positive correlations with flesh lightness (r = 0.59) and hue angle (r = 0.63). These correlation coefficients indicate that external visual traits, particularly rind color attributes, were significantly associated with internal quality characteristics related to fruit maturity. Previous studies have reported similar relationships between external color attributes and internal fruit quality in pumpkin crops. Moreno et al. (2023) reported that chromatic parameters, particularly C* and the hue angle, are associated with fruit maturity and quality parameters, and Liu et al. (2024) reported that rind color, firmness, and SSC change simultaneously during pumpkin fruit maturation. Therefore, the significant correlations observed in this study suggest that the AI model classified fruit maturity and marketability by integrating external visual features associated with internal quality status, rather than by directly detecting internal traits. Specifically, a darker rind color, as represented by a lower rind L* value, was associated with higher SSC and firmness, while lower rind C* values were also associated with increased SSC and firmness levels. These relationships support the interpretation that external fruit characteristics can serve as useful indirect indicators of internal quality attributes. However, because the image-based AI model relies solely on external RGB images, it is inherently limited with regard to its ability to detect internal defects or quality disorders that do not exhibit visible symptoms on the fruit surface. Despite this limitation, AI-assisted image analysis may provide a practical tool for non-destructive fruit grading and automated sorting in commercial pumpkin production systems.

https://cdn.apub.kr/journalsite/sites/kshs/2026-044-00/N020260021/images/HST_20260021_F5.jpg
Fig. 5.

Correlation analysis between external and internal quality attributes of mini pumpkins. Rind L*, rind lightness; rind C*, rind chroma; rind h°, rind hue angle; flesh L*, flesh lightness; flesh C*, flesh chroma; flesh h°, flesh hue angle; F.W., fruit weight; FSI, fruit shape index; SSC, soluble solids content; R.F., rind firmness; F.F., flesh firmness. The figure legend indicates the correlation coefficient (r) results. Red and blue denote negative and positive correlation coefficients between the variables, respectively.

Conclusion

This study evaluated the performance of an AI-based image classification model for distinguishing between marketable and immature mini pumpkins and investigated the relationships between external fruit traits and internal quality attributes. The deep-learning model achieved high classification performance, with an overall accuracy rate of 99.0%, indicating that image-based AI analysis can effectively identify fruit marketability based on external visual characteristics. Significant differences were observed between marketable and immature fruits in terms of rind chromaticity, fruit size, SSC, and firmness. In addition, a correlation analysis revealed significant associations between external visual characteristics and internal fruit quality parameters, particularly between rind color attributes and SSC or firmness. These findings suggest that external fruit traits can serve as useful indirect indicators of internal fruit quality. However, because the image-based AI model relies solely on external RGB images, it has inherent limitations in detecting internal defects or quality disorders that do not exhibit visible symptoms on the fruit surface. Despite this, AI-assisted image analysis may provide a practical tool for non-destructive fruit grading and automated sorting in commercial pumpkin production systems.

Acknowledgements

The research was carried out with the support of the “Cooperative Research Program for Agriculture Science and Technology Development (Project title: Technical development for improving bulb productivity in mechanical transplanting of onion, Project No. PJ0117882018),” funded by the Rural Development Administration, Republic of Korea.

This work was supported by the High-Value-Added Food Technology Development Program, funded by the Ministry of Agriculture, Food and Rural Affairs (MAFRA) and the Korea Planning and Evaluation Institute of Technology for Food, Agriculture and Forestry (IPET) (RS-2022-IP322054).

Author Contributions

EJ Kim and YJ Kim were responsible for the acquisition and analysis of data and the drafting of the manuscript; SH Ju, Y Kwon, YS Park, I Jang, J Kim and BS Lee contributed to the data analysis, acquisition, and interpretation tasks; H Na conceptualized and designed the study and approved the final version of the manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Data Availability Statement

Data are available upon reasonable request.

References

1

Aherwadi N, Mittal U, Singla J, Jhanjhi NZ, Yassine A, Hossain MS (2022) Prediction of fruit maturity, quality, and its life using deep learning algorithms. Electronics 11:4100. https://doi.org/10.3390/electronics11244100

10.3390/electronics11244100
2

Aline U, Bhattacharya T, Faqeerzada MA, Kim MS, Baek I, Cho BK (2023) Advancement of non-destructive spectral measurements for the quality of major tropical fruits and vegetables: a review. Front Plant Sci 14:1240361. https://doi.org/10.3389/fpls.2023.1240361

10.3389/fpls.2023.124036137662162PMC10471194
3

Apostolopoulos ID, Tzani M, Aznaouridis SI (2023) A general machine learning model for assessing fruit quality using deep image features. AI 4:812-830. https://doi.org/10.3390/ai4040041

10.3390/ai4040041
4

Ashraf M, Aslam MZ, Saeed N, Hussain SJ (2026) PalmNeXt: a ConvNeXt-based deep learning model for pest detection in date palm leaves. Front Plant Sci 16:1738129. https://doi.org/10.3389/fpls.2025.1738129

10.3389/fpls.2025.173812941658551PMC12872870
5

Bhargava A, Bansal A (2018) Fruits and vegetables quality evaluation using computer vision: A review. J King Saud Univ Comput Inf Sci 33:243-257. https://doi.org/10.1016/j.jksuci.2018.06.002

10.1016/j.jksuci.2018.06.002
6

Blasco J, Aleixos N, Moltó E (2003) Machine vision system for automatic quality grading of fruit. Biosyst Eng 85:415-423. https://doi.org/10.1016/S1537-5110(03)00088-6

10.1016/S1537-5110(03)00088-6
7

Chakraborty SK, Subeesh A, Potdar RR, Chandel NS, Jat D, Dubey K, Shelake P (2023) AI-enabled farm-friendly automatic machine for washing, image-based sorting, and weight grading of citrus fruits: Design optimization, performance evaluation, and ergonomic assessment. J Field Robot 40:1581-1602. https://doi.org/10.1002/rob.22193

10.1002/rob.22193
8

Cubero S, Aleixos N, Moltó E, Gómez-Sanchis J, Blasco J (2011) Advances in machine vision applications for automatic inspection and quality evaluation of fruits and vegetables. Food Bioprocess Technol 4:487-504. https://doi.org/10.1007/s11947-010-0411-8

10.1007/s11947-010-0411-8
9

da Graça GA, Fontes PTN, de Jesus MS, Matos PN, Neta MTSL, Simões AN, de Carvalho LM, de Oliveira Júnior LFG, Carnelossi MAG, et al. (2024) Characterization of growth and development of pumpkin cv Mini Jack fruits. Food Chem Adv 5:100743. https://doi.org/10.1016/j.focha.2024.100743

10.1016/j.focha.2024.100743
10

de Almeida AB, de Lima TM, de Oliveira Filho JG, Santana RV, Lima DS, Moreira Alves E, Mariana E (2019) Relation between physicochemical characteristics and sensory profiles of cooked pumpkin varieties. Emir J Food Agric 31:697-707. https://doi.org/10.9755/ejfa.2019.v31.i9.2007

10.9755/ejfa.2019.v31.i9.2007
11

El-Mesery HS, Mao H, Abomohra AEF (2019) Applications of non-destructive technologies for agricultural and food products quality inspection. Sensors 19:846. https://doi.org/10.3390/s19040846

10.3390/s1904084630781709PMC6413199
12

Ermiş S, Ercan U, Kabaş A, Kabaş Ö, Moiceanu G (2025) Machine learning-based morphological classification and diversity analysis of ornamental pumpkin seeds. Foods 14:1498. https://doi.org/10.3390/foods14091498

10.3390/foods1409149840361582PMC12071245
13

Itle RA, Kabelka EA (2009) Correlation between L*a*b* color space values and carotenoid content in pumpkins and squash (Cucurbita spp.). HortScience 44:633-637. https://doi.org/10.21273/HORTSCI.44.3.633

10.21273/HORTSCI.44.3.633
14

Kader AA (2008) Flavor quality of fruits and vegetables. J Sci Food Agric 88:1863-1868. https://doi.org/10.1002/jsfa.3293

10.1002/jsfa.3293
15

Kamilaris A, Prenafeta-Boldú FX (2018) Deep learning in agriculture: A survey. Comput Electron Agric 147:70-90. https://doi.org/10.1016/j.compag.2018.02.016

10.1016/j.compag.2018.02.016
16

Karki S, Basak JK, Paudel B, Deb NC, Kim NE, Kook J, Kang MY, Kim HT (2024) Classification of strawberry ripeness stages using machine learning algorithms and colour spaces. Hortic Environ Biotechnol 65:337-354. https://doi.org/10.1007/s13580-023-00559-2

10.1007/s13580-023-00559-2
17

Lee P, Park SM (2025) Characteristics of hybrid individuals resulting from the hybridization of Cucurbita maxima and Cucurbita moschata. J Agric Life Environ Sci 37:373-385. https://doi.org/10.22698/jales.20250031

10.22698/jales.20250031
18

Lee SJ, Shin MH, Jayasooriya LSH, Wijethunga WMUD, Lee SK, Cho JG, Jang SH, Cho BK, Kim JG (2024) Prediction of fruit maturity of ‘Mihwang’ peach using deep learning. Hortic Sci Technol 42:80-93. https://doi.org/10.7235/HORT.20240007

10.7235/HORT.20240007
19

Li L, Hu DY, Tang TY, Tang YL (2022) Non-destructive detection of the quality attributes of fruits by visible-near infrared spectroscopy. J Food Meas Charact 17:1526-1534. https://doi.org/10.1007/s11694-022-01724-4

10.1007/s11694-022-01724-4
20

Liu Z, Wang P, Liu Z, Sun L, Li X, Liu J, Xing R, Zhang X, Deng H, Zhang Y (2024) Dynamic changes and correlation analysis of pumpkin quality and physiological indicators during postharvest storage. HortScience 59:1543-1549. https://doi.org/10.21273/HORTSCI18000-24

10.21273/HORTSCI18000-24
21

Ma J, Li M, Fan W, Liu J (2024) State-of-the-art techniques for fruit maturity detection. Agronomy 14:2783. https://doi.org/10.3390/agronomy14122783

10.3390/agronomy14122783
22

Mahendran R, Jayashree GC, Alagusundaram K (2011) Application of computer vision technique on sorting and grading of fruits and vegetables. J Food Process Technol. https://doi.org/10.4172/2157-7110.S1-001

10.4172/2157-7110.S1-001
23

Moreno SR, Yazdanpanah M, Huang T, Sims CA, Chase CA, Meru G, Simonne A, MacIntosh AJ (2023) Comparative analysis of qualitative attributes for selection of calabaza genotypes in the southeast united states. Horticulturae 9:409. https://doi.org/10.3390/horticulturae9030409

10.3390/horticulturae9030409
24

Naranjo-Torres J, Mora M, Hernández-García R, Barrientos RJ, Fredes C, Valenzuela A (2020) A review of convolutional neural network applied to fruit image processing. Appl Sci 10:3443. https://doi.org/10.3390/app10103443

10.3390/app10103443
25

Pathare PB, Opara UL, Al-Said FAJ (2013) Colour measurement and analysis in fresh and processed foods: A review. Food Bioprocess Technol 6:36-60. https://doi.org/10.1007/s11947-012-0867-9

10.1007/s11947-012-0867-9
26

Ren Y, Li B, Jia H, Yang X, Sun Y, Shou J, Jiang G, Shi Y, Chen K (2023) Comparative analysis of fruit firmness and genes associated with cell wall metabolisms in three cultivated strawberries during ripening and postharvest. Food Qual Saf 7:fyad020. https://doi.org/10.1093/fqsafe/fyad020

10.1093/fqsafe/fyad020
27

Rojas Santelices I, Cano S, Moreira F, Peña Fritz Á (2025) Artificial vision systems for fruit inspection and classification: systematic literature review. Sensors 25:1524. https://doi.org/10.3390/s25051524

10.3390/s2505152440096367PMC11902675
28

Ropelewska E, Cai X, Zhang Z, Sabanci K, Aslan MF (2022) Benchmarking machine learning approaches to evaluate the cultivar differentiation of plum (Prunus domestica L.) Kernels. Agriculture 12:285. https://doi.org/10.3390/agriculture12020285

10.3390/agriculture12020285
29

Rural Development Administration (RDA) (2023) Organic cultivation manual for sweet pumpkin. Naju, Korea

30

Ruwanthika KOGH, Munasinghe MLAMS, Marapana RAUJ (2023) Overview of Cucurbita spp. (pumpkin) and development of value-added products emphasizing its nutritional and chemical composition. World J Adv Res Rev 18:1215-1226. https://doi.org/10.30574/wjarr.2023.18.2.0938

10.30574/wjarr.2023.18.2.0938
31

Schober P, Boer C, Schwarte LA (2018) Correlation coefficients: Appropriate use and interpretation. Anesth Analg 126:1763-1768. http://doi.org/10.1213/ANE.0000000000002864

10.1213/ANE.0000000000002864
32

Tapia-Mendez E, Cruz-Albarran IA, Tovar-Arriaga S, Morales-Hernandez LA (2023) Deep learning-based method for classification and ripeness assessment of fruits and vegetables. Appl Sci 13:12504. https://doi.org/10.3390/app132212504

10.3390/app132212504
33

Vilhena NQ, Quiles A, Gil R, Llorca E, Fernández-Serrano P, Vendrell M, Salvador A (2022) Slight changes in fruit firmness at harvest determine the storage potential of the ‘Rojo Brillante’ persimmon treated with gibberellic acid. Horticulturae 8:140. https://doi.org/10.3390/horticulturae8020140

10.3390/horticulturae8020140
34

Walsh KB, Blasco J, Zude-Sasse M, Sun X (2020) Visible-NIR ‘point’ spectroscopy in postharvest fruit and vegetable assessment: The science behind three decades of commercial use. Postharvest Biol Technol 168:111246. https://doi.org/10.1016/j.postharvbio.2020.111246

10.1016/j.postharvbio.2020.111246
35

Woo S, Debnath S, Hu R, Chen X, Liu Z, Kweon IS, Xie S (2023) ConvNeXt V2: Co-designing and scaling convnets with masked autoencoders. arXiv:2301.00808. https://doi.org/10.1109/CVPR52729.2023.01548

10.1109/CVPR52729.2023.01548
36

Zhao C, Yin Z, Tan Y, Zhang W, Guo P, Ma Y, Wu H, Hu D, Lu Q (2025) Apple watercore grade classification method based on convNeXt and visible/near-infrared spectroscopy. Agriculture 15:756. https://doi.org/10.3390/agriculture15070756

10.3390/agriculture15070756
페이지 상단으로 이동하기