Next Article in Journal
Improving Crop Resilience in Drought-Prone Agroecosystems: Bioinoculants and Biocontrol Strategies from Climate-Adaptive Microorganisms
Previous Article in Journal
A Virtual Water-Based Framework for Alleviating Regional Food Shortage in China: Modeling and Optimal Allocation
Previous Article in Special Issue
Plant Desiccation and Root Rot in Rosemary: Insight into Macrophomina phaseolina, Ceratobasidium sp. and Fusarium falciforme Roles in Co-Infection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Digital Image Quantification of Rice Sheath Blight: Optimized Segmentation and Automatic Classification

1
Department of Electrical Engineering, Pohang University of Science and Technology, Pohang 37673, Gyeongsangbuk-do, Republic of Korea
2
Department of Electrical and Computer Engineering, Ajou University, Suwon 16499, Gyeonggi-do, Republic of Korea
3
Department of Plant Pathology, The Ohio State University, Columbus, OH 43210, USA
*
Author to whom correspondence should be addressed.
Agriculture 2025, 15(23), 2478; https://doi.org/10.3390/agriculture15232478 (registering DOI)
Submission received: 17 October 2025 / Revised: 17 November 2025 / Accepted: 18 November 2025 / Published: 28 November 2025
(This article belongs to the Special Issue Exploring Sustainable Strategies That Control Fungal Plant Diseases)

Abstract

Rapid and accurate phenotypic screening of rice germplasms is crucial for identifying potential sources of rice sheath blight resistance. However, visual and/or caliper-based estimations of coalescing, necrotic, diseased lesions of rice sheath blight (ShB)-infected plants are time-consuming, labor-intensive, and subject to human rater subjectivity. Here, we propose the use of RGB images and image processing techniques to quantify ShB disease progression in terms of lesion height and diseased area. To be specific, we developed a Pixel Color- and Coordinate-based K-Means Clustering (PCC-KMC) algorithm utilizing the Mahalanobis distance metric, aimed at accurately segmenting symptomatic and non-symptomatic regions within rice stem images. The performance of PCC-KMC, combined with manual classification of the segmented regions, was evaluated using Lin’s concordance correlation coefficient ( ρ c ) by comparing its results to visual measurements of ShB lesion height (cm) and to lesion/diseased area (cm2) measured using ImageJ. Low bias (Cb) and high precision (r) were observed for absolute lesion height (Cb = 0.93, r = 0.94) and absolute symptomatic area (Cb = 0.98, r = 0.97) studies. Furthermore, to automatically classify the segmented regions produced by the PCC-KMC algorithm, we employed a convolutional neural network (CNN). Unlike conventional CNNs that require fixed-size image inputs, our CNN is designed to take the RGB histogram of each segmented region (a 1000 by 3 representation) as input and determine whether the region corresponds to ShB infection. This design effectively handles the arbitrary sizes and irregular shapes of segmentation regions generated by PCC-KMC. Our CNN was trained based on an 85%:15% composition for the training and testing dataset from a total of 168 ShB-infected stem sample images, recording 92% accuracy and 0.21 loss. PCC-KMC-CNN also showed high accuracy and precision for the absolute lesion height (Cb = 0.86, r = 0.90) and absolute diseased area (Cb = 0.99, r = 0.97) studies, indicating that PCC-KMC combined with automatic CNN-based classification performs very effectively. These results demonstrate that the potential of our methodology to serve as an alternative to the traditional visual-based ShB disease severity assessment and can be considered to be utilized for lab-scale, high-throughput phenotyping of rice ShB.

1. Introduction

Rice sheath blight (ShB) is a major rice fungal disease that causes drastic reductions in the quantity and quality of rice production [1,2,3]. The disease has become a major rice disease in recent decades due to the intensification of the cultivation of short-statured, high-tillering and high-yielding rice varieties accompanied by increased nitrogen input [4,5]. The causal agent of ShB, Rhizoctonia solani Kühn AG1-IA, generates water-soaked disease lesions in the sheaths of rice leaves at the plant-water or soil interface [2]. The lesions are characterized by greenish-gray water-soaked lesions gradually maturing into grayish-white ellipsoids surrounded by dark brown to black margins on rice leaf sheaths [2,6]. The chemical management of ShB using fungicides has been effective in managing the disease in the field [1,6]. However, this approach has been increasingly discouraged due to its negative consequences for the environment and humans [7]. Furthermore, the use of host resistance is known to be the most effective and economical approach [8], preventing the persistence of the pathogen in fields that would otherwise lead to continuous ShB outbreaks [1]. Nevertheless, to date, rice germplasm with complete resistance to ShB has not yet been identified [9,10,11,12]. Hence, the screening of rice germplasm in search of sources of ShB resistance is crucial. [13].
Currently, there are numerous approaches to screen for ShB resistance in field and controlled conditions [9,13,14]. For example, the microchamber method provides a conducive environment for optimal ShB development and allows minimal environmental effects [9]. Quantification of ShB resistance is generally achieved using visual estimations of the diseased area relative to the whole plant or ruler-based measurements of the vertical distance in which the disease lesions have progressed (lesion length) [13,14,15,16]. The limitation of this visual-based disease phenotyping method is that it is time-consuming and vulnerable to subjectivity and inaccuracy of the rater, specifically when the screening is conducted on large scales (hundreds of plants) [9,13,17,18,19]. Moreover, inconsistencies in evaluating and scoring ShB disease reactions in screening experiments arise due to the subjectivity of the variety of ShB disease scoring systems based on visual estimations. In addition, disease scoring or measurement methods, including measurement of lesion length (in centimeters), disease scales (0–9), percentages of disease lesions based on lesion length and leaf position, differ depending on artificial inoculation methods [13]. Precise phenotypic data are crucial in screening experiments [20], particularly for the screening of resistance to polygenic diseases, due to the widely varying susceptibility profiles between different rice cultivars [1,21,22]. Hence, utilizing repeatable and less subjective approaches, including an image-based disease quantification method, will capture minor differences in terms of resistance reactions and may provide reliable and precise phenotypic data, which will help find stronger and more robust germplasm in resistance breeding programs.
The use of imaging systems has shown great promise as a tool for quantifying plant diseases, including red-green-blue (RGB), multispectral, and hyperspectral images [23,24,25]. These technologies, along with convolutional neural networks, show promise in assessing disease severity and can reduce human errors caused by visual assessments [17,26,27,28]. Some image processing platforms are currently available for assessing the severity of plant disease, including Assess (v. 2.0)  [29], SigmaPlot (v. 12.5)  [30], and ImageJ (v. 1.53)  [31]. Furthermore, numerous studies on the detection of rice diseases have been documented with RGB imagery [32,33,34]. However, none has yet been developed specifically targeted for ShB phenotyping. Moreover, a crucial point that must be addressed for new plant disease assessment methods is their ability to generate accurate measurements by validation of the measurement of the proposed method. ‘Accuracy’ refers to the closeness of the measured value to the actual value, while ‘precision’ refers to the variability of the measurement [17,35]. Using these parameters, validation can be achieved by comparing the measurements of the new method with actual values or ‘gold standard’, such as visual-based measurements or pre-existing, image-based measurements (ImageJ) [17].
In general, plant disease detection using digital image processing consists of three major steps: (i) pre-processing (background and noise removal), (ii) segmentation, and (iii) feature extraction and identification of the object of interest [23,36,37]. Among these different image processing steps, image segmentation is a crucial process that delineates and groups different regions of an image. One of the most commonly used image segmentation algorithms for plant disease detection has been K-Means Clustering (KMC) [38,39,40,41]. Although KMC segments RGB images into ‘k’ groups based on the proximity of the RGB color space, it is limited in terms of spatial proximity of pixels, which becomes a significant issue in detecting the coalescing and necrotic nature of ShB lesions in ShB-infected stems that do not appear in a sporadic random pattern, suggesting that this segmentation method may not reflect the distinct spatial patterns of water-soaked ShB infection.
Conventional rice ShB phenotyping typically relies on the ordinal scale IRRI-standard 0–9 or 0–10 based solely on the maximum height of the injury. However, this scale does not incorporate the area of the injury, provides limited resolution to detect subtle progression in early stages of the disease, and requires substantial human labor while remaining highly dependent on visual raters and, therefore, prone to subjectivity. In our study, we developed an objective approach to score ShB using the standardized laboratory micro-chamber screening method developed to screen rice seedlings under controlled growth chamber or greenhouse conditions. This method is known to expedite the selection process for searching for sources of ShB resistance. To address these limitations, we introduce a digital image processing and machine learning-based framework that enables an objective, automated evaluation of ShB severity. The results demonstrate that the proposed pipeline can serve as a promising tool for high-throughput phenotyping of rice ShB. The methodological innovations and contributions of this work are summarized as follows:
  • The proposed method quantifies both the lesion area and the maximum height and, once sample images are provided, can rapidly and automatically evaluate the severity of the disease without manual intervention. This enables large-scale phenotyping with significantly reduced labor requirements.
  • Methodologically, the framework consists of two major components:
    • Segmentation of lesion and healthy regions using the proposed Pixel Color- and Coordinate-based K-Means Clustering algorithm (PCC-KMC) utilizing the Mahalanobis metric;
    • Automated classification using a pre-trained binary Convolutional Neural Network (CNN) classifier that determines whether each segmented region corresponds to an ShB lesion.
  • In the segmentation step, traditional unsupervised color-based k-means clustering fails to isolate local lesions because it groups spatially scattered pixels with similar color values. By incorporating the Mahalanobis distance into the clustering, the proposed PCC-KMC method enforces spatial locality and color similarity simultaneously, allowing accurate extraction of local ShB lesions.
  • Instead of relying on manual visual judgment to determine whether each segmented region is diseased, we employ a CNN-based classifier for automatic classification.
  • Conventional CNNs require fixed-size rectangular image inputs and, therefore, cannot directly handle the irregular shapes and variable sizes of segmented lesion patches. To overcome this, we extract RGB histograms from each segmented region and use them as compact CNN inputs, leveraging the fact that the color distribution differs between the lesion and the healthy tissue.
  • Because RGB histograms can be normalized to a fixed dimension regardless of the shape or size of the region, they are ideally suited as CNN input for robust classification.
Using the developed PCC-KMC-CNN pipeline, one can further demonstrate its utility by distinguishing rice species with different levels of resistance to ShB.

2. Related Works

2.1. Traditional Phenotyping of Rice Sheath Blight

Rice ShB phenotyping has historically relied on visual evaluation of the height of ShB lesion. Classical studies established protocols for inoculation, field evaluation, and manual scoring of lesion spread along the culm [9,42,43,44,45,46,47]. These approaches provide practical field-level guidelines, but inherently depend on rater experience, suffer from scale sparsity in early disease stages, and require substantial labor for large-scale screening. Despite their importance, traditional phenotyping methods do not quantify the precise area of the lesion and offer limited reproducibility, motivating the need for automated digital pipelines [48,49].

2.2. Genetic, Genomic, and QTL Studies and ShB Quantification

Significant efforts have been made to investigate the genetic basis of ShB resistance through Quantitative Trait Locus (QTL) mapping, Genome-Wide Association Studies (GWAS), and genomic analyzes. Early foundational studies reported major QTLs such as qSBR11-1, qSB9-2, qSB12-1, and others in diverse rice populations [11,50,51,52,53]. Subsequent research refined the mapping resolution, identifying loci such as qSB-11LE and additional candidate genomic regions associated with partial resistance [54,55,56,57,58]. These findings were complemented by analyzes of plant architectural traits correlated with disease severity [14,59] and molecular insights into host-pathogen interaction mechanisms [60,61,62]. Reviews summarizing global progress in ShB resistance have emphasized the importance of accurate phenotyping as input for genetic studies [63,64,65,66,67]. However, most genomic studies continue to rely on manual lesion height scoring, which limits performance and introduces unavoidable subjectivity.

2.3. Digital Imaging and RGB-Based Disease Quantification

Recent advances in computer vision have enabled RGB-image-based analysis of foliar diseases. For example, Lee et al. developed contour-based stromata detection algorithm and deep-learning-supported quantification pipelines for corn tar spot using RGB imagery [68,69]. These methods highlight the potential for object-based stromata lesion detection, but target diseases with these structures rather than continuous lesion gradients, which is typical for ShB. In the context of rice, unmanned aerial system imaging and high-resolution RGB data have been utilized for canopy-level ShB detection [70], but these approaches do not resolve the geometry of the culm-level lesion or provide pixel-wise lesion segmentation. No previous RGB-based work has integrated spatial pixel coordinates and color features within a unified clustering scheme nor incorporated cluster-level CNN classification for automatic annotation as proposed in the PCC-KMC-CNN pipeline.

2.4. Hyperspectral and Multispectral Disease Detection Approaches

Beyond using RGB image data, spectral signatures have also been used to detect ShB symptoms and pre-symptomatic stress signals. Conrad et al. applied machine learning to spectral reflectance profiles to detect ShB-infected lesions of the early phase [71], while Zhang et al. implemented in-situ hyperspectral imaging for the detection of lesion directly on rice stalks [72]. Although powerful, hyperspectral systems require expensive specialized hardware and are less feasible for routine small-scale laboratory breeding programs. In contrast, our RGB-based PCC-KMC-CNN framework focuses on utilizing low-cost imaging while still offering pixel-level lesion masks and automated classification.

2.5. Summary of Gaps in the Literature

In general, the above literature review reveals few limitations, such as (1) the dominant reliance on manual lesion height scoring, (2) the lack of accurate lesion segmentation for ShB and automated classification algorithms, and (3) the high barriers to scalability. To address these gaps, we propose the PCC-KMC-CNN pipeline, which (1) is capable of effectively segmenting ShB-infected regions by integrating pixel color and coordinate features simultaneously, and (2) automatically labels lesion clusters through CNN-based histogram classification. This enables quantifying both both maximum lesion height and the proportional lesion area, offering a fully automated and high-throughput phenotyping solution for rice ShB.

3. Materials and Methods

3.1. Preparation of ShB-Infected Plant Samples

The rice cultivars/accessions were obtained from the Genetic Stocks Oryza Collection, USDA-ARS, Dale Bumpers National Rice Research Center, Stuttgart, Arkansas [73]. Ten rice accessions were randomly selected from the Rice Diversity Panel 1 (RDP1) (Table 1), a collection of purified, homozygous Oryza sativa L. accessions encompassing land races and elite rice cultivars [73].
De-husked rice seeds of the 10 cultivars, 301065 (IR 8), 301091 (LAC 23), 301093 (Lemont), 301123 (Rathuwee), 301332 (Cenit), 301341 (ARC 10376), 301351 (Rikuto Norin 21), 301358 (Santhi Sufaid), 301402 (LaGrue), and 301406 (Jasmine 85), were surface-sterilized with 10% Chlorox solution (The Clorox Company, Oakland, CA, USA), germinated on 1/2 Murashige and Skoog (1/2 MS) medium (Murashige and Skoog Basal Medium; Sigma-Aldrich, St. Louis, MO, USA), and then transplanted into plastic pots (15 cm in diameter) filled with ProMix BXTM soil (Premier Tech Horticulture, Rivière-du-Loup, QC, Canada) in Figure 1. The seedlings were grown in a growth chamber (26 °C on day and 20 °C at night, 12 h light/dark cycle, 80% relative humidity) until they were ready for inoculation (Figure 1).
Rice seedlings with four to five leaves were then inoculated with the ShB pathogen R. solani (isolate B2 provided by Dr. Jim Correll, University of Arkansas, USA). Circular agar blocks (5 mm diameter) were excised from the border of an actively growing 3-day-old culture on potato dextrose agar (PDA). The agar blocks were attached on both sides of the stem base of each seedling (two agar blocks per seedling). The microchamber method [9] was used, and inoculated seedlings were placed in growth chambers at 28–30 °C with a relative humidity of ∼90% to provide optimum conditions for ShB development. At 7 to 10 days after inoculation, the distance between the point of pathogen inoculation (base of the rice plant) and the margin of the lesion farthest from the base of the stem was measured using a caliper to reflect the severity of the disease [2,6,9,47]. After collecting visual-based measurements of ShB progression, the stem of the rice plant was excised to acquire RGB digital images.

3.2. Acquisition of RGB Digital Images of ShB-Infected Rice Stems

In this study, all digital RGB images of rice stems were acquired under controlled laboratory conditions using HP Scanjet G4050 flatbed scanner (HP Inc., Palo Alto, CA, USA). To minimize background noise and facilitate accurate cropping of the region of interest, the stem samples were placed on a monochromatic matte black background prior to scanning. Images were acquired at a fixed resolution of 600 pixels per inch (ppi) and saved in PNG format, ensuring consistent lighting, viewing angle, and imaging geometry across all samples. Under these controlled conditions, variations in illumination, perspective, and resolution are negligible, thereby reducing pre-processing challenges associated with such variability. All subsequent digital image processing was performed using the Image Processing Toolbox in (MathWorks Inc., Natick, MA, USA) [76]. However, for field-scale applications, substantial variations in lighting, shading, camera angle, and image sharpness can significantly affect segmentation and classification performance. In such scenarios, additional pre-processing steps—such as illumination correction, histogram normalization, color calibration using reference cards, and geometric alignment—would be required to maintain robustness.
Specifically, we pre-process an input image to stabilize illumination and suppress residual noise. First, we apply Gaussian smoothing to each RGB channel using MATLAB’s imgaussfilt with a standard deviation of 5. This step attenuates salt-and-pepper-like speckles and other high-frequency artifacts while preserving the low-frequency structure that distinguishes healthy from diseased tissue. Next, we perform flat-field correction with MATLAB’s imflatfield with a radius of 50 pixels to avoid bias from background pixels. Flat-fielding compensates for uneven illumination and vignetting, effectively normalizing shading across the region of interest and enhancing the contrast between healthy and diseased regions, which improves the reliability of downstream color-based screening and segmentation.

3.3. Image Analyses of ShB-Infected Rice Stems

3.3.1. Pre-Processing of Acquired RGB Images

All of the acquired RGB images were pre-processed to remove the background and isolate the region of interest (rice stem image) (Figure 2a).
Upon isolation of the stem image, green-dominant pixels (green, non-symptomatic tissue) were extracted through initial screening using the following lenient threshold criterion:
I G ( r , c ) > I R ( r , c ) , I G ( r , c ) > I B ( r , c ) ,
where I R , I G , and I B represent red, green, and blue values of a given input RGB digital image, respectively, whereas r and c indicate row and column pixel index, respectively. Pixels that met the above condition were labeled as 1; otherwise, they were labeled as 0, thereby generating two binary images/masks to decompose the input RGB into green tissue (non-symptomatic tissue) and disease lesions (symptomatic tissue). For instance, the acquired RGB image of the Jasmine 85 stem (Figure 2(b-1)) was pre-processed using two key parameters associated with the performance of the background remover: (i) the edge detection type with a sensitivity parameter (Figure 2(b-2)) and (ii) the element type and size for dilation and erosion (Figure 2(b-3)). Consequently, successful isolation of the rice stem from the background was achieved (Figure 2(b-4)) and the well-masked RGB image of Jasmine 85 was then subjected to color thresholding that decomposed the rice stem into regions without ShB disease symptoms (green regions) and with disease symptoms (necrotic lesions) (Figure 3A).

3.3.2. Segmentation of RGB Images Through PCC-KMC

Since ShB gradually progresses towards the rice canopy and infects leaf blades, leaving disease lesions along its progression path (vertical and horizontal spread) [6], we developed an optimal segmentation method that accounts for spatial proximity as well as color similarity while clustering. We developed a pixel color- and coordinate-based k-means clustering algorithm (PCC-KMC) operating over 5-dimensional space composed of RGB color values and row and column pixel index, i.e., red, green, blue, row, and column, wherein the measure of the distance between two data points directly affects the result of k-means clustering. Moreover, instead of utilizing the standard Euclidean distance, we utilized the Mahalanobis metric, which can properly account for the scaling difference in each axis incorporated into the covariance matrix [77] in order to define the closeness between a pair of data points over the 5-dimensional space. That is, for arbitrary two data points x 1 = R 1 , G 1 , B 1 , r 1 , c 1 T and x 2 = R 2 , G 2 , B 2 , r 2 , c 2 T , one can evaluate the Mahalanobis distance between the data points as
d M ( x 1 , x 2 ) = ( x 1 x 2 ) T · C ¯ 1 · ( x 1 x 2 )
where C ¯ denotes covariance matrix. As a result, PCC-KMC allows clustering a set of data points that are statistically proximal. Given a set of L number of observations ( y 1 , y 2 , , y L ) , each observation includes RGB color values at an rth and cth pixel, i.e., y i = R i , G i , B i , r i , c i , where L is equal to the total number of pixels of the possibly symptomatic regions which were labeled by 0 from the initial screening. Furthermore, PCC-KMC partitions L observations into a given number K ( L ) sets, denoted as S = S 1 , S 1 , , S K , in such a way as to minimize the total sum of the Mahalanobis distances between observations and centroids of the clusters, such as
arg min S i = 1 K y j S i ( y 1 y 2 ) T · C ¯ 1 · ( y 1 y 2 )
where μ i is the mean of points S i .
To examine the performance of PCC-KMC in accurately extracting disease progression of ShB in Jasmine 85, segmentation patterns of PCC-KMC and KMC (k = 5) were compared (Figure 3B). KMC generated clusters that contained pixels that were similar in terms of color (RGB values) regardless of the location of the pixels in the image (Figure 3C). On the contrary, PCC-KMC clustered regions in terms of color similarity and spatial proximity, as reflected by each cluster where stem regions consisting of pixels of similar colors that were also in close proximity were grouped together (Figure 3D).
Note that when running the PCC-KMC algorithm, the only tunable parameter is the number of K-means iterations used to refine the initial clustering. We set this value to 10, which provided stable and well-converged segmentation results. In our implementation, the initial cluster means are selected by randomly sampling K points from the dataset. The algorithm then performs 10 iterations, each consisting of assigning points to the nearest cluster center and recomputing updated centers. Through these iterations, the within-cluster variance is progressively reduced, leading to more stable and coherent segmentation outcomes.

3.3.3. Testing the Performance of PCC-KMC to Other Existing Methods

The performance of PCC-KMC was further evaluated by comparing it to other segmentation approaches using a different ShB-infected sample image (301056): (i) k-means clustering over RGB color space with the Euclidean metric (KMC), (ii) k-means clustering over 5-dimensional color and pixel space with the Mahalanobis metric (PCC-KMC), (iii) mean-shift clustering [78] over 5-dimensional color and pixel space with the Mahalanobis metric (PCC-MSC), and (iv) simple linear iterative clustering (SLIC) (Figure 4a). The number of clusters was pre-set as 20 and bandwidth as 1 since the use of KMC, PCC-KMC and SLIC requires the number of clusters, whereas PCC-MSC requires the bandwidth information or window size. Note that SLIC was included solely as a baseline method for benchmarking the segmentation performance of our PCC-KMC algorithm. As a well-established superpixel segmentation technique that incorporates both spatial proximity and color similarity, SLIC serves as an appropriate reference for assessing how effectively PCC-KMC isolates ShB lesions.
An overall comparison of the performance of each segmentation method was performed to illustrate the extent of color diversity versus spatial dispersion for all clusters obtained from segmenting 26 selected ShB-infected RGB images (Figure 4b). Here, for each cluster, the color diversity is defined by
color diversity = tr ( D ¯ c ) / tr ( D ¯ t )
where tr ( · ) denotes the trace that evaluates the sum of diagonal entries of a matrix and D ¯ c and D ¯ t are 3 by 3 diagonal matrices whose elements correspond to eigenvalues of covariance matrices of RGB color values of data points in a cluster. The smaller the color diversity, the purer the color quality a cluster has. Similarly, the spatial dispersion can be defined by
spatial dispersion = tr ( E ¯ c ) / tr ( E ¯ t )
where E ¯ c and E ¯ t are 2 by 2 diagonal matrices whose elements are eigenvalues of covariance matrices of row and column pixel index of data points in a cluster. The larger the spatial dispersion becomes, the spatially less-local pixels comprise a cluster.

3.3.4. Convolutional Neural Network-Based Automatic ShB Symptom Classification

Each of the clusters generated after being processed by PCC-KMC needs to be classified into ShB symptomatic or non-symptomatic cluster. In order to automate this classification step, a convolutional neural network (CNN) was employed. A total of 142 ShB-infected rice stem images were PCC-KMC processed, wherein each image was segmented into 20 clusters. A total of 2840 clusters were classified into one of four classes, namely (i) ShB lesion, (ii) gradation (symptomatic region surrounding ShB lesion), (iii) green tissue (non-symptomatic region) and (4) edge (border of plant samples, resulting from imperfect background removal). RGB color histograms of all images were also included as input dataset to train the CNN classifier. However, due to inhomogeneity of images in terms of brightness, contrast, gamma and so forth, we normalized the RGB color histogram of each cluster in a range from 0 to 1 (double format) in which the minimum and the maximum values of the RGB color histogram before normalization correspond to 0 and 1, respectively. As a result, the resulting aggregate input dataset was stored in a 3-dimensional array sized by 1000 × 3 × 2840 . Default functions, such as trainNetwork and convolution2dLayer, provided by MATLAB [76], were utilized to train the CNN classifier and design a 2-dimensional convolutional layer. For the optimal performance, we applied the 85:15 ratio rule between training and testing sets and manually classified the clusters of the training set to obtain ground truth. The detailed parameters are listed in Table 2.
Our CNN classifier consists of a single two-dimensional convolution layer, a ReLU layer, a fully connected layer sized by 4, and a softmax layer. The 2-dimensional convolution layer employs a uniform filter sized by 10 × 3 . The CNN architecture was trained with the stochastic gradient descent with momentum (SGDM) with momentum 0.9, initial learning rate 0.001, maximum epochs 30 (an epoch is a full pass through the entire dataset), and minimum batch size 100.
Figure 5A,B present the training progress plot, depicting accuracy and loss versus epoch, respectively. The final accuracy and loss were recorded as 92.00% and 0.2117, respectively.

3.3.5. Post-Processing to Quantify Disease Severity

For each symptomatic binary mask after CNN classification, we performed post-processing to quantify the disease severity in terms of absolute and proportional lesion height and area. The absolute lesion area was calculated by scaling the total number of pixels at which a binary value is equal to unity. In our experiments, since the real and pixel sizes of a scanned image were 21.77 cm × 31.29 cm and 5135   ×   7383 , respectively, the absolute area represented by each pixel was calculated as ( 21.77   ×   31.29 ) / ( 5135   ×   7383 ) = 1.7968   ×   10 5 cm2 and the absolute length represented by one side of each pixel was calculated as 1.7968   ×   10 5 = 4.2389   ×   10 3 cm. The total number of pixels from a binary mask was counted using the MATLAB bwarea function. In addition, a proportion of the diseased area was obtained by dividing the absolute symptomatic area with the absolute area of the stem. Similarly, the absolute height of the lesion was calculated by scaling the number of pixels from the base of the stem to the lesion of the disease farthest from the base. For cases where noises or incorrectly classified symptomatic regions were distributed over higher parts of the stems, the measure of lesion height was significantly altered, even if the portion of the artifacts is extremely small compared to the total region of the disease. To avoid these situations, we calculated a cumulative distribution function (CDF) of the symptomatic area with respect to the height of the stem. Then, for a given height, the CDF returned a value ranging from 0 to 1, representing the relative portion of the symptomatic region. We visualized this CDF using a bar graph, which is opaque up to 0.9 of the CDF and transparent from 0.9 to 1 of the CDF with the extent of the CDF value in Figure 6. As such, we can compare the performance of image processing-based disease quantification to visual rating. As a note, the reference (visual rating) is the method by which a human rater visually measured the lesion height on the original RGB image of the ShB-infected stem using MATLAB.

3.4. Evaluation of the Accuracy of PCC-KMC and PCC-KMC-CNN

An algorithmic overview of the present PCC-KMC-CNN with the Mahalanobis distance metric is depicted in Figure 7.
To validate the results obtained by the PCC-KMC algorithm, we measured the lesion height of ShB progress on original RGB images using MATLAB to serve as the reference of lesion height measurement. As for the reference measurement for the symptomatic disease area, we utilized the color thresholding feature in ImageJ [31], wherein we obtained a symptomatic binary mask, which was then post-processed in MATLAB to extract lesion height and area. ImageJ has been widely used as a gold standard in image-based plant disease quantification [17,79], hence serving as the actual value in comparing the symptomatic diseased area generated by PCC-KMC and PCC-KMC-CNN. Moreover, color thresholding was performed in LAB color space with ad hoc thresholding values for every sample image. Finally, using 26 sample images that were not a part of the training set in the CNN classifier, we compared results (lesion length and the area of the diseased region) generated by visual assessment, ImageJ, PCC-KMC with manual labeling, and the PCC-KMC-CNN classifier. The accuracy and precision of the measurements by PCC-KMC and PCC-KMC-CNN were tested using the Lin’s concordance correlation coefficient [80].
Figure 8. Comparison of lesion height and diseased area measurements obtained from manual annotation, ImageJ, PCC-KMC and PCC-KMC-CNN. (a) Agreement between lesion heights obtained using manual annotation and those obtained using ImageJ, PCC-KMC and PCC-KMC-CNN. (b) Agreement between diseased area obtained using ImageJ, PCC-KMC and PCC-KMC-CNN. Note that the blue and green solid lines represent the regression lines for PCC-KMC with manual labeling and PCC-KMC-CNN, respectively, whereas the black dashed line denotes the reference line indicating exact correlation.
Figure 8. Comparison of lesion height and diseased area measurements obtained from manual annotation, ImageJ, PCC-KMC and PCC-KMC-CNN. (a) Agreement between lesion heights obtained using manual annotation and those obtained using ImageJ, PCC-KMC and PCC-KMC-CNN. (b) Agreement between diseased area obtained using ImageJ, PCC-KMC and PCC-KMC-CNN. Note that the blue and green solid lines represent the regression lines for PCC-KMC with manual labeling and PCC-KMC-CNN, respectively, whereas the black dashed line denotes the reference line indicating exact correlation.
Agriculture 15 02478 g008

4. Results

4.1. Performance of PCC-KMC

Figure 4a compares the segmentation results by KMC, PCC-KMC, PCC-MSC and SLIC. KMC tends to produce clusters in which pixels in each cluster possess higher color correlations and fewer spatial correlations. In contrast, both PCC-KMC and PCC-MSC effectively separated symptomatic and non-symptomatic clusters. In the case of SLIC, the resulting clustered regions were spatially over-localized, while RGB color values were less correlated. Although performance improved by increasing the number of clusters ( N k = 2000 , as seen in the right stem image under SLIC), it was not an efficient method to train a convolutional neural network, as one had to label too many clusters in each image. PCC-KMC and PCC-MSC produced clusters that had the lowest spatial dispersion and color diversity, which coincided with the result shown in Figure 4a. Collectively, since ShB symptomatic regions were often spatially localized with different colors, the PCC-KMC and PCC-MSC segmentation methods were appropriate for our purpose to correctly extract features from symptomatic regions (Figure 4b). Moreover, KMC generated clusters that only had the smaller color diversity but the larger spatial diversity and the opposite trend was observed for SLIC. Finally, KMC and SLIC were not suitable for accurate extraction of features or quantification of plant disease, as segmented regions did not represent ShB symptomatic regions.

4.2. Accuracy of ShB Severity Measurements Obtained from Visual Manual Annotation, ImageJ and PCC-KMC and PCC-KMC-CNN

For all sample images, we observed that the reference results were lower and upper bounded by the CDF values 0.89 and 0.97, respectively (the average CDF value was around 0.93). This result suggests that visual rating and image processing-based disease estimates were within a close range of values (Figure 8).
Agreement ( ρ c ) of absolute lesion height (cm) among different methods to visual measurement was highest for PCC-KMC ( ρ c = 0.87 ), followed by ImageJ ( ρ c = 0.83 ) and PCC-KMC-CNN ( ρ c = 0.78 ) (Table 3, Figure 8a).
The same trend was observed for the agreement of proportional lesion height among the different measurement methods. For the diseased lesion area (cm2), PCC-KMC-CNN was slightly more accurate ( ρ c = 0.96 ) than PCC-KMC ( ρ c = 0.94 ) upon comparing their measurement values to that of ImageJ. A similar pattern was also observed for proportional diseased area (Figure 8b). Moreover, ImageJ, PCC-KMC and PCC-KMC-CNN showed a good correlation between absolute lesion height and absolute diseased area (r = 0.80 to 0.86) (Table 4, Figure 9). Note that Table 4 reports agreement metrics for continuous-valued lesion measurements; therefore, classification metrics such as F1-score and AUC cannot be derived from these aggregated values and require pixel-level categorical labels, which are not part of this analysis.

5. Discussion

Moreover, we introduced a CNN for automatic classification in clusters produced by the PCC-KMC so that the present digital image quantification method becomes fully automatic. The performance and feasibility of PCC-KMC with manual classification and PCC-KMC-CNN were also evaluated to test their potential. A high correlation between PCC-KMC with manual labeling, PCC-KMC-CNN, and the visual-based manual annotation method was obtained. Our study has provided a new strategy to assess the severity of ShB and other plant diseases.
Furthermore, instead of using the standard Euclidean distance, we employed the Mahalanobis metric, which is unitless and scale-invariant and accounts for feature correlations. This enables more effective clustering of arbitrarily shaped disease lesions. Hence, the present PCC-KMC algorithm is more suited to segment ShB symptomatic regions on RGB images of infected rice culms and quantify ShB severity (lesion length and diseased area).
A wide variety of methods are used to describe the ShB resistance of germplasms, including disease indices [9,81], 0 to 9 scale [82] and a combination of the lesion length of three adjacent leaves [82], which poses challenges for the comparison of the results from different studies. In the field, pathogen inoculation methods such as liquid inoculum injection [83], mycelial toothpick inoculation [52] and solid inoculum injection are widely utilized, whereas under controlled conditions, the microchamber assay [9], mist-chamber [13] and detached leaf method [13,84] are used. However, previous studies reported that different evaluation methods can generate different phenotypes of ShB disease of the same genotypes [20]. For instance, two moderately resistant cultivars, such as Tetep and Teqing, were found to be resistant in mist-chamber inoculations; however, under micro-chamber conditions, enhanced disease scores were observed in the two cultivars [20]. Furthermore, the environment in which the experiment is carried out [20], the morphological characteristics of rice [14,85] as well as the age of the plants being tested [9,20] are factors influencing the resistance of rice cultivars. For instance, the susceptible rice cultivar, Cypress, surprisingly showed resistance once inoculated in field conditions [9].
For polygenic disease resistance screenings such as for ShB, a wide range of susceptibility profiles among different rice cultivars can be observed [1,9,20,21,22]. In addition, the characteristic necrotic, water-soaked, irregularly margined ShB disease lesions that occur on the leaf sheaths and blades of rice plants [2,4,86] make it difficult to determine the exact height of the lesion in infected plants.
However, another devastating symptom caused by ShB is stem lodging, which occurs at the lower internode of rice plants [87,88] and consequently causes weakening of the rice stems. This leads to the interruption of transportation of water and nutrients through the xylem and phloem [89] and negatively affects the photosynthetic ability of the plant, leading to poor grain filling and biomass production of rice plants [90,91,92]. Basu and colleagues [93] reported the significant difference in lesion development between rice varieties Swarna (susceptible) and Swarnadhaan (tolerant) in terms of lesion length with the increase in time (days post inoculation). In addition, microscopic examination of tolerant and susceptible ShB-infected host tissue, wherein greater hyphal density, number of infection cushions and microsclerotia were observed in the susceptible variety, suggesting the preferential colonization of R. solani affecting the differential outcome of ShB disease symptoms in these varieties [93]. Since ShB symptoms tend to first appear near the stem base and then extend towards the rice canopy [2,6]. The tissue damage and obstruction of water and nutrient transportation to the upper regions of the plant affect rice production [88]. Moreover, ShB infestation was reported to reduce stem breaking resistance, leading to stem lodging [87]. Hence, these limitations emphasize the need to develop less subjective approaches capable of providing high-throughput yet accurate measurements of the quantitative ShB resistance phenotypes reflected by different rice germplasm. In addition, ShB severity and its consequent resistance phenotypes must not only be measured in terms of lesion progression but also in terms of diseased area in order to have a complete assessment of ShB resistance, which can be overcome with the use of image-based disease detection and quantification as shown in this study. In a digital image, except for boundaries, the closer pixels generally possess a higher correlation, such as pixels in the immediate neighborhood sharing similar features. In addition to color information, spatial relationships of neighboring pixels can also be of great aid in imaging segmentation, particularly for plant diseases that exhibit gradual dispersion of the diseased area or necrosis, such as ShB. Moreover, clustering considering the spatial information can yield more homogeneous clusters, less noise, and reduce the spurious blobs [94]. Numerous studies employing k-means clustering, mean-shift clustering and SLIC showed enhanced performance of image segmentation by including the spatial information in a feature space [78,94,95,96]. Essentially, k-means and SLIC require a non-physical parameter, the number of clusters, whereas mean-shift operates with a physical parameter, the window size or bandwidth; hence, mean-shift is often preferred for general-purpose image segmentation. However, the computational complexity of these methods is linearly proportional to the number of iterations, whereas mean-shift is relatively expensive because of its quadratic order in the number of iterations. Based on our results, PCC-KMC and PCC-MSC appear to produce similar results. In fact, mean-shift clustering is a general and application-independent tool that does not require setting the number of clusters. However, its limitation is that it requires the selection of an optimal bandwidth, which is a non-trivial task and often more computationally expensive than k-means clustering and PCC-KMC. Furthermore, SLIC divides the search region into a set of small areas, which are relatively regularly shaped, it may not be efficient and accurate to segment arbitrarily shaped and scaled symptomatic regions. Hence, in this paper, we decided to use k-means clustering with spatial information to facilitate efficient processing of a high number of sample images to extract data of statistical and biological significance with ease of implementation. Acquisition of rice culm images while the plant is still planted in the pots or in the field can reduce the accuracy of image-based disease measurements due to numerous factors such as the angle of variation in image acquisition, illumination, and the distance between the sensor and the plant target. Hence, to acquire the sample images in a systematic and uniform manner, the use of destructive sampling was inevitable in this study. However, some limitations to this approach may exist since rice culms are not as flat and thin as paper, and shadows can be cast over the margins of the plant upon scanning the stems. In addition, to prevent the sample from drying out and becoming brittle, it is recommended that the samples should be scanned right after cutting out the plant or placed in a Ziploc bag with a damp paper towel in it. Lin’s concordance correlation coefficient has been used to assess the accuracy of plant disease quantification methods by comparing the estimated and actual values of disease severity measurement [15,80,97]. We observed high levels of accuracy and precision of lesion height upon comparing PCC-KMC to visual measurements and for PCC-KMC and PCC-KMC-CNN to ImageJ, which supports that the PCC-KMC method mimics the human visual measurements and the gold standard, respectively. This suggests that PCC-KMC is effective in detecting ShB in RGB images of ShB-infected rice culms and automation using this method of image segmentation is possible. With the existing ImageJ software, which requires manual-in-thresholding for every image being analyzed, the automated PCC-KMC-CNN system image will serve as a foundation for constructing a pipeline of high-throughput ShB resistance screening experiments. As for future work, we recommend the testing of PCC-KMC-CNN using a larger number of sample images with pre-determined visual-based resistance phenotype data (resistant or susceptible), which can be incorporated in the CNN and provide qualitative resistance phenotypes automatically for each image. In summary, we developed an image-based disease quantification system capable of accurate detection of ShB resistance reactions at early disease development. The performance of both PCC-KMC and PCC-KMC-CNN was confirmed with visual-based estimations of ShB disease symptoms. This method provides reliable and precise phenotypic data of ShB disease for resistant germplasm screens and breeding programs. Furthermore, the method could be easily adapted for evaluating similar diseases in other plants.

6. Conclusions

In this study, we propose an objective and automated image-processing-based methodology for quantifying the severity of rice sheath blight (ShB) and demonstrate its accuracy through comprehensive evaluations. The pipeline consists of red-green-blue (RGB) image acquisition, background removal, pre-processing, lesion segmentation, and automated classification of segmented regions. A key contribution of this work is the development of the pixel color- and coordinate-based k-means clustering (PCC-KMC) algorithm, which incorporates the Mahalanobis distance metric in a five-dimensional feature space ( R , G , B , row , column ) . This design enables highly localized and robust segmentation of ShB lesions, outperforming traditional color-only clustering approaches. To classify which segmented regions correspond to true lesions, we also introduced the PCC-KMC with convolutional neural network (CNN) framework. Instead of using fixed-size image patches, which are unsuitable for irregularly shaped and variably sized lesions, we transformed each segmented region into a 1000 × 3 RGB histogram representation and used this compact feature vector as input to a CNN. The CNN utilized in this study successfully learned RGB histogram patterns associated with true ShB symptoms and achieved high accuracy in automatic annotation.
Extensive validation confirms the effectiveness of the proposed system. PCC-KMC with manual labeling showed high concordance with visual measurements, recording low bias and high precision for both absolute lesion height ( C b = 0.93 , r = 0.94 ) and diseased area ( C b = 0.98 , r = 0.97 ). The proposed PCC-KMC-CNN further demonstrated strong performance, achieving 92% classification accuracy and similarly high concordance in lesion height ( C b = 0.86 , r = 0.90 ) and diseased area ( C b = 0.99 , r = 0.97 ). These results indicate that the methodology offers a promising alternative to traditional, subjective, and labor-intensive visual scoring of ShB severity. Overall, the proposed PCC-KMC-CNN framework provides a powerful and automated approach for ShB severity assessment, offering high precision, robustness, and significant potential to replace traditional visual-based methods in high-throughput phenotyping workflows.
Despite these strengths, several limitations remain. The limitations of the current work can be summarized as follows:
  • Inconsistent illumination across RGB images, including shadows and brightness variations across different days, may reduce the robustness of the segmentation without appropriate normalization or pre-processing.
  • The co-occurrence of multiple stresses in field environments, such as other diseases, nutrient deficiencies, and pest-induced damage, makes it challenging to isolate ShB lesions and requires further algorithmic adaptation for practical field deployment.
To address these issues, future research will explore more robust pre-processing strategies for field conditions, including 3D RGB data (RGB + depth) and additional color spaces such as hue-saturation-value (HSV) or LAB to improve segmentation stability under variable lighting. Distinguishing visually similar symptoms will likely require expanding annotation classes and building a larger, more diverse dataset. Furthermore, integration of multispectral or hyperspectral imaging has strong potential to enhance early-stage disease detection and enable large-scale field-based phenotyping applications.

Author Contributions

Conceptualization, D.-Y.L. and G.-L.W.; methodology, D.-Y.L., D.-Y.N. and Y.S.H.; validation, D.-Y.L. and D.-Y.N.; data analysis, curation and interpretation, D.-Y.L. and D.-Y.N.; writing—original draft preparation, D.-Y.L. and D.-Y.N.; writing—review and editing, D.-Y.L. and G.-L.W.; visualization, D.-Y.L. and D.-Y.N.; supervision, G.-L.W.; project administration and funding acquisition, D.-Y.L. and G.-L.W. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by a fellowship awarded to D.-Y. Lee by the Monsanto Beachell-Borlaug International Scholarship Program (MBBISP) and the National Research Foundation of Korea (NRF)—Sejong Science Fellowship grant (NRF-RS-2024-00348502) funded by the Ministry of Science and ICT of the Korean government.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors on request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Groth, D.E. Effects of cultivar resistance and single fungicide application on rice sheath blight, yield, and quality. Crop Prot. 2008, 27, 1125–1130. [Google Scholar] [CrossRef]
  2. Ogoshi, A. Ecology and pathogenicity of anastomosis and intraspecific groups of Rhizoctonia solani Kuhn. Annu. Rev. Phytopathol. 1987, 25, 125–143. [Google Scholar] [CrossRef]
  3. Tan, W.Z.; Zhang, W.; Ou, Z.Q.; Li, C.W.; Zhou, G.J.; Wang, Z.K.; Yin, L.L. Analyses of the temporal development and yield losses due to sheath blight of rice (Rhizoctonia solani AG1-IA). Agric. Sci. China 2007, 6, 1074–1081. [Google Scholar] [CrossRef]
  4. Banniza, S.; Holderness, M. Rice sheath blight—pathogen biology and diversity. In Major Fungal Diseases of Rice: Recent Advances; Krause, G., Strange, R., Eds.; Springer: Dordrecht, The Netherlands, 2001; pp. 201–211. [Google Scholar]
  5. Slaton, N.A.; Cartwright, R.D.; Meng, J.; Gbur, E.E.; Norman, R.J. Sheath blight severity and rice yield as affected by bitrogen fertilizer rate, application method, and fungicide. Agron. J. 2003, 95, 1489–1496. [Google Scholar] [CrossRef]
  6. Hashiba, T.; Kobayashi, T. Rice diseases incited by Rhizoctonia species. In Rhizoctonia Species: Taxonomy, Molecular Biology, Ecology, Pathology and Disease Control; Springer: Dordrecht, The Netherlands, 1996; pp. 331–340. [Google Scholar]
  7. Asins, M.J.; Bernet, G.P.; Villalta, I.; Carbonell, E.A. QTL analysis in plant breeding. In Proceedings of the Molecular Techniques in Crop Improvement; Springer: Berlin/Heidelberg, Germany, 2010; pp. 3–21. [Google Scholar]
  8. Gururani, M.A.; Venkatesh, J.; Upadhyaya, C.P.; Nookaraju, A.; Pandey, S.K.; Park, S.W. Plant disease resistance genes: Current status and future directions. Physiol. Mol. Plant Pathol. 2012, 78, 51–65. [Google Scholar] [CrossRef]
  9. Jia, Y.; Correa-Victoria, F.; McClung, A.; Zhu, L.; Liu, G.; Wamishe, Y.; Xie, J.; Marchetti, M.A.; Pinson, S.R.M.; Rutger, J.N.; et al. Rapid determination of rice cultivar responses to the sheath blight pathogen Rhizoctonia solani Using a micro-chamber screening method. Plant Dis. 2007, 91, 485–489. [Google Scholar] [CrossRef]
  10. Pinson, S.R.M.; Capdevielle, F.M.; Oard, J.H. Confirming QTLs and Finding Additional Loci Conditioning Sheath Blight Resistance in Rice Using Recombinant Inbred Lines. Crop Sci. 2005, 45, 503–510. [Google Scholar] [CrossRef]
  11. Liu, G.; Jia, Y.; Correa-Victoria, F.J.; Prado, G.; Yeater, K.; McClung, A.; Correll, J.C. Mapping quantitative trait loci responsible for resistance to sheath blight in rice. Phytopathology 2009, 99, 1078–1084. [Google Scholar] [CrossRef] [PubMed]
  12. Zeng, Y.X.; Ji, Z.J.; Ma, L.Y.; Li, S.M.; Yang, C.D. Advances in mapping loci conferring resistance to rice sheath blight and mining Rhizoctonia solani resistant resources. Rice Sci. 2011, 18, 56–66. [Google Scholar] [CrossRef]
  13. Jia, Y.; Liu, G.; Park, D.S.; Yang, Y. Inoculation and scoring methods for rice sheath blight disease. Methods Mol. Biol. 2013, 956, 257–268. [Google Scholar]
  14. Hossain, M.K.; Jena, K.K.; Bhuiyan, M.A.R.; Wickneswari, R. Association between QTLs and morphological traits toward sheath blight resistance in rice (Oryza sativa L.). Breed. Sci. 2016, 66, 613–626. [Google Scholar] [CrossRef]
  15. Bock, C.H.; Parker, P.E.; Cook, A.Z.; Gottwald, T.R. Visual rating and the use of image analysis for assessing different symptoms of citrus canker on grapefruit leaves. Plant Dis. 2008, 92, 530–541. [Google Scholar] [CrossRef]
  16. Singh, A.; Rohilla, R.; Singh, U.S.; Savary, S.; Willocquet, L.; Duveiller, E. An improved inoculation technique for sheath blight of rice caused by Rhizoctonia solani. Can. J. Plant Pathol. 2002, 24, 65–68. [Google Scholar] [CrossRef]
  17. Bock, C.H.; Barbedo, J.G.A.; Ponte, E.M.D.; Bohnenkamp, D.; Mahlein, A.K. From visual estimates to fully automated sensor-based measurements of plant disease severity: Status and challenges for improving accuracy. Phytopathol. Res. 2020, 2, 9. [Google Scholar] [CrossRef]
  18. Lee, F.; Yan, W.; Gibbons, J.; Emerson, M.; Clark, S.D. Rice blast and sheath blight evaluation results for newly introduced rice germplasm. In B.R. Wells Rice Research Studies 2002; Series No. 504; Arkansas Agricultural Experiment Station, University of Arkansas: Fayetteville, AR, USA, 2002; pp. 85–92. [Google Scholar]
  19. Poland, J.A.; Nelson, R.J. In the eye of the beholder: The effect of rater variability and different rating scales on QTL mapping. Phytopathology 2011, 101, 290–298. [Google Scholar] [CrossRef]
  20. Hossain, M.K.; Tze, O.S.; Nadarajah, K.; Jena, K.; Rahman Bhuiyan, M.A.; Ratnam, W. Identification and validation of sheath blight resistance in rice (Oryza sativa L.) cultivars against Rhizoctonia solani. Can. J. Plant Pathol. 2014, 36, 482–490. [Google Scholar] [CrossRef]
  21. Sha, X.Y.; Zhu, L.H. Resistance of some rice varieties to sheath blight (ShB). Int. Rice Res. Newsl. 1990, 15, 7–8. [Google Scholar]
  22. Marchetti, M.; Bollich, C. Quantification of the relationship between sheath blight severity and yield loss in rice. Plant Dis. 1991, 75, 773–775. [Google Scholar] [CrossRef]
  23. Khirade, S.D.; Patil, A. Plant disease detection using image processing. In Proceedings of the 2015 International Conference on Computing Communication Control and Automation, Pune, India, 26–27 February 2015. [Google Scholar]
  24. Arnal Barbedo, J.G. Digital image processing techniques for detecting, quantifying and classifying plant diseases. SpringerPlus 2013, 2, 660. [Google Scholar] [CrossRef]
  25. Mahlein, A.K. Plant disease detection by imaging sensors–parallels and specific demands for precision agriculture and plant phenotyping. Plant Dis. 2016, 100, 241–251. [Google Scholar] [CrossRef]
  26. Rousseau, C.; Belin, E.; Bove, E.; Rousseau, D.; Fabre, F.; Berruyer, R.; Guillaumès, J.; Manceau, C.; Jacques, M.A.; Boureau, T. High throughput quantitative phenotyping of plant resistance using chlorophyll fluorescence image analysis. Plant Methods 2013, 9, 17. [Google Scholar] [CrossRef] [PubMed]
  27. Toda, Y.; Okura, F. How convolutional neural networks diagnose plant disease. Plant Phenomics 2019, 2019, 9237136. [Google Scholar] [CrossRef]
  28. Ma, J.; Du, K.; Zheng, F.; Zhang, L.; Gong, Z.; Sun, Z. A recognition method for cucumber diseases using leaf symptom images based on deep convolutional neural network. Comput. Electron. Agric. 2018, 154, 18–24. [Google Scholar] [CrossRef]
  29. Lamari, L. Assess: Image Analysis Software for Plant Disease Quantification; APS Press: St. Paul, MN, USA, 2008. [Google Scholar]
  30. Systat Software, Inc. SigmaPlot Version 12.5; Systat Software, Inc.: San Jose, CA, USA, 2011. [Google Scholar]
  31. Schneider, C.A.; Rasband, W.S.; Eliceiri, K.W. NIH Image to ImageJ: 25 years of image analysis. Nat. Methods 2012, 9, 671–675. [Google Scholar] [CrossRef]
  32. Pothen, M.E.; Pai, M.L. Detection of rice leaf diseases using image processing. In Proceedings of the 2020 Fourth International Conference on Computing Methodologies and Communication, Erode, India, 11–13 March 2020; pp. 424–430. [Google Scholar]
  33. Phadikar, S.; Sil, J. Rice disease identification using pattern recognition techniques. In Proceedings of the 11th International Conference on Computer and Information Technology, Khulna, Bangladesh, 25–27 December 2008; pp. 420–423. [Google Scholar]
  34. Yao, Q.; Guan, Z.; Zhou, Y.; Tang, J.; Hu, Y.; Yang, B. Application of support vector machine for detecting rice diseases using shape and color texture features. In Proceedings of the 2009 International Conference on Engineering Computation, Hong Kong, China, 2–3 May 2009; IEEE: New York, NY, USA, 2009; pp. 79–83. [Google Scholar]
  35. Nutter, F.W.; Esker, P.D.; Netto, R.A.C. Disease assessment concepts and the advancements made in improving the accuracy and precision of plant disease data. Eur. J. Plant Pathol. 2006, 115, 95–103. [Google Scholar] [CrossRef]
  36. Gupta, V.; Sengar, N.; Dutta, M.K.; Travieso, C.M.; Alonso, B.J. Automated segmentation of powdery mildew disease from cherry leaves using image processing. In Proceedings of the 2017 International Conference and Workshop on Bioinspired Intelligence, Funchal, Portugal, 10–12 July 2017; pp. 10–12. [Google Scholar]
  37. Kuruvilla, J.; Sukumaran, D.; Sankar, A.; Joy, S.P. A review on image processing and image segmentation. In Proceedings of the 2016 International Conference on Data Mining and Advanced Computing, Ernakulam, India, 16–18 March 2016; pp. 198–203. [Google Scholar]
  38. Macqueen, J. Some methods for classification and analysis of multivariate observations. In Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability, Berkeley, CA, USA, 1 January 1967; Volume 1, pp. 281–297. [Google Scholar]
  39. Sethy, P.K.; Negi, B.; Bhoi, N. Detection of healthy and defected diseased leaf of rice crop using K-means clustering technique. Int. J. Comput. Appl. 2017, 157, 24–27. [Google Scholar] [CrossRef]
  40. Al-Hiary, H.; Bani-Ahmad, S.; Reyalat, M.; Braik, M.; ALRahamneh, Z. Fast and accurate detection and classification of plant diseases. Int. J. Comput. Appl. 2011, 17, 31–38. [Google Scholar] [CrossRef]
  41. Bashish, D.A.; Braik, M.; Bani-Ahmad, S. Detection and classification of leaf diseases using k-means-based segmentation and neural-networks-based classification. Inf. Technol. J. 2011, 10, 267–275. [Google Scholar] [CrossRef]
  42. Park, D.S.; Sayler, R.J.; Hong, Y.G.; Nam, M.H.; Yang, Y. A method for inoculation and evaluation of rice sheath blight disease. Plant Dis. 2008, 92, 25–29. [Google Scholar] [CrossRef]
  43. Lore, J.S.; Hunjan, M.S.; Singh, P.; Willocquet, L.; Sri, S.; Savary, S. Phenotyping of partial physiological resistance to rice sheath blight. J. Phytopathol. 2013, 161, 224–229. [Google Scholar] [CrossRef]
  44. Rosas, J.E.; Martínez, S.; Bonnecarrère, V.; Pérez de Vida, F.; Blanco, P.; Malosetti, M.; Jannink, J.L.; Gutiérrez, L. Comparison of phenotyping methods for resistance to stem rot and aggregated sheath spot in rice. Crop Sci. 2016, 56, 1619–1627. [Google Scholar] [CrossRef]
  45. Willocquet, L.; Lore, J.S.; Srinivasachary, S.; Savary, S. Quantification of the components of resistance to rice sheath blight using a detached tiller test under controlled conditions. Plant Dis. 2011, 95, 1507–1515. [Google Scholar] [CrossRef] [PubMed]
  46. Timsina, A.; Thera, U.K.; Ramasamy, N. Phenotypic screening of F3 rice (Oryza sativa L.) population resistance associated with sheath blight disease. Int. J. Bio-Resour. Stress Manag. 2022, 13, 527–534. [Google Scholar]
  47. International Rice Research Institute. Standard Evaluation System; International Rice Research Institute: Manila, Philippines, 2002. [Google Scholar]
  48. Dubey, A.; Pandian, R.; Rajashekara, H.; Singh, V.; Kumar, G.; Sharma, P.; Kumar, A.; Krishnan, S.G.; Singh, A.; Rathour, R.; et al. Phenotyping of improved rice lines and landraces for blast and sheath blight resistance. Indian J. Genet. Plant Breed. 2014, 74, 499–501. [Google Scholar] [CrossRef]
  49. Turaidar, V.; Krupa, K.; Reddy, M.; Deepak, C.; Harini, K.; Subhash, B. Phenotyping of rice landraces for sheath blight resistance. J. Pharmacogn. Phytochem. 2017, 6, 2209–2212. [Google Scholar]
  50. Han, Y.P.; Xing, Y.Z.; Gu, S.L.; Chen, Z.X.; Pan, X.B.; Chen, X.L. Effect of morphological traits on sheath blight resistance in rice. J. Integr. Plant Biol. 2003, 45, 825–831. [Google Scholar]
  51. Li, Z.; Pinson, S.; Marchetti, M.; Stansel, J.; Park, W. Characterization of quantitative trait loci (QTLs) in cultivated rice contributing to field resistance to sheath blight (Rhizoctonia solani). Theor. Appl. Genet. 1995, 91, 382–388. [Google Scholar] [CrossRef]
  52. Zou, J.; Pan, X.; Chen, Z.; Xu, J.; Lu, J.; Zhai, W.; Zhu, L. Mapping quantitative trait loci controlling sheath blight resistance in two rice cultivars (Oryza sativa L.). Theor. Appl. Genet. 2000, 101, 569–573. [Google Scholar] [CrossRef]
  53. Channamallikarjuna, V.; Sonah, H.; Prasad, M.; Rao, G.; Chand, S.; Upreti, H.; Singh, N.; Sharma, T. Identification of major quantitative trait loci qSBR11-1 for sheath blight resistance in rice. Mol. Breed. 2010, 25, 155–166. [Google Scholar] [CrossRef]
  54. Zuo, S.; Yin, Y.; Pan, C.; Chen, Z.; Zhang, Y.; Gu, S.; Zhu, L.; Pan, X. Fine mapping of qSB-11 LE, the QTL that confers partial resistance to rice sheath blight. Theor. Appl. Genet. 2013, 126, 1257–1272. [Google Scholar] [PubMed]
  55. Wang, Y.; Pinson, S.; Fjellstrom, R.; Tabien, R. Phenotypic gain from introgression of two QTL, qSB9-2 and qSB12-1, for rice sheath blight resistance. Mol. Breed. 2012, 30, 293–303. [Google Scholar] [CrossRef]
  56. Eizenga, G.; Prasad, B.; Jackson, A.; Jia, M. Identification of rice sheath blight and blast quantitative trait loci in two different O. sativa/O. nivara advanced backcross populations. Mol. Breed. 2013, 31, 889–907. [Google Scholar] [CrossRef]
  57. Goad, D.M.; Jia, Y.; Gibbons, A.; Liu, Y.; Gealy, D.; Caicedo, A.L.; Olsen, K.M. Identification of novel QTL conferring sheath blight resistance in two weedy rice mapping populations. Rice 2020, 13, 21. [Google Scholar] [CrossRef]
  58. Yadav, S.; Anuradha, G.; Kumar, R.R.; Vemireddy, L.R.; Sudhakar, R.; Donempudi, K.; Venkata, D.; Jabeen, F.; Narasimhan, Y.K.; Marathi, B.; et al. Identification of QTLs and possible candidate genes conferring sheath blight resistance in rice (Oryza sativa L.). SpringerPlus 2015, 4, 175. [Google Scholar] [CrossRef] [PubMed]
  59. Li, D.; Zhang, F.; Pinson, S.R.; Edwards, J.D.; Jackson, A.K.; Xia, X.; Eizenga, G.C. Assessment of rice sheath blight resistance including associations with plant architecture, as revealed by genome-wide association studies. Rice 2022, 15, 31. [Google Scholar] [CrossRef] [PubMed]
  60. Zheng, A.; Lin, R.; Zhang, D.; Qin, P.; Xu, L.; Ai, P.; Ding, L.; Wang, Y.; Chen, Y.; Liu, Y.; et al. The evolution and pathogenic mechanisms of the rice sheath blight pathogen. Nat. Commun. 2013, 4, 1424. [Google Scholar] [CrossRef]
  61. Gao, Y.; Zhang, C.; Han, X.; Wang, Z.Y.; Ma, L.; Yuan, D.P.; Wu, J.N.; Zhu, X.F.; Liu, J.M.; Li, D.P.; et al. Inhibition of OsSWEET11 function in mesophyll cells improves resistance of rice to sheath blight disease. Mol. Plant Pathol. 2018, 19, 2149–2161. [Google Scholar] [CrossRef]
  62. Li, B.; Liu, B.P.; Yu, R.R.; Lou, M.M.; Wang, Y.L.; Xie, G.L.; Li, H.Y.; Sun, G.C. Phenotypic and molecular characterization of rhizobacterium Burkholderia sp. strain R456 antagonistic to Rhizoctonia solani, sheath blight of rice. World J. Microbiol. Biotechnol. 2011, 27, 2305–2313. [Google Scholar] [CrossRef]
  63. Singh, P.; Mazumdar, P.; Harikrishna, J.A.; Babu, S. Sheath blight of rice: A review and identification of priorities for future research. Planta 2019, 250, 1387–1407. [Google Scholar] [CrossRef] [PubMed]
  64. Singh, R.; Sunder, S.; Kumar, P. Sheath blight of rice: Current status and perspectives. Indian Phytopathol. 2016, 69, 340–351. [Google Scholar]
  65. Chen, J.; Xuan, Y.; Yi, J.; Xiao, G.; Yuan, D.P.; Li, D. Progress in rice sheath blight resistance research. Front. Plant Sci. 2023, 14, 1141697. [Google Scholar]
  66. Li, D.; Li, S.; Wei, S.; Sun, W. Strategies to manage rice sheath blight: Lessons from interactions between rice and Rhizoctonia solani. Rice 2021, 14, 21. [Google Scholar] [CrossRef]
  67. Zarbafi, S.S.; Ham, J.H. An overview of rice QTLs associated with disease resistance to three major rice diseases: Blast, sheath blight, and bacterial panicle blight. Agronomy 2019, 9, 177. [Google Scholar] [CrossRef]
  68. Lee, D.Y.; Na, D.Y.; Góngora-Canul, C.; Baireddy, S.; Lane, B.; Cruz, A.P.; Fernández-Campos, M.; Kleczewski, N.M.; Telenko, D.E.; Goodwin, S.B.; et al. Contour-based detection and quantification of tar spot stromata using red-green-blue (RGB) imagery. Front. Plant Sci. 2021, 12, 675975. [Google Scholar] [CrossRef]
  69. Lee, D.Y.; Na, D.Y.; Góngora-Canul, C.; Jimenez-Beitia, F.E.; Goodwin, S.B.; Cruz, A.P.; Delp, E.J.; Acosta, A.G.; Lee, J.S.; Falconí, C.E.; et al. Optimizing Corn Tar Spot Measurement: A Deep Learning Approach Using Red-Green-Blue Imaging and the Stromata Contour Detection Algorithm for Leaf-Level Disease Severity Analysis. Plant Dis. 2025, 109, 73–83. [Google Scholar] [CrossRef]
  70. Zhang, D.; Zhou, X.; Zhang, J.; Lan, Y.; Xu, C.; Liang, D. Detection of rice sheath blight using an unmanned aerial system with high-resolution color and multispectral imaging. PLoS ONE 2018, 13, e0187470. [Google Scholar] [CrossRef] [PubMed]
  71. Conrad, A.O.; Li, W.; Lee, D.Y.; Wang, G.L.; Rodriguez-Saona, L.; Bonello, P. Machine learning-based presymptomatic detection of rice sheath blight using spectral profiles. Plant Phenomics 2020, 2020, 8954085. [Google Scholar] [CrossRef] [PubMed]
  72. Zhang, J.; Tian, Y.; Yan, L.; Wang, B.; Wang, L.; Xu, J.; Wu, K. Diagnosing the symptoms of sheath blight disease on rice stalk with an in-situ hyperspectral imaging technique. Biosyst. Eng. 2021, 209, 94–105. [Google Scholar] [CrossRef]
  73. Eizenga, G.C.; Ali, M.L.; Bryant, R.J.; Yeater, K.M.; McClung, A.M.; McCouch, S.R. Registration of the Rice Diversity Panel 1 for Genomewide Association Studies. J. Plant Regist. 2014, 8, 109–116. [Google Scholar] [CrossRef]
  74. Ali, M.L.; McClung, A.M.; Jia, M.H.; Kimball, J.A.; McCouch, S.R.; Eizenga, G.C. A rice diversity panel evaluated for genetic and agro-morphological diversity between subpopulations and its geographic distribution. Ann. Appl. Biol. 2011, 159, 136–150. [Google Scholar]
  75. Zhao, K.; Tung, C.-W.; Eizenga, G.C.; Wright, M.H.; Ali, M.L.; Price, A.H.; Norton, G.J.; Islam, M.R.; Reynolds, A.; Mezey, J.; et al. Genome-wide association mapping reveals a rich genetic architecture of complex traits in Oryza sativa. Nat. Commun. 2011, 2, 467. [Google Scholar] [CrossRef]
  76. The Mathworks, Inc. MATLAB Version 9.7.0.1190202 (R2019b); The Mathworks, Inc.: Natick, MA, USA, 2019. [Google Scholar]
  77. Melnykov, I.; Melnykov, V. On -means algorithm with the use of Mahalanobis distances. Stat. Probab. Lett. 2014, 84, 88–95. [Google Scholar] [CrossRef]
  78. Comaniciu, D.; Meer, P. Mean shift: A robust approach toward feature space analysis. IEEE Trans. Pattern Anal. Mach. Intell. 2002, 24, 603–619. [Google Scholar] [CrossRef]
  79. Peressotti, E.; Duchêne, E.; Merdinoglu, D.; Mestre, P. A semi-automatic non-destructive method to quantify grapevine downy mildew sporulation. J. Microbiol. Methods 2011, 84, 265–271. [Google Scholar] [CrossRef] [PubMed]
  80. Lin, L.I.K. A concordance correlation coefficient to evaluate reproducibility. Biometrics 1989, 45, 255–268. [Google Scholar] [CrossRef] [PubMed]
  81. Shah, J.M.; Raghupathy, V.; Veluthambi, K. Enhanced sheath blight resistance in transgenic rice expressing an endochitinase gene from Trichoderma virens. Biotechnol. Lett. 2008, 31, 239. [Google Scholar] [CrossRef]
  82. Prasad, B.; Eizenga, G.C. Rice sheath blight disease resistance identified in Oryza spp. accessions. Plant Dis. 2008, 92, 1503–1509. [Google Scholar] [CrossRef]
  83. Sato, H.; Ideta, O.; Ando, I.; Kunihiro, Y.; Hirabayashi, H.; Iwano, M.; Miyasaka, A.; Nemoto, H.; Imbe, T. Mapping QTLs for sheath blight resistance in the rice line WSS2. Breed. Sci. 2004, 54, 265–271. [Google Scholar] [CrossRef]
  84. Venu, R.C.; Jia, Y.; Gowda, M.; Jia, M.H.; Jantasuriyarat, C.; Stahlberg, E.; Li, H.; Rhineheart, A.; Boddhireddy, P.; Singh, P.; et al. RL-SAGE and microarray analysis of the rice transcriptome after Rhizoctonia solani infection. Mol. Genet. Genom. 2007, 278, 421–431. [Google Scholar] [CrossRef]
  85. Groth, D.E. Selection for resistance to rice sheath blight through number of infection cushions and lesion type. Plant Dis. 1992, 76, 721–723. [Google Scholar] [CrossRef]
  86. Yellareddygari, S.; Reddy, M.; Kloepper, J.; Lawrence, K.; Fadamiro, H. Rice sheath blight: A review of disease and pathogen management approaches. J. Plant Pathol. Microb. 2014, 5, 241. [Google Scholar]
  87. Wu, W.; Huang, J.; Cui, K.; Nie, L.; Wang, Q.; Yang, F.; Shah, F.; Yao, F.; Peng, S. Sheath blight reduces stem breaking resistance and increases lodging susceptibility of rice plants. Field Crops Res. 2012, 128, 101–108. [Google Scholar] [CrossRef]
  88. Hoshikawa, K.; Wang, S.B. Studies on lodging in rice plants. I. A general observation on lodged rice culms. Jpn. J. Crop Sci. 1990, 59, 809–814. [Google Scholar] [CrossRef]
  89. Kashiwagi, T.; Sasaki, H.; Ishimaru, K. Factors responsible for decreasing sturdiness of the lower part in lodging of rice (Oryza sativa L.). Plant Prod. Sci. 2005, 8, 166–172. [Google Scholar] [CrossRef]
  90. Lang, Y.Z.; Yang, X.D.; Wang, M.E.; Zhu, Q.S. Effects of lodging at different filling stages on rice yield and grain quality. Rice Sci. 2012, 19, 315–319. [Google Scholar] [CrossRef]
  91. Setter, T.L.; Laureles, E.V.; Mazaredo, A.M. Lodging reduces yield of rice by self-shading and reductions in canopy photosynthesis. Field Crops Res. 1997, 49, 95–106. [Google Scholar] [CrossRef]
  92. Rush, M.C.; Lee, F. Rice sheath blight: A major rice disease. Plant Dis. 1983, 67, 829–832. [Google Scholar] [CrossRef]
  93. Basu, A.; Chowdhury, S.; Chaudhuri, T.R.; Kundu, S. Differential behaviour of sheath blight pathogen Rhizoctonia solani in tolerant and susceptible rice varieties before and during infection. Plant Pathol. 2016, 65, 1333–1346. [Google Scholar] [CrossRef]
  94. Chuang, K.S.; Tzeng, H.L.; Chen, S.; Wu, J.; Chen, T.J. Fuzzy c-means clustering with spatial information for image segmentation. Comput. Med. Imag. Grap. 2006, 30, 9–15. [Google Scholar] [CrossRef]
  95. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Süsstrunk, S. SLIC superpixels compared to state-of-the-art superpixel methods. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 2274–2282. [Google Scholar] [CrossRef]
  96. Luo, M.; Ma, Y.F.; Zhang, H.J. A spatial constrained K-means approach to image segmentation. In Proceedings of the Fourth International Conference on Information, Communications and Signal Processing (ICICS 2003) and the Fourth Pacific Rim Conference on Multimedia (PCM 2003), Singapore, 15–18 December 2003; IEEE: New York, NY, USA, 2003; Volume 2, pp. 738–742. [Google Scholar]
  97. Stewart, E.L.; McDonald, B.A. Measuring quantitative virulence in the wheat pathogen Zymoseptoria tritici Using high-throughput automated image analysis. Phytopathology 2014, 104, 985–992. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Pictorial diagram depicting the steps in preparing rice ShB-infected rice stem samples for RGB imaging.
Figure 1. Pictorial diagram depicting the steps in preparing rice ShB-infected rice stem samples for RGB imaging.
Agriculture 15 02478 g001
Figure 2. Pre-processing steps of RGB images to isolate the plant sample of interest. (a), Schematic diagram of the background removal steps employed in this study. (b-1) Input RGB digital image of the stem of a sheath blight-infected rice plant (cultivar Jasmine 85). (b-2) Binary images after using the edge detection with dilation. (b-3), Binary images after filling and erosion. (b-4), the masked RGB digital image after (b-2,b-3) were completed.
Figure 2. Pre-processing steps of RGB images to isolate the plant sample of interest. (a), Schematic diagram of the background removal steps employed in this study. (b-1) Input RGB digital image of the stem of a sheath blight-infected rice plant (cultivar Jasmine 85). (b-2) Binary images after using the edge detection with dilation. (b-3), Binary images after filling and erosion. (b-4), the masked RGB digital image after (b-2,b-3) were completed.
Agriculture 15 02478 g002
Figure 3. Image segmentation of the stem of an ShB-infected rice plant (cultivar Jasmine 85). (A), Segmentation of the ShB-infected Jasmine 85 sample using a simple thresholding method to partition plant regions without disease symptoms (green pixels) from those with disease symptoms. (B), Working principle for image segmentation used in KMC and PCC-KMC algorithms. Pattern of pixel clustering using (C), KMC and (D), PCC-KMC.
Figure 3. Image segmentation of the stem of an ShB-infected rice plant (cultivar Jasmine 85). (A), Segmentation of the ShB-infected Jasmine 85 sample using a simple thresholding method to partition plant regions without disease symptoms (green pixels) from those with disease symptoms. (B), Working principle for image segmentation used in KMC and PCC-KMC algorithms. Pattern of pixel clustering using (C), KMC and (D), PCC-KMC.
Agriculture 15 02478 g003
Figure 4. Comparison of the performance of various image segmentation methods. (a), Illustration of representative clusters produced by KMC, PCC-KMC, PCC-MSC, and SLIC for a sample stem (301056) RGB image (k = 20). Here, the red arrows indicate the processing pipeline from the raw RGB image to background removal, followed by clustering using the different segmentation methods. (b), Clusters generated by the four different segmentation methods distributed based on color diversity and spatial dispersion axes for a total of 26 sample stem images.
Figure 4. Comparison of the performance of various image segmentation methods. (a), Illustration of representative clusters produced by KMC, PCC-KMC, PCC-MSC, and SLIC for a sample stem (301056) RGB image (k = 20). Here, the red arrows indicate the processing pipeline from the raw RGB image to background removal, followed by clustering using the different segmentation methods. (b), Clusters generated by the four different segmentation methods distributed based on color diversity and spatial dispersion axes for a total of 26 sample stem images.
Agriculture 15 02478 g004
Figure 5. Training progress plot of a convolutional neural network. (A), Mini-batch accuracy [%] versus Epoch for training and test sets (black solid line and red circle, respectively). (B), Mini-batch loss versus Epoch for training and test sets (blue solid line and red circle, respectively).
Figure 5. Training progress plot of a convolutional neural network. (A), Mini-batch accuracy [%] versus Epoch for training and test sets (black solid line and red circle, respectively). (B), Mini-batch loss versus Epoch for training and test sets (blue solid line and red circle, respectively).
Agriculture 15 02478 g005
Figure 6. Comparison of lesion height and diseased area measurements obtained from manual annotation, ImageJ, PCC-KMC and PCC-KMC-CNN. Bar graph depicting absolute and proportional lesion heights of 26 ShB-infected rice culm images. Each bar is visualized by being transparent where the CDF value of the detected diseased region starts from 0.9, in which the extent of the transparency depends on the CDF value.
Figure 6. Comparison of lesion height and diseased area measurements obtained from manual annotation, ImageJ, PCC-KMC and PCC-KMC-CNN. Bar graph depicting absolute and proportional lesion heights of 26 ShB-infected rice culm images. Each bar is visualized by being transparent where the CDF value of the detected diseased region starts from 0.9, in which the extent of the transparency depends on the CDF value.
Agriculture 15 02478 g006
Figure 7. Algorithmic flow of the developed PCC-KMC-CNN pipeline.
Figure 7. Algorithmic flow of the developed PCC-KMC-CNN pipeline.
Agriculture 15 02478 g007
Figure 9. Correlation of ShB lesion height and symptomatic disease area. Relationship of lesion height (cm) and diseased area (cm2) in terms of (A), absolute and (B), proportional values. Red, blue, and green lines represent regression lines for ImageJ, PCC-KMC with manual labeling, and PCC-KMC-CNN, respectively.
Figure 9. Correlation of ShB lesion height and symptomatic disease area. Relationship of lesion height (cm) and diseased area (cm2) in terms of (A), absolute and (B), proportional values. Red, blue, and green lines represent regression lines for ImageJ, PCC-KMC with manual labeling, and PCC-KMC-CNN, respectively.
Agriculture 15 02478 g009
Table 1. List of ten RDP1 rice accessions and the number of RGB images used for testing PCC-KMC-CNN.
Table 1. List of ten RDP1 rice accessions and the number of RGB images used for testing PCC-KMC-CNN.
GSOR ID NameOriginal Providing CountryRegionSubpopulation (Structure) Subpopulation (PCA) #Number of RGB Images
301065IR 8PhilippinesSoutheast AsiaIndicaIndica20
301091LAC 23LiberiaAfricaTropical japonicaTropical japonica12
301093LemontUnited StatesNorth AmericaTropical japonicaTropical japonica26
301123 RathuweeSri LankaSouth AsiaIndicaIndica14
301332CenitArgentinaSouth AmericaTropical japonicaTropical japonica16
301341ARC 10376IndiaSouth AsiaAusAus14
301351Rikuto Norin 21JapanEast AsiaTemperate japonicaADMIX*14
301358Santhi SufaidPakistanSouth AsiaAusAus26
301402LaGrueUnited StatesNorth AmericaTropical japonicaTropical japonica4
301406Jasmine85PhilippinesSoutheast AsiaIndicaIndica22
GSOR: Genetic Stocks-Oryza collection identification number. ADMIX is a mixture of more than one subpopulation. Subpopulation identified by STRUCTURE analysis using 36 SSRs [74]. # Subpopulation identified by PCA using 36,901 high-quality SNPs [75].
Table 2. Parameters to build a CNN architecture.
Table 2. Parameters to build a CNN architecture.
ParameterValue
filter kerneluniform
filter size 10 × 3
initial learning rate0.001
training optionSGDM with 0.9 momentum
maximum epochs30
minimum batch size100
Table 3. Summary of the performance of PCC-KMC and PCC-KMC-CNN in 26 ShB-infected rice culm RGB images compared to visual manual annotation and ImageJ measurements.
Table 3. Summary of the performance of PCC-KMC and PCC-KMC-CNN in 26 ShB-infected rice culm RGB images compared to visual manual annotation and ImageJ measurements.
Disease Severity MeasurementMethodsLocation ShiftScale ShiftAccuracyPrecisionLin’s Concordance Correlation Coefficient
Absolute lesion height (cm)Visual vs. ImageJ0.4651.17570.89190.92590.8258
Visual vs. PCC-KMC0.37991.11270.92780.93980.8719
Visual vs. PCC-KMC-CNN0.56231.04650.86270.90260.7787
Proportional
lesion height
Visual vs. ImageJ0.46641.17040.89770.93390.8384
Visual vs. PCC-KMC0.40721.07920.92100.94150.8671
Visual vs. PCC-KMC-CNN0.61181.03110.84200.89540.7539
Absolute
lesion area (cm2)
ImageJ vs. PCC-KMC−0.21490.97990.97720.96590.9439
ImageJ vs. PCC-KMC-CNN0.05761.10220.99360.96590.9598
PCC-KMC vs. PCC-KMC-CNN−0.14490.98760.98950.95360.9437
Proportional
lesion area
ImageJ vs. PCC-KMC−0.14490.98760.98950.95360.9437
ImageJ vs. PCC-KMC-CNN0.14831.15460.97910.96890.9486
Table 4. Correlation analysis of ShB lesion height and disease area of 26 ShB-infected rice culm RGB images using ImageJ, PCC-KMC and PCC-KMC-CNN.
Table 4. Correlation analysis of ShB lesion height and disease area of 26 ShB-infected rice culm RGB images using ImageJ, PCC-KMC and PCC-KMC-CNN.
Disease Severity MeasurementMethodsCorrelation Coefficient
Absolute lesion height (cm)ImageJ0.8045
vs.PCC-KMC0.8403
Absolute diseased area (cm2)PCC-KMC-CNN0.8577
Proportional lesion heightImageJ0.7855
vs.PCC-KMC0.8173
Proportional diseased areaPCC-KMC-CNN0.8209
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

Lee, D.-Y.; Na, D.-Y.; Heo, Y.S.; Wang, G.-L. Digital Image Quantification of Rice Sheath Blight: Optimized Segmentation and Automatic Classification. Agriculture 2025, 15, 2478. https://doi.org/10.3390/agriculture15232478

AMA Style

Lee D-Y, Na D-Y, Heo YS, Wang G-L. Digital Image Quantification of Rice Sheath Blight: Optimized Segmentation and Automatic Classification. Agriculture. 2025; 15(23):2478. https://doi.org/10.3390/agriculture15232478

Chicago/Turabian Style

Lee, Da-Young, Dong-Yeop Na, Yong Seok Heo, and Guo-Liang Wang. 2025. "Digital Image Quantification of Rice Sheath Blight: Optimized Segmentation and Automatic Classification" Agriculture 15, no. 23: 2478. https://doi.org/10.3390/agriculture15232478

APA Style

Lee, D.-Y., Na, D.-Y., Heo, Y. S., & Wang, G.-L. (2025). Digital Image Quantification of Rice Sheath Blight: Optimized Segmentation and Automatic Classification. Agriculture, 15(23), 2478. https://doi.org/10.3390/agriculture15232478

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