Next Article in Journal
Integrated Analysis of Transcriptome and Metabolome Reveals the Accumulation of Anthocyanins in Black Soybean (Glycine max L.) Seed Coats Induced by Low Nitrogen Concentration in the Nutrient Solution
Previous Article in Journal
Aboveground Biomass Productivity Relates to Stand Age in Early-Stage European Beech Plantations, Western Carpathians
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Stoma Detection in Soybean Leaves and Rust Resistance Analysis

1
College of Smart Agriculture (College of Artificial Intelligence), Nanjing Agricultural University, Nanjing 211800, China
2
College of Engineering, Nanjing Agricultural University, Nanjing 211800, China
3
Information Center of Qinghai Provincial Department of Agriculture and Rural Affairs, Xining 810008, China
4
Agricultural Technology Extension Service Center, Xining 810008, China
*
Authors to whom correspondence should be addressed.
Plants 2025, 14(19), 2994; https://doi.org/10.3390/plants14192994 (registering DOI)
Submission received: 27 July 2025 / Revised: 30 August 2025 / Accepted: 25 September 2025 / Published: 27 September 2025
(This article belongs to the Section Plant Modeling)

Abstract

Stomata play a crucial role in plant immune responses, with their morphological characteristics closely linked to disease resistance. Accurate detection and analysis of stomatal phenotypic parameters are essential for soybean disease resistance research and variety breeding. However, traditional stoma detection methods are challenged by complex backgrounds and leaf vein structures in soybean images. To address these issues, we proposed a Soybean Stoma-YOLO (You Only Look Once) model (SS-YOLO) by incorporating large separable kernel attention (LSKA) in the Spatial Pyramid Pooling-Fast (SPPF) module of YOLOv8 and Deformable Large Kernel Attention (DLKA) in the Neck part. These architectural modifications enhanced YOLOV8′s ability to extract multi-scale and irregular stomatal features, thus improving detection accuracy. Experimental results showed that SS-YOLO achieved a detection accuracy of 98.7%. SS-YOLO can effectively extract the stomatal features (e.g., length, width, area, and orientation) and calculate related indices (e.g., density, area ratio, variance, and distribution). Across different soybean rust disease stages, the variety Dandou21 (DD21) exhibited less variation in length, width, area, and orientation compared with Fudou9 (FD9) and Huaixian5 (HX5). Furthermore, DD21 demonstrated greater uniformity in stomatal distribution (SEve: 1.02–1.08) and a stable stomatal area ratio (0.06–0.09). The analysis results indicate that DD21 maintained stable stomatal morphology with rust disease resistance. This study demonstrates that SS-YOLO significantly improved stoma detection and provided valuable insights into the relationship between stomatal characteristics and soybean disease resistance, offering a novel approach for breeding and plant disease resistance research.

1. Introduction

Soybean [Glycine max (L.) Merrell] is one of the world’s most important food and oil crops. Its yield and quality are of great significance to global agricultural production and food supply. However, soybean cultivation is challenged by both biotic and abiotic stresses, with soybean rust being a primary concern. The global soybean planting area has reached 102.77 million hectares, with an annual production of 239.36 million tons [1]. Asian soybean rust (ASR) can infect more than 31 species across 17 genera of legumes, causing severe yield losses [2] and leading to annual global economic losses of 7-10 billion USD [3]. In China, ASR has been reported in 24 provinces. For breeders, identifying ASR-resistant soybean cultivars requires a clear understanding of trait associations, yet few studies have explored the relationship between biochemical and physiological variables, gas exchange components, and the occurrence of ASR [4]. Plant stomata serve as essential channels for plant–environment gas exchange, yet they also function as a principal pathway of pathogen penetration. Although stomata only comprise 0.3–5% of the leaf surface area, they account for 98% of gas exchange [5]. Plant stress triggers stomatal closure, resulting in vein embolism and disrupting water transport [6]. The morphology of guard cells and the density, size, and opening status of stomata are closely related to plant disease resistance [7,8]. Stomata regulate important physiological processes in plants, and researchers from different fields often conduct phenotypic analyses of stomata [9]. Accurate detection and analysis of stomatal characteristics can provide important biological evidence for revealing soybean rust resistance.
Traditional stoma detection methods rely on manual annotation and calculation by using ImageJ (version 1.54p), which is inefficient and labor-intensive [10,11]. The application of artificial intelligence to the analysis of stomatal characteristics enables an objective and accurate evaluation of physiological changes [12]. Therefore, the development of efficient and automated stoma detection technology is of great significance for revealing soybean disease resistance.
Artificial intelligence (AI) has been increasingly applied to predict growth rates and optimize irrigation, disease diagnosis, and pest detection [13]. In recent years, the rapid advancement of deep learning (DL) has brought new opportunities for plant image processing. For stoma detection, various DL models have been proposed [14,15,16,17]. Li [18] developed LeafNet, which employed a region-merging algorithm for segmenting Arabidopsis stomata and used a deep convolutional neural network to quantify 28 different morphological parameters, including stomatal number, size, and aspect ratio. StomataCounter [19] was proposed to detect stomata. However, it was observed that the image noise and edge issues may decrease the detection accuracy. Takagi [20] combined a YOLOX detection module and a U-Net stomata segmentation module to achieve quantification of the Arabidopsis stomatal diameter, with a stoma detection IoU of 0.875 and a stoma segmentation IoU of 0.745. Zhang [21] proposed DeepRSD for rotated maize leaf stoma detection by introducing a conductance loss function that can simultaneously detect rotated stomata and calculate basic stomatal traits. Casado-García [22] developed LabelStom, a stoma detection tool based on the YOLOv3 algorithm, for detecting stomata in common bean, barley, and soybean varieties. Yang [23] proposed a stoma detection framework combining feature-based transfer learning and YOLOv4, which achieved a detection accuracy of 0.994 for maize and wheat leaves while simultaneously calculating stomatal height and width. Pathoumthong [24] utilized the YOLOv5 model to detect stomata from non-destructively acquired images of wheat, rice, and tomato leaves and calculated parameters such as stomatal number and size. As deep learning models are highly dependent on training data, dataset quality directly affects model performance. Tomke [25] employed a U-Net segmentation model to analyze the stomata of wheat and faba bean, achieving high accuracy for stomatal density (R2 = 0.98) and size (R2 = 0.90). Yang [26] developed a novel lightweight detection model, StomaYOLO, tailored for small stoma targets and subtle features in microscopic images. The mean Average Precision (mAP) of StomaYOLO was improved by nearly 9% compared to YOLOv11. Shi [27] improved YOLOv8 by replacing the original Intersection over Union (IoU) calculation and incorporating Squeeze-and-Excitation (SE) and Self-Attention (SA) mechanisms. Furthermore, YOLOv8 achieved a detection accuracy exceeding 93% in studies of crops such as lettuce and wheat [28,29].
It is noted that the YOLO (You Only Look Once) family algorithms, due to their efficient, real-time, and high-precision characteristics, perform excellently in stoma detection and phenotypic calculation [30,31,32]. The YOLO series has undergone rapid evolution. YOLOv7 achieves strong performance on benchmarks, but its anchor-based design limits precision for small objects [33]. YOLOv9 improves accuracy with the GELAN backbone but introduces a higher computational cost and slower inference. YOLOv10 provides advantages in lightweight design and mobile deployment, yet its detection performance for small and densely packed objects in complex scenarios has not been systematically evaluated. In contrast, YOLOv8 employs an anchor-free structure with an optimized backbone, offering a balanced trade-off between accuracy and efficiency for small, densely distributed targets, such as soybean stomata. Therefore, YOLOv8 is selected as the baseline framework in this study. However, the detection of plant stomata still faces challenges such as low-clarity images, small object detection, and robustness in complex backgrounds. Especially when dealing with densely and irregularly distributed stomata in soybeans, YOLOv8 still requires further optimization to enhance its applicability in plant disease resistance analysis. Addressing this constraint requires further investigation into feature extraction, attention mechanisms, and multi-scale detection approaches.
In the stoma detection task, leaf characteristics vary widely across different plant species. For example, monocotyledonous plants like maize [34] and wheat typically have regular stomata with a relatively simple distribution pattern, making detection easier (Figure 1). However, research on leguminous crops, especially soybeans, remains limited [35]. Soybean leaves have villous surfaces, and their stomata are small and sparsely distributed [36,37]. It is worth noting that previous studies have employed a variety of microscopic imaging techniques, including nail polish imprinting, standard optical microscopy, camera-based imaging, and specialized microscopes. These techniques lead to varying stomatal visibility, contrast, and boundary clarity. In particular, soybean presents additional challenges due to its complex vascular structure, encompassing water and conductive tissues, which complicate accurate stomatal identification. Pathological changes in leaves during disease progression, such as chlorosis and lesions, make stoma identification and counting even more difficult. The complex background of soybean leaves, particularly the presence of texture interference and lesions, further reduces detection accuracy.
To address these challenges, this study proposed SS-YOLO, a deep learning model for soybean leaf stoma detection and stomata phenotypic parameter calculation. The goal was to improve the accuracy and efficiency of stoma detection and provide a new technical approach for soybean breeding and disease resistance research. The main contributions of this study are summarized as follows.
(1)
A dataset of soybean leaf stomata was constructed, comprising healthy and rust-infected leaves from three varieties. The dataset contained 1800 RGB images with 25,396 labeled stomata instances.
(2)
The SPPF module of the YOLOv8 backbone was enhanced via the Large and Separable Kernel Attention (LSKA) mechanism. LSKA weighted multi-scale feature maps, resulting in enhanced adaptation to variations in multi-scale feature maps.
(3)
Deformable Large Kernel Attention (DLKA) was introduced into the C2f module of the Neck, adaptively capturing irregular shapes and sizes. This improved SS-YOLO’s robustness and detection performance in small object detection, complex backgrounds, and low-contrast images.
(4)
Based on the detection results, phenotypic parameters like the stomatal length, width, number, density, area, and stomata index of soybean leaves were automatically extracted. The relationship between stomatal characteristics and disease resistance in different soybean varieties and at different disease stages was analyzed, demonstrating the potential impact of stomatal characteristics on disease resistance.
Through automated and accurate stoma detection, the efficiency of soybean disease resistance screening can be greatly improved, providing strong technical support for precision breeding. The rest of this paper is organized as follows. Section 2 introduces the data acquisition methods and dataset construction. Section 3 describes the establishment of the SS-YOLO model and the calculation of stomata phenotypic features. Section 4 analyzes the experimental results and the disease resistance of different soybean varieties. Section 5 discusses comparisons with other research work and the limitations of our work.

2. Materials and Methods

2.1. Plant Materials

  • Plant Materials and Growth Conditions
Three soybean cultivars, Dandou 21 (DD21), Fudou 9 (FD9), and Huaixian 5 (HX5), were used in this study. Seeds were cultivated in a controlled greenhouse facility at Nanjing Agricultural University (Nanjing, China; 118°51′ E, 31°57′ N). Environmental conditions were maintained at 25–27 °C, relative humidity above 70%, and a daily photoperiod of 14 h light (05:00–19:00) and 10 h dark, with an average light intensity of 5000 Lux.
  • Pathogen and Inoculum Preparation
The Asian soybean rust fungus (Phakopsora pachyrhizi Syd.) was provided by the GreenTechLab Co., Ltd. (Shanghai, China). Soybean leaves bearing visible uredinia were collected and placed in 2 L plastic containers. Spores were washed from leaf surfaces using 0.05% Tween-80 solution, shaken thoroughly, and filtered through sterile gauze. The resulting urediniospore suspension was adjusted to a concentration of 5 × 105 spores/mL.
  • Inoculation and Disease Management
Healthy soybean plants at the two-unifoliate leaf stage were uniformly inoculated with the spore suspension using a spray method. After inoculation, plants were transferred to a humidity chamber equipped with a centrifugal mist humidifier (Kangdi 3001, Condair Group, Pfäffikon, Switzerland) and maintained under dark conditions at 25–28 °C and 100% relative humidity for 24 h to promote spore germination and infection. To prevent cross-contamination through airborne dispersal, healthy and inoculated plants were cultivated in two separate greenhouses with identical environmental conditions. Each greenhouse was equipped with ceramic heating lamps, full-spectrum LED plant growth lamps, insect-trapping boards, timers, and temperature–humidity monitors [38].
  • Preliminary Evaluation of Rust Resistance
To obtain a preliminary evaluation of the rust resistance of the examined cultivars, we recorded time-series images of disease progression in DD21, FD9, and HX5 (Figure 2). Visual inspection and quantification of lesion area indicated that DD21 developed fewer and smaller lesions across the entire infection period. In contrast, FD9 and HX5 showed faster lesion expansion and greater lesion coverage, reflecting weaker resistance. These observations provided a comparative basis for linking stomatal morphological traits with rust resistance performance in the subsequent analysis.

2.2. Collection Equipment and Methods

To ensure consistency in data collection, stomata images were acquired daily at the same time (10:00–14:00), encompassing different leaf samples, namely healthy, asymptomatic (infected leaves without visible lesions), and symptomatic (infected leaves with visible lesions on the surface) (see Figure 3a). The stoma image acquisition equipment is shown in Figure 3b and mainly included a Hikvision Charge Coupled Device (CCD) camera, the Hikvision Machine Vision Software (MVS V4.5.1, Windows; Hangzhou Hikvision Digital Technology Co., Ltd., Hangzhou, China) industrial camera client software platform, an optical microscope (×20 magnification), a stand, a stage, an adjustable light source, and a computer. The trifoliate leaf structure of soybean was used, and each leaf was divided into three independent regions, including top, middle, and bottom, respectively. A 5 mm × 5 mm leaf sample was selected from each region, removed with tweezers, and placed on a glass slide. To ensure close contact between the leaf and the glass slide, sterile water was added, and a coverslip was placed over the sample. Subsequently, the glass slide was placed on the stage, the light source was adjusted to optimize image brightness, and the leaf was observed using an optical microscope at 20× magnification to ensure that the stoma images were clearly visible. Next, stoma images were captured from the clear field of view using the MVS. Stoma images were randomly captured from each region to ensure data randomness and discreteness. The images had a resolution of 1280 × 1024 pixels and were saved in BMP format, as shown in Figure 3c. Finally, a total of 3240 leaf stoma images were obtained from the three soybean varieties for subsequent experimental analysis.

2.3. Dataset Construction

Among the initial 3240 microscopic images, images with blur or poor focus that caused unclear stomatal boundaries, as well as images affected by water reflections, making stomatal features difficult to recognize, were excluded. In addition, images where leaf veins or vascular structures significantly obscured stomata were removed. Through this screening process, 1800 high-quality images were retained, which adequately represent the diversity of soybean leaf stomata under varying disease severity and ensured reliable and accurate model training and evaluation.
Each soybean variety had 600 images, covering three categories of samples: healthy, asymptomatic, and symptomatic. To ensure the accuracy of phenotypic parameter calculation, clear and complete regions of stomata were extracted from each image and cropped to a uniform size of 512 × 512 pixels. During the training process, the input images were adjusted to 640 × 640 pixels. Stomata were annotated by rectangular bounding boxes through the Roboflow platform https://app.roboflow.com/login (accessed on 1 September 2024). For incomplete stomata at the edges of the images, annotations were also marked if their area accounted for more than approximately two-thirds of the entire stomata. A total of 25,396 stomata were manually labeled. The dataset was randomly divided into a training set and a validation set by an 8:2 ratio. The details were listed in Table 1.

2.4. Stoma Detection Model SS-YOLO

To improve the accuracy and robustness of soybean stoma detection, this study proposed a deep learning model named SS-YOLO. The overall framework is shown in Figure 4. This study optimized the backbone and Neck parts of YOLOv8. In the backbone part, SS-YOLO introduced the SPPF-LSKA module. SPPF enhances robustness to small targets and low-contrast images through multi-scale pooling operations, while the LSKA module improves the attention to key areas through a large separable kernel attention mechanism. In the Neck part, the C2f-DLKA module further optimized feature fusion and refinement, enabling adaptive attention to stoma features. Through cross-layer fusion and up-sampling operations, the accuracy of stoma localization was further improved. Together, these architectural enhancements significantly improved the detection accuracy and reliability of SS-YOLO in the task of soybean stomatal identification.

2.5. SPPF-LSKA Module

The SPPF-LSKA module was designed to enhance multi-scale feature extraction and improve small object detection. The SPPF layer effectively aggregated features by performing max pooling operations at different scales. However, the original SPPF layer in YOLOv8 may have insufficient information extraction capabilities when dealing with complex scenes [39]. To address this issue, the LSKA mechanism was introduced to further improve the efficiency and accuracy of feature extraction. The LSKA structure (see Figure 5) was constructed by standard depthwise convolution (DW-Conv), dilated depthwise convolution (DW-D-Conv), and 1 × 1 convolution layers [40]. In LSKA, the first two layers of LKA were decomposed into four layers, each consisting of two 1D convolutional layers, where K represents the maximum receptive field, and d  represents the dilation rate.
The LSKA mechanism captured the contextual information from images by using large and separable convolution kernels. Firstly, a K × K convolution was decomposed into (2 d − 1) × (2 d − 1) depthwise convolution, K / d  ×  K / d depthwise dilated convolution, and 1 × 1 convolution. Secondly, the 2D depthwise convolution kernel and the depthwise dilated convolution kernel were further decomposed into 1D horizontal and vertical convolution kernels, and finally, the decomposed convolution kernels were concatenated sequentially [41]. Specifically, we first adopted DW-Conv (i.e., 1 × (2d − 1) and (2d − 1) × 1) operators, where d = 3, resulting in sizes of 1 × 5 and 5 × 1. The stride and padding were set to 1 and 2, respectively. Then, DW-D-Conv operators were employed with a kernel size of 11. At this time, the stride and padding were set to 1 and 3, respectively. We also used a 1 × 1 convolution operator before merging the feature maps. The detailed parameter settings are presented in Figure 4.
In the soybean stoma detection task, the SPPF module enhanced SS-YOLO’s perception of feature maps of different sizes, while the LSKA module improved the expressive power of stomatal features through the attention mechanism. This allowed the network to focus more on the key information, such as stomatal edges, thereby improving the detection accuracy.

2.6. C2f-DLKA Module

The Neck part of YOLOv8 used the C2f (Cross-Stage Partial Fusion) module multiple times, which was a crucial feature fusion module. Its main purpose was to improve feature extraction and the receptive field while obtaining a rich gradient information flow [42]. The C2f-DLKA module optimized the C2f structure by replacing the standard convolution operator with DLKA (Deformable Large Kernel Attention). Especially when dealing with small soybean stomata, DLKA enhanced the model’s adaptability to feature maps of different scales.
The C2f module initiated with a convolution layer. The resulting feature maps subsequently traversed through n Bottleneck modules. These features were concatenated and processed by a convolution layer to yield the final output. The DLKA module employed the deformable convolution operator and a large convolution kernel design, enhancing the adaptive processing capability for stoma features of varying sizes. Traditional convolution operations use fixed-size convolution kernels [43]. In contrast, the DLKA module adopted deformable convolution kernels, which dynamically adjust their sampling points.
The standard convolution kernel has a fixed size and shape. Therefore, for any point P 0 on the input feature map, the convolution operation can be represented by Equation (1):
y P 0 = P N R w P n   ×   x ( P 0 + P n )
where P 0 represented the offset of each point in the convolution kernel relative to the center point, w ( P n ) represents the weight of the convolution kernel at the corresponding position, x ( P 0 + P n ) represents the element value at position P 0 + P n on the input feature map, and y ( P 0 ) represents the element value at position P 0 on the output feature map, which was obtained by the convolution operator.
An additional convolution operation was employed to learn offsets from the feature maps. These learned offsets were used to shift the sampling locations of the convolution kernel on the feature maps. The deformable convolution incorporated these offsets into the aforementioned formula, as shown below:
y ( P 0 ) = P N R w ( P n ) × x ( P 0 + P n + Δ P n )
where Δ P n represents the offset.
The structural implementation of DLKA is illustrated in Figure 6. First, the input feature map was processed by a standard convolution operation (Conv2D), followed by dynamic adjustment of features through deformable convolution. SS-YOLO further employed the depthwise separable convolution (depthwise convolution) and deformable depthwise convolution (Deform-DW2D Convolution) to enhance the non-linear expression ability. Subsequently, the convolutional output was normalized and transferred to the activation function. By employing depthwise separable convolution (DW) and depthwise dilated convolution (DW-D), SS-YOLO can learn features within a larger receptive field while simultaneously reducing the computational load by decreasing the number of parameters.
Specifically, we first employed a standard 1 × 1 convolution operator with a stride of 1 to compress the input feature channels, followed by a GELU activation function. Then, a deformable depthwise convolution with a 5 × 5 kernel, stride of 1, and padding of 2 was applied to extract local spatial features while enabling adaptive receptive fields. After that, a dilated deformable depthwise convolution was employed with a kernel size of 7 × 7, dilation = 3, stride of 1, and padding of 9, which enabled the module to capture long-range spatial dependencies. Subsequently, another 1 × 1 convolution was used to fuse the feature maps obtained from the deformable branches. Finally, the resulting attention map was multiplied by the shortcut input and passed through a 1 × 1 convolution to generate the output features. The detailed parameter settings are illustrated in Figure 6.

2.7. Calculation of Stomatal Characteristics

The leaf surface of plants serves as the primary line of defense against external pathogens, with the structure and function of stomata directly influencing the invasion pathways of these pathogens [44]. Consequently, the phenotypic characteristics of stomata, to some extent, determine the disease resistance of plants. Studies have shown that stomatal density, distribution, and behavior are all significant factors in the plant’s defense mechanisms against diseases [20,45]. Many pathogenic fungi exploit stomata and affect their movement, with rust fungi, in particular, evolving specific mechanisms targeting leaf epidermal structures such as guard cells [46].
To further investigate the relationship between stomatal characteristics and plant disease resistance, Table 2 quantifies multiple physiological and morphological features of stomata, including basic parameters, morphological parameters (Figure 7), and the stomatal index [47]. This quantitative information provides an in-depth analysis of stoma function in plants under different disease states and reveals their performance in response to external environmental changes. Through comprehensive analysis of these parameters, we aimed to evaluate the role of stomata in health states and disease resistance.

2.8. Model Training and Evaluation Indicators

During training, the batch size was set to 4. The model utilized the Stochastic Gradient Descent (SGD) optimizer with an initial learning rate of 0.01 and a momentum parameter of 0.937 to accelerate gradient updates, thereby improving the training speed and convergence stability. Furthermore, a weight decay coefficient of 0.0005 was set to prevent overfitting. All input images were first resized to a uniform resolution of 640 × 640 pixels and normalized to the [0, 1] range to ensure training stability and facilitate convergence. To enhance SS-YOLO’s generalization ability, various data augmentation techniques were employed during training, including mosaic augmentation (with an intensity of 1.0), which increased data diversity by concatenating four images into a new composite image. Image translation (with a range of 0.1) and scaling (with a range of 0.5) operations further simulated variations in image scale and position. Image translation changes the stoma’s position in a given image. A range value of 0.1 indicates that the image was randomly translated by a value chosen uniformly from −0.1 to 0.1 on the x-axis and another independent random value from the same range on the y-axis. The scaling operation augmented the image by adjusting its scales, and the scaling factor indicated the magnification levels.
The training task was executed on an NVIDIA GeForce RTX 3090 GPU, utilizing CUDA acceleration for computation to enhance training speed and memory efficiency. To better manage computational precision and resource consumption during training, automatic mixed precision (AMP) was enabled. The entire training process was completed within 150 epochs. After each epoch, the detection performance was evaluated on the validation set.
We employed Precision, Recall, and mean Average Precision (mAP) as evaluation metrics for assessing the model’s detection performance. The calculation methods for Precision, Recall, and mAP are shown in Equations (3)–(5):
P r e c i s i o n = T P F P + T P
R e c a l l = T P T P + F N
m A P = 1 N i = 1 N A P i
To comprehensively evaluate the performance of the proposed models, three widely used metrics in computer vision are adopted, namely, Frames Per Second (FPS), Parameters (Params), and Giga Floating-Point Operations (GFLOPs). The equation for calculating FPS is given as follows.
F P S = N T
where N denotes the number of processed images, and T represents the elapsed inference time in seconds. A higher FPS indicates faster inference speed and better real-time capability on a given hardware platform.
The number of parameters quantifies the storage size and structural complexity of a model, usually expressed in millions (M). Evaluating the number of parameters is a common method for measuring the strength of a model, and by fine-tuning the number of parameters, a balance between model efficacy and computational efficiency can be achieved. GFLOPs indicate the number of floating-point operations required to process a single input image, measured in 109. A larger GFLOPs value reflects higher computational complexity, leading to increased inference latency and energy consumption.
In summary, FPS reflects real-time inference efficiency, Params measure model size and storage requirements, and GFLOPs characterize computational complexity. Together, these three indicators provide a comprehensive evaluation of model performance across different application scenarios.

3. Results

3.1. Ablation Experiment

The ablation experiment aimed to evaluate the impact of different modules on detection performance, and the results are presented in Table 3. By progressively modifying the key components of the models, the contribution of each module to the final detection performance was analyzed.
Table 3 shows that LSKA improved Recall and mAP50, reflecting enhanced multi-scale feature adaptation. DLKA further improved Precision and Recall, indicating stronger capability in detecting irregular and low-contrast stomata. When both modules were applied, the model achieved the highest overall performance while maintaining a reasonable inference speed and computational efficiency, demonstrating the joint effect of the two modules. SS-YOLO achieved superior performance across all metrics. Notably, it achieved 0.987 and 0.854 in mAP50 and mAP50:95, respectively, surpassing other models. SS-YOLO achieved 0.959 in Precision and 0.950 in Recall, indicating its strong capability to accurately detect stomata while effectively minimizing both false positives and false negatives.
To provide a more intuitive comparison of the detection performance, Figure 8 illustrates the detection results of different models. The detection results of the original YOLOv8 model showed missed detection, with some stomata being unidentified and incorrectly identified as background. The YOLOv8-LSKA-SPPF model showed enhanced detection accuracy, but there were still misidentified instances. The YOLOv8-C2f-DLKA model showed slight improvement compared to the previous two, with some alleviation of missed detection and incorrect identifications. SS-YOLO exhibited the best detection results. It not only accurately identified all stomata but also had generally high confidence scores for most detection results. This indicates that SS-YOLO can provide more accurate detection results when dealing with the complex backgrounds of soybean leaves.

3.2. Comparative Experiments with Mainstream Models

To comprehensively demonstrate the advantages of SS-YOLO, we compared it with the YOLO family models and the state-of-the-art (SOTA) models (Table 4). First, YOLOv7, YOLOv9, and YOLOv10, as popular object detection models, were widely deployed in agricultural practice. The comparison results between the SS-YOLO model and SOTA models, ASF-YOLOv8 [48], DynamicCov-YOLOv8 [49], and StomaYOLO [26].
As shown in Table 4, SS-YOLO outperformed all compared SOTA models across key evaluation metrics, achieving a Precision of 0.959 and an mAP50:95 of 0.854, representing improvements of 18.3% and 5.3% over YOLOv7 and YOLOv10, respectively. Compared with other YOLOv8 variants such as ASF-YOLOv8, DynamicCov-YOLOv8, and StomaYOLO, SS-YOLO simultaneously increased Precision by 1.8–3.4% and Recall by 2.4–10.0%, while maintaining an inference speed of 34.03 FPS. These results indicate that SS-YOLO not only preserves the structural advantages of YOLOv8 but also achieves superior detection accuracy, robustness, and practical applicability through architectural optimizations.
To intuitively demonstrate the training process of each model, the loss function curves in Figure 9 evaluate the convergence of each model. During the training process, the training loss of SS-YOLO (including Box Loss, Classification Loss, and DFL Loss) converged significantly faster than others. In addition, the validation loss curve of SS-YOLO exhibited smaller fluctuations compared to the YOLO family and SOTA models, indicating that SS-YOLO had better stability on the validation set. Simultaneously, from the accuracy curve, it can be seen that SS-YOLO maintained high accuracy and Recall throughout the training process.

3.3. Model Generalization Experiment

To evaluate the generalization performance of SS-YOLO, experiments were also conducted on a public dataset [22]. The public dataset covered stoma images of dicotyledonous plants (common bean, Phaseolus vulgaris; soybean, Glycine max) and monocotyledonous plants (barley, Hordeum vulgare). The common bean, soybean, and barley datasets contain 5400, 3990, and 8460 images, respectively. All images had a resolution of 400 × 400 pixels. This provided diverse test scenarios for evaluating the detection performance of SS-YOLO under different species. Figure 10 illustrates the detection results of SS-YOLO on the publicly available datasets of common bean, soybean, and barley.
The experimental results in Table 5 show that SS-YOLO exhibited strong detection capabilities over different plant species. In the public dataset, the common bean dataset performed better than the bean and barley datasets, with mAP50 and mAP50:95 reaching 0.988 and 0.751, respectively. The barley dataset exhibited comparatively lower Recall (0.898) and mAP50:95 (0.610), potentially attributable to the visual similarity between barley stomata and leaf vein patterns.
Overall, the experimental results validated the generalization ability of SS-YOLO on diverse datasets. This demonstrates that SS-YOLO can not only efficiently adapt to stoma detection tasks in different plant species and complex backgrounds but also provides research directions for further optimizing the model to improve its performance in scenarios with sparse targets and monocotyledonous plants.

3.4. Stomatal Characteristics Calculation Results and Disease Resistance Analysis

3.4.1. Stomatal Characteristics Calculation Results

The correlation matrix of all stoma features is shown in Figure 11. As can be seen, stomata count had strong positive correlations with density, total area, and area ratio, with correlation coefficients of 1.00, 0.86, and 0.86, respectively. This indicates that the increase in stomata count was usually accompanied by an increase in stoma density and total area, which was a natural phenomenon in the stoma distribution pattern. The aggregation index (SAgg) had strong correlations with total area and density, with correlation coefficients of 0.31 and 0.28, respectively. The aggregation index was related to the density of stoma distribution. The denser the stoma distribution, the higher the aggregation. The uniformity had a low correlation with other parameters, indicating that the stoma distribution in this dataset was relatively uniform.
We performed a comparative analysis of the stomatal parameters, including density, total area, length, width, and orientation, across three soybean varieties (DD21, FD9, and HX5) under varying health conditions (healthy, asymptomatic, and symptomatic). The statistics summary of the stomatal parameters is documented in Table 6. By comparing the stomatal characteristics of different varieties and health states, it can be found that the DD21 variety is superior to the FD9 and HX5 varieties in terms of stomatal density, total area, and stomatal length and width. Especially in the healthy and asymptomatic stages, the stomatal density and total area of DD21 were significantly higher than those of the other two varieties, which may have stronger stomatal function, consistent with its stronger disease resistance. For example, the stomatal density of DD21 in the healthy stage was 70, much higher than 55 for FD9 and 67 for HX5. This showed that DD21 has a denser distribution of stomata, and this feature may make it more advantageous in coping with diseases. Data analysis revealed a trend of decreasing stomatal density and total area with disease progression within each soybean variety. Conversely, stomatal width exhibited an increase as the disease advanced.
Through a comparative analysis of the stoma feature calculation results, we can not only identify the differences in stoma characteristics among varieties but also gain a deeper understanding of the potential relationship between stoma structure characteristics and soybean disease resistance. These results provide an important reference for future disease resistance evaluation and variety improvement.

3.4.2. Analysis of Stomatal Parameters Among Different Soybean Varieties

The variations in stomatal parameters and disease resistance among different soybean varieties (DD21, FD9, and HX5) are illustrated in Figure 12. Specifically, violin plots (see Figure 12a) depict the variance in stoma area, length, and width across the three varieties. The horizontal axis represents varieties, and the vertical axis denoted scores (percentage). The shape of the violin plots reflects data density, with wider sections indicating higher data concentration and narrower sections indicating lower data concentration. Across the three variance plots, the score distribution of DD21 is consistently concentrated around 50%. For FD9, scores are distributed from 20% to 80% in the area and width variance plots, while the score distribution in the length variance plot centers around 50%, slightly lower than DD21. HX5 exhibits a score distribution primarily between 40% and 80% in the area and width variance plots, whereas the length score distribution is dispersed, ranging from 20% to 80%. These results suggest that DD21 demonstrates relatively consistent and stable score performance across all parameters.
The relationship between the area ratio and the stomatal evenness index (SEve) is shown in Figure 12b. The color of each point represents the size of the area ratio, reflecting the change in the area ratio, and the distribution of the points shows the correlation between the two. Data points with larger area ratios are usually associated with points with higher evenness indices, indicating that the increase in the area ratio may be related to the uniformity of the stomata. The DD21 variety had a more uniform stomatal distribution (SEve concentrated between 1.02 and 1.08) and a stable area ratio (0.06–0.09), which may help improve the gas exchange efficiency of stomata and reduce the chance of pathogen invasion, thereby exhibiting strong disease resistance. The FD9 variety had a more dispersed stomatal distribution (SEve mostly below 1.02) and a wider range of area ratio distribution (0.03–0.10). The HX5 variety had large fluctuations in stomatal distribution (SEve from 1.00 to 1.15), and the distribution of the area ratio was also more dispersed (0.03–0.11), which may lead to instability in the stomatal regulation function.
A statistical analysis of the stomatal parameters indicates that the DD21 variety exhibits higher uniformity in stomatal distribution, a stable area ratio, and smaller variances (area, length, and width) with concentrated distribution. These characteristics suggest that its stomatal morphology is stable and has strong disease resistance.

3.4.3. Analysis of Stomatal Parameters at Different Disease Stages

A comparative analysis of the directional distribution and length variation in stomata during healthy, asymptomatic, and symptomatic states is presented in Figure 13. The rose diagrams show the distribution of stoma orientation in each stage. The arrow diagrams show the relationship between the orientation and length of the stomata. It can be found that the stomatal orientation distribution of healthy leaves is more diverse, concentrated in the range of 45–90°. The diverse stomatal distribution may help plants maintain normal gas exchange and transpiration. The distribution range of stomatal orientation narrowed in the asymptomatic period, mainly concentrating in specific directions (e.g., around 45°). It showed that although the plant had no visible symptoms, it may have reduced the invasion of pathogens by regulating the opening and closing of stomata. This was possibly an early defense response. The stoma orientation in the symptomatic period was more singular. It showed that the stoma function was impaired, which may be the result of the plant reducing diffusion by closing the stomata.
These changes reflect the impact of soybean disease development on stoma distribution and morphology. Healthy plants exhibited strong stoma diversity, while infected plants showed a significant decline in stoma function [50]. This suggests that with the development of soybean disease, the distribution characteristics and morphology of stomata undergo significant changes, which may affect their adaptability to environmental changes and disease resistance.

3.4.4. Analysis of Stomatal Parameters and Disease Resistance

Stoma number, density, area, and orientation of soybean varieties under different disease states are significantly different, as depicted in Figure 14. First, in the healthy state, the DD21 variety exhibited high stability in stomatal number, density, area, and orientation. The median stomatal number and density of DD21H were the highest among the varieties, suggesting robust disease resistance, while FD9H and HX5H had lower stomatal numbers and densities, a wider distribution range, and greater volatility. After entering the asymptomatic state, the stomatal number, density, and area of DD21 slightly decreased, but the distribution remained concentrated, indicating its strong adaptability to diseases. The stoma number and density of FD9 and HX5 did not change much, but the degree of dispersion increased, indicating that they may have been under certain disease stress at this stage, but did not significantly affect their stoma function. In the diseased state, the DD21 variety showed the smallest variation in stoma number, density, area, and orientation, while FD9 and HX5 showed a significant decrease in stoma number, density, and area in the diseased state, with increased volatility, indicating that they had weak resistance to diseases, and their stoma function was greatly affected.
Specifically, in terms of stoma number, the DD21 variety maintained a relatively small variation between 10 and 22 in all states, showing its good stability. Its ability to maintain a relatively stable number of stomata under disease stress means that this variety can maintain good physiological functions and defense capabilities under disease infection. In contrast, the FD9 variety had a stoma number variation range between 6 and 18 in the healthy (FD9H) and asymptomatic (FD9A) states, and the stoma number varied from 5 to 20 in the symptomatic (FD9D) state. The HX5 variety showed a similar trend. The fluctuation in the number of stomata was large, ranging from 5 to 18, and the stability was poor.
In terms of stomatal density, DD21 maintained the highest density across all states, and HX5 showed the lowest, with stomatal density gradually decreasing as plant health declined. Specifically, the stomatal density of DD21 in the healthy state (DD21H) was about 70 stomata/μm2, slightly decreasing to about 59 stomata/μm2 in the asymptomatic state (DD21A), and further declining to approximately 57 stomata/μm2 in the diseased state (DD21D), representing a decrease of 18.6%. In contrast, the density of FD9 decreased from 55 stomata/μm2 (FD9H) to 48 stomata/μm2 (FD9D), a reduction of 12.7%, while HX5 decreased from 58 stomata/μm2 (HX5H) to 54 stomata/μm2 (HX5D), a decrease of 6.9%. The relatively rapid decrease in stomatal density observed in DD21 during disease progression may reflect an active defense response that helped limit pathogen invasion, with its dynamic structural regulation playing a key role in disease resistance mechanisms. Thus, stomatal density and its dynamic changes reflected the plant’s defense strategies by modulating the stomatal structure to restrict pathogen entry.
In terms of stoma area, the FD9 variety had the largest stoma area, with the stoma area in the healthy (FD9H) state being approximately between 12,000 and 35,000 μm2, with large variations, showing its instability in the stomatal area. In the asymptomatic (FD9A) and symptomatic (FD9D) states, the stomatal area varied in a wide range, indicating that the stomatal area of this variety was not stable enough, which may affect its overall physiological function and disease resistance. In contrast, the DD21 variety had a relatively small stomatal area and small fluctuations, maintaining between 15,000 and 25,000 μm2, showing high stability, which further supported its strong disease resistance. The stomatal area of the HX5 variety was similar to that of FD9, also showing large fluctuations, especially in the symptomatic (HX5D) state, where the change range of the stomatal area was large, showing its weak disease resistance.
Regarding stomatal orientation, the DD21 variety maintained a relatively consistent stomatal orientation in all states. Even in the symptomatic (DD21D) state, the change in stomatal orientation was still small, indicating that this variety can maintain its stomatal orientation and function well under disease stress, which was conducive to its disease resistance. In contrast, the stomatal orientation of the FD9 and HX5 varieties fluctuated greatly, especially in the symptomatic (FD9D and HX5D) states, showing low stability. This may indicate that the physiological functions of stomata in these varieties were greatly affected when dealing with diseases, and their disease resistance was weak.
Although the stomatal density of DD21 decreased considerably during disease progression, its total stomatal area remained higher than that of other cultivars at all disease stages, indicating that stomata can rapidly adjust their morphology and function under pathogen stress [7,51]. Despite the decline in density, the maintenance of total area ensured adequate gas exchange in leaves, helping to limit pathogen invasion while sustaining photosynthesis and metabolic activity. Additionally, this stomatal structure reduced local humidity accumulation, thereby decreasing spore germination and infection success. Overall, through dynamic regulation of stomatal traits, DD21 exhibited significant physiological resistance during early disease stages. The differences in stomatal parameters further demonstrated that DD21 maintained advantages in stomatal number, density, total area, and orientation, reflecting its strong disease resistance and physiological adaptability. FD9 exhibited intermediate performance, while HX5 showed inferior values in multiple parameters. Stomatal characteristics can serve as key physiological markers of rust resistance potential, providing an important basis for disease resistance evaluation and screening of different soybean varieties.

4. Discussion

4.1. Strengths of SS-YOLO

SS-YOLO enabled automated soybean stoma detection and the precise calculation of phenotypic parameters, significantly improving efficiency and saving labor costs compared to manual counting [30]. Through multi-dimensional technological innovations, SS-YOLO demonstrated outstanding performance in soybean stoma detection and cross-species adaptability. Firstly, the optimization of the model architecture significantly enhanced feature learning capabilities: in the backbone network, the SPPF-LSKA module addressed the feature response deviation caused by scale differences in stoma images (e.g., leaf folds or uneven illumination) through dynamically weighted multi-scale feature maps. Secondly, the C2f-DLKA module enhanced the parsing ability of low-contrast stomata edges and irregular shapes through adaptive convolution kernel deformation and collaborative optimization of local and global features. Experimental results showed that SS-YOLO achieved a detection accuracy of 98.7% on the self-built soybean stoma dataset, which was 3.4%, 10%, and 5.1% higher than the baseline model YOLOv8 in terms of Precision, Recall, and mAP, respectively.
Furthermore, SS-YOLO exhibited remarkable robustness in cross-species generalization validation. Testing results on the public datasets of common bean, bean, and barley demonstrated that the SS-YOLO model achieved an average detection accuracy of 96.2% on these datasets. Despite significant differences in guard cell arrangement and epidermal structure between monocotyledons (e.g., barley) and dicotyledons (e.g., soybean and common bean), SS-YOLO effectively maintained high-precision detection through a multi-scale feature decoupling strategy. This result verified that SS-YOLO can maintain excellent detection performance when facing stoma morphology and diverse characteristics of different species. The strong generalization ability provided a reliable tool for cross-species research on plant physiological phenotypes. This model can be extended to monitor leaf diseases and analyze disease resistance phenotypes in other crops.
Finally, SS-YOLO provided a new development tool for precision agriculture research. Quantitative analysis of stomatal parameters (e.g., density, size, area, and orientation) can provide important evidence for crop disease resistance evaluation. For example, high-throughput screening of the negative correlation between stoma density and pathogen infection resistance can accelerate the process of disease-resistant breeding. However, infection by different pathogens may lead to variations in stomatal morphology, which could affect detection accuracy and reliability. Moreover, achieving real-time monitoring may still rely on high-throughput imaging platforms and the optimization of computational resources. SS-YOLO can also be applied to research fields, such as photosynthetic efficiency optimization and drought stress response [52], providing data-driven solutions for smart agriculture decision-making, thus promoting the development of agricultural production towards precision and intelligence.

4.2. Relationship Between Stomatal Parameters and Disease Resistance

For plants, stomata are not only the main channels for gas exchange but also play a crucial role in plant immune defense [45]. Pathogens often enter plant cells through stomata. Therefore, the size, density, and morphological characteristics of stomata directly affect plant disease resistance. The distribution characteristics and opening/closing ability of stomata may be important factors for plant disease defense. For example, a dense distribution of small stomata may limit pathogen invasion, whereas larger stomata may increase plant susceptibility.
This study found that there was a close relationship between stomatal parameters and disease resistance of soybean. Specifically, the DD21 consistently exhibited higher stomatal density and total area than FD9 and HX5 across all stages (healthy: 70 stomata/μm2, 25,764 μm2; asymptomatic: 59 stomata/μm2, 22,258 μm2; symptomatic: 57 stomata/μm2, 21,704 μm2), indicating a structural advantage under pathogen stress. Although stomatal density and total area decreased with disease progression, DD21 maintained higher absolute values, reflecting rapid morphological and functional adjustments that likely limit pathogen invasion while preserving physiological function.
However, the morphology and behavior of plant stomata will undergo opening and closing reactions with environmental changes. This study initially analyzed the detection of static stomata and their characteristic changes. Stomatal opening and closing are short-term responses of plants to environmental changes [53], but their morphology, distribution, and behavior will be affected by fluctuations in short-term and long-term environmental factors [34]. In future studies, we plan to extend our methodology to include time-series monitoring of stomatal aperture in living plants under biotic stress, which will complement the current structural dataset and provide a more comprehensive perspective on stomatal responses in soybean disease resistance research.

4.3. Limitations and Future Work

Although SS-YOLO demonstrated significant advantages in stoma detection, its practical application in real-time video monitoring in agriculture still faces multiple challenges. Firstly, in situ monitoring of living plants requires the model to maintain stability under dynamic illumination conditions and plant growth deformations [54]. However, there is a domain gap between the data trained on standard laboratory images and the complex field scenes, which affects its reliability in continuous monitoring tasks. Furthermore, SS-YOLO lacks the ability to model temporal features, such as stomatal circadian rhythms and stress responses, which limits its application value in precision agriculture decision-making.
Secondly, SS-YOLO, as a complex deep learning-based model, has high computational and memory requirements when processing large amounts of time-series image data for video monitoring in agriculture. This may become an application bottleneck on certain devices and platforms with limited computing capabilities [55]. However, with the continuous advancement of computing hardware and the optimization of deep learning techniques, SS-YOLO is expected to be widely applied in more factories and fields in the future. Broader applications can be achieved by further improving the quality of the dataset and expanding the diversity of training data. In addition, the computational demands of the model can also be effectively addressed with the design of lightweight models [56,57], further promoting the popularization and application of stoma detection technology.

5. Conclusions

In this study, we proposed the SS-YOLO model and quantified the changes in the stomatal characteristics of soybean leaves at different disease stages, providing a new evaluation approach for soybean disease resistance research. The results showed that there was a close relationship between stomatal parameters and soybean disease resistance, which can effectively distinguish between resistant and susceptible varieties. The main findings can be concluded as follows:
(1)
SS-YOLO achieved an accuracy of 98.7% on the self-constructed soybean stoma dataset. On the public datasets, common bean, bean, and barley, SS-YOLO achieved accuracies of 98.8%, 95.1%, and 94.6%, respectively. Especially in complex backgrounds and low-contrast images, SS-YOLO significantly improved the efficiency of soybean disease resistance screening and provided strong technical support for precision breeding and agricultural production.
(2)
Stoma phenotypic features, such as stoma length, width, number, and area of soybean leaves, were automatically extracted. The stomatal indices, such as stoma density, orientation, ratio of stoma area to image area, variance in area, variance in length, variance in width, uniformity, divergence, and aggregation, were calculated. These disease resistance evaluation indicators provided a new perspective for soybean disease resistance research.
(3)
By exploring the relationship between stomatal characteristics and disease resistance of soybean varieties at different disease stages, the results showed that disease resistance evaluation indicators can effectively distinguish between resistant and susceptible varieties. In the self-built soybean dataset, varieties with high resistance had more stable phenotypic characteristics.
SS-YOLO exhibits strong potential for accurate stomatal detection and phenotypic parameter calculation in soybean leaves under rust infection. This enables the rapid screening of rust-resistant cultivars and supports investigations into the relationship between stomatal traits and disease resistance. In addition, by capturing stomatal changes across disease progression, the model facilitates the quantitative monitoring of infection dynamics. Beyond soybean, the approach can be extended to other crops, providing a practical tool for resistance evaluation and precision breeding.

Author Contributions

J.F. contributed to the conceptualization, methodology, software, data curation, writing—original draft preparation, and reviewing and editing. Z.Z. and B.H. contributed to the supervision, project administration, funding acquisition, and writing—reviewing and editing. H.X., S.W. and R.M. contributed to the investigation, data curation, and resources. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (Grant No. 32401697) and Natural Science Foundation of Jiangsu Province (Grant No. BK20231004).

Data Availability Statement

The data used in this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Kumari, S.; Dambale, A.S.; Samantara, R.; Jincy, M.; Bains, G. Introduction, history, geographical distribution, importance, and uses of soybean (Glycine max L.). In Soybean Production Technology: Physiology, Production and Processing; Springer Nature: Singapore, 2025; pp. 1–17. [Google Scholar] [CrossRef]
  2. Hossain, M.M.; Sultana, F.; Yesmin, L.; Rubayet, M.T.; Abdullah, H.M.; Siddique, S.S.; Bhuiyan, M.A.B.; Yamanaka, N. Understanding Phakopsora Pachyrhizi in Soybean: Comprehensive Insights, Threats, and Interventions from the Asian Perspective. Front. Microbiol. 2023, 14, 1304205. [Google Scholar] [CrossRef]
  3. Murithi, H.M.; Beed, F.; Tukamuhabwa, P.; Thomma, B.P.H.J.; Joosten, M.H.A.J. Soybean Production in Eastern and Southern Africa and Threat of Yield Loss Due to Soybean Rust Caused by Phakopsora Pachyrhizi. Plant Pathol. 2016, 65, 176–188. [Google Scholar] [CrossRef]
  4. De Oliveira, T.B.; Peixoto, L.A.; Teodoro, P.E.; De Alvarenga, A.A.; Bhering, L.L.; Hoffmann-Campo, C.B. Relationship between Biochemical and Photosynthetic Traits with Asian Soybean Rust. An. Acad. Bras. Cienc. 2018, 90, 3925–3940. [Google Scholar] [CrossRef]
  5. Lawson, T.; Blatt, M.R. Stomatal Size, Speed, and Responsiveness Impact on Photosynthesis and Water Use Efficiency. Plant Physiol. 2014, 164, 1556–1570. [Google Scholar] [CrossRef] [PubMed]
  6. Carins Murphy, M.R.; Jordan, G.J.; Brodribb, T.J. Cell Expansion Not Cell Differentiation Predominantly Co-Ordinates Veins and Stomata within and among Herbs and Woody Angiosperms Grown under Sun and Shade. Ann. Bot. 2016, 118, 1127–1138. [Google Scholar] [CrossRef] [PubMed]
  7. Meddya, S.; Meshram, S.; Sarkar, D.; Rakesh, S.; Datta, R.; Singh, S.; Avinash, G.; Kumar Kondeti, A.; Savani, A.K.; Thulasinathan, T. Plant Stomata: An Unrealized Possibility in Plant Defense against Invading Pathogens and Stress Tolerance. Plants 2023, 12, 3380. [Google Scholar] [CrossRef] [PubMed]
  8. Fattah, A.; Yasin, M.; Suriani, S.; Nappu, M.B.; Mulia, S.; Hannan, M.F.I.; Wulanningtyas, H.S.; Saenong, S.; Dewayani, W.; Winanda, S.E.; et al. Performance and Morphology of Several Soybean Varieties and Responses to Pests and Diseases in South Sulawesi. Heliyon 2024, 10, e25507. [Google Scholar] [CrossRef]
  9. Bhaiswar, N.; Dixit, V.V.; Student, P.G. A Review: Methods of Automatic Stomata Detection and Counting Through Microscopic Images of a Leaf. Intl. J. Innov. Res. Sci. Eng. Technol. 2016, 5, 10612–10617. [Google Scholar]
  10. Caine, R.S.; Yin, X.; Sloan, J.; Harrison, E.L.; Mohammed, U.; Fulton, T.; Biswal, A.K.; Dionora, J.; Chater, C.C.; Coe, R.A.; et al. Rice with Reduced Stomatal Density Conserves Water and Has Improved Drought Tolerance under Future Climate Conditions. New Phytol. 2019, 221, 371–384. [Google Scholar] [CrossRef]
  11. Li, X.; Guo, S.; Gong, L.; Lan, Y. An Automatic Plant Leaf Stoma Detection Method Based on YOLOv5. IET Image Process. 2023, 17, 67–76. [Google Scholar] [CrossRef]
  12. Dey, B.; Ahmed, R.; Ferdous, J.; Haque, M.M.U.; Khatun, R.; Hasan, F.E.; Uddin, S.N. Automated Plant Species Identification from the Stomata Images Using Deep Neural Network: A Study of Selected Mangrove and Fresh-water Swamp Forest Tree Species of Bangladesh. Ecol. Inform. 2023, 75, 102128. [Google Scholar] [CrossRef]
  13. Kaya, C. Optimizing Crop Production with Plant Phenomics Through High-Throughput Phenotyping and AI in Controlled Environments. Food Energy Secur. 2025, 14, e70050. [Google Scholar] [CrossRef]
  14. Minaee, S.; Boykov, Y.; Porikli, F.; Plaza, A.; Kehtarnavaz, N.; Terzopoulos, D. Image Segmentation Using Deep Learning: A Survey. IEEE Trans. Pattern Anal. Mach. Intell. 2022, 44, 3523–3542. [Google Scholar] [CrossRef]
  15. Wang, J.; Renninger, H.J.; Ma, Q.; Jin, S. Measuring Stomatal and Guard Cell Metrics for Plant Physiology and Growth Using StoManager1. Plant Physiol. 2024, 195, 378–394. [Google Scholar] [CrossRef]
  16. Liang, X.; Xu, X.; Wang, Z.; He, L.; Zhang, K.; Liang, B.; Ye, J.; Shi, J.; Wu, X.; Dai, M.; et al. StomataScorer: A Porta-ble and High-Throughput Leaf Stomata Trait Scorer Combined with Deep Learning and an Improved CV Model. Plant Biotechnol. J. 2022, 20, 577–591. [Google Scholar] [CrossRef]
  17. Meng, X.; Nakano, A.; Hoshino, Y. Automated Estimation of Stomatal Number and Aperture in Haskap (Lonicera caerulea L.). Planta 2023, 258, 77. [Google Scholar] [CrossRef]
  18. Li, S.; Li, L.; Fan, W.; Ma, S.; Zhang, C.; Kim, J.C.; Wang, K.; Russinova, E.; Zhu, Y.; Zhou, Y. LeafNet: A Tool for Segmenting and Quantifying Stomata and Pavement Cells. Plant Cell 2022, 34, 1171–1188. [Google Scholar] [CrossRef]
  19. Fetter, K.C.; Eberhardt, S.; Barclay, R.S.; Wing, S.; Keller, S.R. StomataCounter: A Neural Network for Automatic Stomata Identification and Counting. New Phytol. 2019, 223, 1671–1681. [Google Scholar] [CrossRef]
  20. Takagi, M.; Hirata, R.; Aihara, Y.; Hayashi, Y.; Mizutani-Aihara, M.; Ando, E.; Yoshimura-Kono, M.; Tomiyama, M.; Kinoshita, T.; Mine, A.; et al. Image-Based Quantification of Arabidopsis Thaliana Stomatal Aperture from Leaf Images. Plant Cell Physiol. 2023, 64, 1301–1310. [Google Scholar] [CrossRef]
  21. Zhang, F.; Wang, B.; Lu, F.; Zhang, X. Rotating Stomata Measurement Based on Anchor-Free Object Detection and Stomata Conductance Calculation. Plant Phenomics 2023, 5, 0106. [Google Scholar] [CrossRef] [PubMed]
  22. Casado-García, A.; del-Canto, A.; Sanz-Saez, A.; Pérez-López, U.; Bilbao-Kareaga, A.; Fritschi, F.B.; Miran-da-Apodaca, J.; Muñoz-Rueda, A.; Sillero-Martínez, A.; Yoldi-Achalandabaso, A.; et al. LabelStoma: A Tool for Stomata Detection Based on the YOLO Algorithm. Comput. Electron. Agric. 2020, 178, 105751. [Google Scholar] [CrossRef]
  23. Yang, X.H.; Xi, Z.J.; Li, J.P.; Feng, X.L.; Zhu, X.H.; Guo, S.Y.; Song, C.P. Deep Transfer Learning-Based Multi-Object Detection for Plant Stomata Phenotypic Traits Intelligent Recognition. IEEE/ACM Trans. Comput. Biol. Bioinform. 2023, 20, 321–329. [Google Scholar] [CrossRef]
  24. Pathoumthong, P.; Zhang, Z.; Roy, S.J.; El Habti, A. Rapid Non-Destructive Method to Phenotype Stomatal Traits. Plant Methods 2023, 19, 36. [Google Scholar] [CrossRef]
  25. Wacker, T.S.; Smith, A.G.; Jensen, S.M.; Pflüger, T.; Hertz, V.G.; Rosenqvist, E.; Liu, F.; Dresbøll, D.B. Stomata Morphology Measurement with Interactive Machine Learning: Accuracy, Speed, and Biological Relevance? Plant Methods 2025, 21, 95. [Google Scholar] [CrossRef] [PubMed]
  26. Yang, Z.; Liao, Y.; Chen, Z.; Lin, Z.; Huang, W.; Liu, Y.; Liu, Y.; Fan, Y.; Xu, J.; Xu, L.; et al. StomaYOLO: A Lightweight Maize Phenotypic Stomatal Cell Detector Based on Multi-Task Training. Plants 2025, 14, 2070. [Google Scholar] [CrossRef]
  27. Shi, X.; Song, Y.; Shi, X.; Lu, W.; Zhao, Y.; Zhou, Z.; Chai, J.; Liu, Z. Deep Learning for Stomatal Opening Recognition in Gynura formosana Kitam Leaves. Agronomy 2024, 14, 2622. [Google Scholar] [CrossRef]
  28. Wolter-Salas, S.; Canessa, P.; Campos-Vargas, R.; Opazo, M.C.; Sepulveda, R.V.; Aguayo, D. WS-YOLO: An Agronomical and Computer Vision-Based Framework to Detect Drought Stress in Lettuce Seedlings Using IR Imaging and YOLOv8. In Proceedings of the Communications in Computer and Information Science, Hyderabad, India, 27–28 December 2024; Volume 1935. [Google Scholar] [CrossRef]
  29. Ma, N.; Su, Y.; Yang, L.; Li, Z.; Yan, H. Wheat Seed Detection and Counting Method Based on Improved YOLOv8 Model. Sensors 2024, 24, 1654. [Google Scholar] [CrossRef]
  30. Sultana, S.N.; Park, H.; Choi, S.H.; Jo, H.; Song, J.T.; Lee, J.D.; Kang, Y.J. Optimizing the Experimental Method for Stomata-Profiling Automation of Soybean Leaves Based on Deep Learning. Plants 2021, 10, 2714. [Google Scholar] [CrossRef] [PubMed]
  31. Wang, N.; Liu, H.; Li, Y.; Zhou, W.; Ding, M. Segmentation and Phenotype Calculation of Rapeseed Pods Based on YOLO v8 and Mask R-Convolution Neural Networks. Plants 2023, 12, 3328. [Google Scholar] [CrossRef] [PubMed]
  32. Wang, J.; Renninger, H.J.; Ma, Q. Labeled Temperate Hardwood Tree Stomatal Image Datasets from Seven Taxa of Populus and 17 Hardwood Species. Sci. Data 2024, 11, 1. [Google Scholar] [CrossRef]
  33. Wang, C.Y.; Bochkovskiy, A.; Liao, H.Y.M. YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 7464–7475. [Google Scholar] [CrossRef]
  34. Zhang, F.; Ren, F.; Li, J.; Zhang, X. Automatic Stomata Recognition and Measurement Based on Improved YOLO Deep Learning Model and Entropy Rate Superpixel Algorithm. Ecol. Inform. 2022, 68, 101521. [Google Scholar] [CrossRef]
  35. Sultana, S.N.; Jo, H.; Song, J.T.; Kim, K.; Lee, J.D. Stomatal Density Variation within and among Different Soybean Cultivars across Various Growth Stages. Agriculture 2024, 14, 2028. [Google Scholar] [CrossRef]
  36. Tanaka, Y.; Fujii, K.; Shiraiwa, T. Variability of Leaf Morphology and Stomatal Conductance in Soybean [Glycine max (L.) Merr.] Cultivars. Crop Sci. 2010, 50, 2525–2532. [Google Scholar] [CrossRef]
  37. Amaliah, N.; Zubaidah, S.; Kuswantoro, H. Trichomes and Stomata Diversity in Soybean (Glycine max L. Merill) Lines. IOP Conf. Ser. Earth Environ. Sci. 2019, 276, 012025. [Google Scholar] [CrossRef]
  38. Feng, J.; Zhang, S.; Zhai, Z.; Yu, H.; Xu, H. DC2Net: An Asian Soybean Rust Detection Model Based on Hyperspectral Imaging and Deep Learning. Plant Phenomics 2024, 6, 0163. [Google Scholar] [CrossRef] [PubMed]
  39. Tie, J.; Zhu, C.; Zheng, L.; Wang, H.; Ruan, C.; Wu, M.; Xu, K.; Liu, J. LSKA-YOLOv8: A Lightweight Steel Surface Defect Detection Algorithm Based on YOLOv8 Improvement. Alex Eng. J. 2024, 109, 201–212. [Google Scholar] [CrossRef]
  40. Huang, J.; Fang, C.; Zheng, X.; Liu, J. YOLOv8-UC: An Improved YOLOv8-Based Underwater Object Detection Algorithm. IEEE Access 2024, 12, 172186–172195. [Google Scholar] [CrossRef]
  41. Zhao, L.; Liang, G.; Hu, Y.; Xi, Y.; Ning, F.; He, Z. YOLO-RLDW: An Algorithm for Object Detection in Aerial Images under Complex Backgrounds. IEEE Access 2024, 12, 128677–128693. [Google Scholar] [CrossRef]
  42. Azad, R.; Niggemeier, L.; Hüttemann, M.; Kazerouni, A.; Aghdam, E.K.; Velichko, Y.; Bagci, U.; Merhof, D. Beyond Self-Attention: Deformable Large Kernel Attention for Medical Image Segmentation. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, Waikoloa, HI, USA, 3–8 January 2024; pp. 1287–1297. [Google Scholar] [CrossRef]
  43. Han, Z.; Cai, Y.; Liu, A.; Zhao, Y.; Lin, C. MS-YOLOv8-Based Object Detection Method for Pavement Diseases. Sensors 2024, 24, 4569. [Google Scholar] [CrossRef]
  44. Sakata, N.; Ishiga, Y. Prevention of Stomatal Entry as a Strategy for Plant Disease Control against Foliar Patho-genic Pseudomonas Species. Plants 2023, 12, 590. [Google Scholar] [CrossRef] [PubMed]
  45. Tian, M.; Yu, R.; Yang, W.; Guo, S.; Liu, S.; Du, H.; Liang, J.; Zhang, X. Effect of Powdery Mildew on the Photosynthetic Parameters and Leaf Microstructure of Melon. Agriculture 2024, 14, 886. [Google Scholar] [CrossRef]
  46. Xiang, Q.; Lott, A.A.; Assmann, S.M.; Chen, S. Advances and Perspectives in the Metabolomics of Stomatal Movement and the Disease Triangle. Plant Sci. 2021, 302, 110697. [Google Scholar] [CrossRef]
  47. Song, W.; Li, J.; Li, K.; Chen, J.; Huang, J. An Automatic Method for Stomatal Pore Detection and Measurement in Microscope Images of Plant Leaf Based on a Convolutional Neural Network Model. Forests 2020, 11, 954. [Google Scholar] [CrossRef]
  48. Kang, M.; Ting, C.M.; Ting, F.F.; Phan, R.C.W. ASF-YOLO: A Novel YOLO Model with Attentional Scale Sequence Fusion for Cell Instance Segmentation. Image Vis. Comput. 2024, 147, 105057. [Google Scholar] [CrossRef]
  49. Han, K.; Wang, Y.; Guo, J.; Wu, E. ParameterNet: Parameters Are All You Need for Large-Scale Visual Pretraining of Mobile Networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 16–22 June 2024. [Google Scholar] [CrossRef]
  50. Tateda, C.; Obara, K.; Abe, Y.; Sekine, R.; Nekoduka, S.; Hikage, T.; Nishihara, M.; Sekine, K.T.; Fujisaki, K. The Host Stomatal Density Determines Resistance to Septoria Gentianae in Japanese Gentian. Mol. Plant-Microb. Interact. 2019, 32, 428–436. [Google Scholar] [CrossRef] [PubMed]
  51. Lake, J.A.; Wade, R.N. Plant–pathogen Interactions and Elevated CO2: Morphological Changes in Favour of Pathogens. J. Exp. Bot. 2009, 60, 3123–3131. [Google Scholar] [CrossRef] [PubMed]
  52. Zahedi, S.M.; Karimi, M.; Venditti, A.; Zahra, N.; Siddique, K.H.M.; Farooq, M. Plant Adaptation to Drought Stress: The Role of Anatomical and Morphological Characteristics in Maintaining the Water Status. J. Soil Sci. Plant Nutr. 2025, 25, 409–427. [Google Scholar] [CrossRef]
  53. Takahashi, Y.; Joo, H.; Pankasem, N.; Hsu, P.K.; Schroeder, J.I. Stomatal CO2 Sensing in Plants: Control of Gas Exchange and Interactions with Environmental Stimuli. Plant Cell Physiol. 2025, 66, 1259–1273. [Google Scholar] [CrossRef]
  54. Li, X.H.; Li, M.Z.; Li, J.Y.; Gao, Y.Y.; Liu, C.R.; Hao, G.F. Wearable Sensor Supports In-Situ and Continuous Monitoring of Plant Health in Precision Agriculture Era. Plant Biotechnol. J. 2024, 22, 1516–1535. [Google Scholar] [CrossRef]
  55. Attri, I.; Awasthi, L.K.; Sharma, T.P.; Rathee, P. A Review of Deep Learning Techniques Used in Agriculture. Ecol. Inform. 2023, 77, 102217. [Google Scholar] [CrossRef]
  56. de Melo Lima, B.P.; de Araújo Barbosa Borges, L.; Hirose, E.; Borges, D.L. A Lightweight and Enhanced Model for Detecting the Neotropical Brown Stink Bug, Euschistus Heros (Hemiptera: Pentatomidae) Based on YOLOv8 for Soybean Fields. Ecol. Inform. 2024, 80, 102543. [Google Scholar] [CrossRef]
  57. Zhou, H.; Kong, M.; Yuan, H.; Pan, Y.; Wang, X.; Chen, R.; Lu, W.; Wang, R.; Yang, Q. Real-Time Underwater Object Detection Technology for Complex Underwater Environments Based on Deep Learning. Ecol. Inform. 2024, 82, 102680. [Google Scholar] [CrossRef]
Figure 1. Stoma of different plant species. Note: The red boxes mark representative stomata, illustrating morphological differences across species.
Figure 1. Stoma of different plant species. Note: The red boxes mark representative stomata, illustrating morphological differences across species.
Plants 14 02994 g001
Figure 2. Time-series images of disease progression in various varieties.
Figure 2. Time-series images of disease progression in various varieties.
Plants 14 02994 g002
Figure 3. Data collection process. (a) Three varieties under healthy and infected status; (b) the Hikvision imaging system; (c) extraction of regions of interest. Note: DD21, FD9, and HX5 denote the soybean variety, while H, A, and D denote healthy, asymptomatic, and symptomatic, respectively. For instance, HX5H denotes the HX5 variety at the healthy stage.
Figure 3. Data collection process. (a) Three varieties under healthy and infected status; (b) the Hikvision imaging system; (c) extraction of regions of interest. Note: DD21, FD9, and HX5 denote the soybean variety, while H, A, and D denote healthy, asymptomatic, and symptomatic, respectively. For instance, HX5H denotes the HX5 variety at the healthy stage.
Plants 14 02994 g003
Figure 4. The architecture diagram of SS-YOLO. The red rectangular box marked the enhancements over the original YOLOv8 model.
Figure 4. The architecture diagram of SS-YOLO. The red rectangular box marked the enhancements over the original YOLOv8 model.
Plants 14 02994 g004
Figure 5. LSKA model architecture diagram. Note: Convolutional kernel, K h × K w . Dilated convolution, d h × d w . Stride, S h × S w . Padding, P h × P w .
Figure 5. LSKA model architecture diagram. Note: Convolutional kernel, K h × K w . Dilated convolution, d h × d w . Stride, S h × S w . Padding, P h × P w .
Plants 14 02994 g005
Figure 6. The architecture diagram of the DLKA module.
Figure 6. The architecture diagram of the DLKA module.
Plants 14 02994 g006
Figure 7. Calculation of stoma characteristics.
Figure 7. Calculation of stoma characteristics.
Plants 14 02994 g007
Figure 8. Stoma detection results of different models. Red boxes indicate detected stomata, while yellow circles, shown as examples, denote false positives, allowing an intuitive comparison of detection performance across models.
Figure 8. Stoma detection results of different models. Red boxes indicate detected stomata, while yellow circles, shown as examples, denote false positives, allowing an intuitive comparison of detection performance across models.
Plants 14 02994 g008
Figure 9. Loss and accuracy curves of all models.
Figure 9. Loss and accuracy curves of all models.
Plants 14 02994 g009aPlants 14 02994 g009b
Figure 10. Stoma detection results on the public dataset. Note: the red boxes indicate detected stomata, and the numbers represent the confidence scores.
Figure 10. Stoma detection results on the public dataset. Note: the red boxes indicate detected stomata, and the numbers represent the confidence scores.
Plants 14 02994 g010
Figure 11. Correlation matrix between all stomatal characteristics.
Figure 11. Correlation matrix between all stomatal characteristics.
Plants 14 02994 g011
Figure 12. Stomatal parameter analysis of different soybean varieties.
Figure 12. Stomatal parameter analysis of different soybean varieties.
Plants 14 02994 g012
Figure 13. Analysis of soybean stomatal parameters under healthy and infected conditions.
Figure 13. Analysis of soybean stomatal parameters under healthy and infected conditions.
Plants 14 02994 g013
Figure 14. Analysis of stomatal parameters of soybean in different varieties at different stages of dyeing disease.
Figure 14. Analysis of stomatal parameters of soybean in different varieties at different stages of dyeing disease.
Plants 14 02994 g014
Table 1. Statistics summary of the soybean leaf stoma dataset.
Table 1. Statistics summary of the soybean leaf stoma dataset.
VarietyDisease StageNumber of ImagesTraining SetValidation SetNumber of Stomata
DD21healthy138110288516
asymptomatic15612531
symptomatic30624561
FD9healthy188150387969
asymptomatic21217042
symptomatic20016040
HX5healthy232185478911
asymptomatic20816741
symptomatic16012832
Table 2. Calculation formula of stomatal parameters.
Table 2. Calculation formula of stomatal parameters.
CategoryPhenotypic
Parameters
SymbolsFormulasDescription
basic parametersquantity N N = c o u n t   o f   b o u n d i n g   b o x e s Total number of detected stomata
density D D = 100 × N × P 2 A img Number of stomata per unit leaf area
area A s A s = i = 0 n 1 x i y i + 1 x i + 1 y i Total area of stomata
ratio of total stoma area to image area R a t i o a r e a R a t i o a r e a = A s t o m a t a A i m a g e Proportion of stomata in the leaf area
variance of stoma parameters V a r A V a r A = 1 N i = 1 N A s t o m a t a A ¯ 2 Variability in area, width, and length
morphological parameterslength L L = l e n g t h   o f   m a j o r   a x i s Length of stoma
width W W = l e n g t h   o f   m i n o r   a x i s Width of stoma
direction θ θ = arctan y 2 y 1 x 2 x 1 Rotation angle of the long axis of the stoma relative to the horizontal line
stomatal indexevenness S E v e S E v e = min P D l 1 N 1 1 N 1 1 1 N 1 Regularity of stoma distribution
aggregation S A g g S A g g = d ¯ d Degree to which stoma distribution deviates from a random pattern
Note: P represents the number of pixels per 0.1 mm line. A img represents the pixel area of the input image. A s t o m a t a represents the total stomatal area. x i , y i , represent the coordinates of stomatal vertices. x 1 , y 1 and x 2 , y 2 represent the coordinates of the two endpoints of the stomatal major axis. A minimum spanning tree was constructed to connect all stomata, minimizing the total branch length (distance between stomata). For N stomata, N − 1 branches were generated, where P D l represents the partial distance of the l -th branch. d ¯ represents the average of the observed nearest neighbor distances, and d represents the theoretical nearest neighbor distance. The value of S E v e ranges from 0 to 1, with values closer to 1 indicating a more uniform stomatal distribution, and values closer to 0 indicating a more clustered distribution. The S A g g value indicates a perfectly uniform distribution, a value equaling to 1 indicates a random distribution, and a value of less than 1 indicates clustered distribution.
Table 3. The ablation result of SS-YOLO over each component.
Table 3. The ablation result of SS-YOLO over each component.
SPPF-LSKAC2f-DLKAPrecisionRecallmAP50mAP50:95FPSParams(M)GFLOPs
0.9250.8500.9360.46439.423.018.12
0.9540.9450.9820.60036.484.578.43
0.9580.9470.9810.58635.924.828.59
0.9590.9500.9870.85434.034.9510.21
Note: “√” indicates that the module was used in the ablation experiment; boldface highlights the best performance.
Table 4. Experimental results of SOTA model comparison.
Table 4. Experimental results of SOTA model comparison.
ModelPrecisionRecallmAP50mAP50:95FPSParams (M)GFLOPs
YOLOv70.9460.8790.9520.72237.823.638.57
YOLOv90.9380.9700.9850.72048.531.976.21
YOLOv100.9560.9460.9860.81144.212.717.38
ASF-YOLOv80.9250.8500.9360.46441.533.067.65
DynamicCov-YOLOv80.9430.9660.9850.71334.784.749.92
StomaYOLO0.9560.9270.976 0.76537.184.699.12
SS-YOLO0.9590.9500.9870.85434.034.9510.21
Table 5. Stoma detection results of soybean stoma on the public dataset.
Table 5. Stoma detection results of soybean stoma on the public dataset.
VarietyPrecisionRecallmAP50mAP50:95
Common Bean0.9490.9770.9880.573
Bean0.9050.9090.9510.610
Barley0.9020.8980.9460.751
Table 6. Statistics summary of soybean stomatal characteristics.
Table 6. Statistics summary of soybean stomatal characteristics.
VarietyStageDensity
Stomata/μm2
Total Area
/μm2
Length
/μm
Width
/μm
Direction
DD21healthy7025,763.7138.4237.7445.44
asymptomatic5922,258.4439.5438.4445.69
symptomatic5721,704.2139.3138.8845.24
FD9healthy5517,082.9136.0334.4546.18
asymptomatic5015,880.9636.5134.6746.41
symptomatic4816,521.0837.3936.2745.80
HX5healthy5820,350.3937.7536.7445.69
asymptomatic5718,679.4736.3535.2445.81
symptomatic5419,484.8138.4537.0646.02
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

Feng, J.; Wu, S.; Mu, R.; Xu, H.; Zhai, Z.; Hu, B. Stoma Detection in Soybean Leaves and Rust Resistance Analysis. Plants 2025, 14, 2994. https://doi.org/10.3390/plants14192994

AMA Style

Feng J, Wu S, Mu R, Xu H, Zhai Z, Hu B. Stoma Detection in Soybean Leaves and Rust Resistance Analysis. Plants. 2025; 14(19):2994. https://doi.org/10.3390/plants14192994

Chicago/Turabian Style

Feng, Jiarui, Shichao Wu, Rong Mu, Huanliang Xu, Zhaoyu Zhai, and Bin Hu. 2025. "Stoma Detection in Soybean Leaves and Rust Resistance Analysis" Plants 14, no. 19: 2994. https://doi.org/10.3390/plants14192994

APA Style

Feng, J., Wu, S., Mu, R., Xu, H., Zhai, Z., & Hu, B. (2025). Stoma Detection in Soybean Leaves and Rust Resistance Analysis. Plants, 14(19), 2994. https://doi.org/10.3390/plants14192994

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