Next Article in Journal
Evaluating the Path to the European Commission’s Organic Agriculture Goal: A Multivariate Analysis of Changes in EU Countries (2004–2021) and Socio-Economic Relationships
Next Article in Special Issue
Winter Wheat Yield Estimation with Color Index Fusion Texture Feature
Previous Article in Journal
State of Agricultural E-Government Services to Farmers in Tanzania: Toward the Participatory Design of a Farmers Digital Information System (FDIS)
Previous Article in Special Issue
Improvement of Winter Wheat Aboveground Biomass Estimation Using Digital Surface Model Information Extracted from Unmanned-Aerial-Vehicle-Based Multispectral Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimation of Peanut Southern Blight Severity in Hyperspectral Data Using the Synthetic Minority Oversampling Technique and Fractional-Order Differentiation

1
College of Information and Management Science, Henan Agricultural University, Zhengzhou 450002, China
2
Information Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing 100094, China
3
College of Plant Protection, Henan Agricultural University, Zhengzhou 450002, China
*
Authors to whom correspondence should be addressed.
Agriculture 2024, 14(3), 476; https://doi.org/10.3390/agriculture14030476
Submission received: 18 January 2024 / Revised: 1 March 2024 / Accepted: 13 March 2024 / Published: 15 March 2024

Abstract

:
Southern blight significantly impacts peanut yield, and its severity is exacerbated by high-temperature and high-humidity conditions. The mycelium attached to the plant’s interior quickly proliferates, contributing to the challenges of early detection and data acquisition. In recent years, the integration of machine learning and remote sensing data has become a common approach for disease monitoring. However, the poor quality and imbalance of data samples can significantly impact the performance of machine learning algorithms. This study employed the Synthetic Minority Oversampling Technique (SMOTE) algorithm to generate samples with varying severity levels. Additionally, it utilized Fractional-Order Differentiation (FOD) to enhance spectral information. The validation and testing of the 1D-CNN, SVM, and KNN models were conducted using experimental data from two different locations. In conclusion, our results indicate that the SMOTE-FOD-1D-CNN model enhances the ability to monitor the severity of peanut white mold disease (validation OA = 88.81%, Kappa = 0.85; testing OA = 82.76%, Kappa = 0.75).

1. Introduction

Peanut southern blight caused by Agroathelia rolfsii has caused huge economic losses in peanut production worldwide [1]. Southern blight, a serious soil-borne fungal disease, develops rapidly under hot and humid conditions. In the early stages of infection, the plant leaves are yellowed, and rough white mycelium clings to the lower stems. As the disease intensifies, the mycelium further radiates to the soil surface, the signs of leaf yellowing intensify, and the infected stems and leaves turn a dark brown color, and ultimately the entire plant dies [2]. There are no peanut varieties with high resistance to southern blight, and the control of southern blight is still based on chemical agents [3]. Therefore, timely and effective monitoring of southern blight incidence is important for peanut control.
Unlike stem rot [4] and leaf spot [5], southern blight is very difficult to monitor at an early stage. Affected plants show slight discoloration in the canopy leaves, and this symptom is not easily detectable [2,6]. Further, as the hot and humid weather intensified, the mycelium inside the infected plants started to spread extensively, and this phase was left very short for our investigations [7,8]. Traditional field surveys are time-consuming, labor-intensive, and not easy to monitor over large areas [9]. In recent decades, the emergence of hyperspectral remote sensing technology has provided new technological means for monitoring diseases in a timely and non-destructive manner [10]. Hyperspectral data is composed of a large amount of continuous narrow-band data, which, unlike wide-band multispectral data, provides more detailed information about the target. However, these advantages often come at the cost of high dimensionality and large data volumes, which gives birth to the new problem of the curse of dimensionality [11]. As the noise and sparsity of the feature space increase, the performance of the model gradually decreases [12], Small samples and data imbalances can exacerbate this problem [13]. Spectral feature multiclassification models require large amounts of sample data [14]. For our study, the early onset of southern blight was rapid, the monitoring window was short, and some imbalance in the data was inevitable.
Unbalanced data and small sample sizes can seriously affect the robustness and reliability of the model, and even more so for high-dimensional data such as hyperspectral [15]. Over the past decade or so, a variety of approaches have been developed in various fields to cope with this problem [16,17]. This includes various resampling methods, namely oversampling, undersampling [18], as well as some feature selection and extraction techniques, among others. Often, undersampling is helpful, but it can lead to a loss of information, affecting the performance of the classification model [19]. Unlike undersampling, oversampling methods, while prioritizing the integrity of information, do not remove a significant number of class samples during the synthesis process. This prevents the loss of essential class information that may occur in undersampling [20]. Among the many methods of oversampling, the Synthetic Minority Oversampling Technique (SMOTE) can take into account the samples of the original dataset to generate new data samples and has thus has been widely popularized [21,22]. Özdemir et al. used SMOTE-CNN to classify unbalanced hyperspectral images [23]. Liang et al. used SMOTE combined with XGBoost modeling to detect corn collapse [24]. In this study, to ensure that no information was missing from our study sample set as well as to address the small sample size and data imbalance in the peanut southern blight canopy spectra, we used SMOTE to synthesize new sample data.
The process of plants being subjected to pest and disease stress can be observed through factors such as tissue color, growth density, leaf shape, and more [25,26]. For optical remote sensing, a large number of studies have analyzed the spectral response under stress to diagnose the health status of plants [27,28]. Previous studies indicate that the spectral characteristics of peanut southern blight-affected leaves exhibit significant differences in the red edge and near-infrared regions [29]. Vegetation indices and mathematical transformations can be employed to assess the severity of disease under various growth conditions [30]. For instance, developing new spectral combinations based on the specificity of pests and diseases can be employed for monitoring Ips typographus using vegetation indices [31]. However, passive canopy spectral reflectance is susceptible to various factors such as solar angle, lighting conditions, canopy background, and shadows, which can impact the quality of the data [32]. Relying solely on raw spectral data for feature extraction is insufficient for disease detection. To enhance spectral detail and eliminate noise effects caused by factors like soil background, various mathematical transformation methods have been proposed by previous researchers, including CWT [33], SMC [34], SNV [35], differentiation [36], and others. Fractional-Order Differentiation (FOD), in contrast to integer-order, employs a more flexible order, reducing baseline drift and suppressing background noise. It has been widely utilized by many scholars for its advantages in better separating overlapping reflection peaks. Its applications include predicting soil characteristics [37], monitoring diseases [38], and tracking plant biochemical parameters [39]. FOD, built upon a small differential step size, further explores gradient information that is not inherent in integer-order differentiation, maximizing its retention throughout the process. In addition to data preprocessing, the selection of an appropriate model also significantly influences the monitoring of diseases. In the field of remote sensing for disease and pest monitoring, it is primarily divided into two major categories: machine learning and statistical models [40], machine learning models such as SVM, KNN, CNN, etc. have significantly alleviated the constraints of temporal and spatial dimensions, gaining widespread popularity for their excellent training errors and stronger generalization capabilities [41]. In particular, the 1D-CNN model excels at extracting “hidden” features from spectra and has been widely adopted in numerous studies. However, these studies often require large datasets for training [42]. For small datasets, can we overcome the limitations by utilizing synthetic datasets generated through techniques like SMOTE for model training? This approach aims to achieve optimal performance while validating against actual measured data, thereby overcoming data constraints—an aspect that has been seldom reported by scholars.
While ensuring the maximization of spectral information and enhancing the accuracy of the peanut southern blight mold detection model, addressing the challenges of data imbalance and insufficient sample size becomes increasingly intricate. Is it possible to employ SMOTE-FOD to synthesize new sample data, utilizing small differential steps to amplify differences between spectra? To our knowledge, previous studies on disease monitoring have not taken into account the premise of maximizing information, presenting a new challenge for us. The main objective of this study is to assess whether SMOTE-FOD-1D-CNN can enhance the detection performance of different severity levels of peanut southern blight. Specifically, we aim to address the following key questions: (1) Can SMOTE generate new sample data to resolve the issues of data imbalance and insufficient sample size while retaining maximum sample information? (2) Can the small-step FOD enhance spectral information and, in turn, elevate the potential of the constructed peanut southern blight detection model?

2. Materials and Methods

Experiment 1 was conducted in Zhengyang County, Zhumadian City, Henan Province, China, in the year 2022 (32°60′ N, 114°38′ E). The experimental area covered 4560 m2, with planting initiated on 24 June 2022. During this period, the average temperature was 28 °C. The variety was the southern blight medium-resistant peanut variety Yuhua 37. Plant spacing was set at 35 cm, row spacing at 45 cm, and the experiment concluded on 6 September 2022. A total of 610 peanut canopy spectral data samples were collected, excluding 20 data samples where spectral measurements failed due to improper handling during the measurement process. The distribution of spectral samples for each category is as follows: 150 for healthy, 110 for mild, 120 for moderate, and 210 for severe.
Experiment 2 was conducted in Yanjin County, Xinxiang City, Henan Province, China, in September of the same year (35°15′57″ N, 114°11′8″ E). The climate was mild. Peanuts were a large-scale crop planted in the county with relatively uniform varieties, and standard farmland with a highly intensive planting density was selected. A total of 290 spectral samples representing various severity levels were collected in the experimental area, as illustrated in Figure 1.

2.1. Canopy-Spectral Data Acquisition

The experiment utilized the ASD Field Spec3 spectrometer, with a spectral range of 350 to 2500 nm and spectral sampling intervals of 1.4 nm (350–1000 nm) and 2 nm (1001–2500 nm). The probe’s field of view was approximately 25°, and the probe was positioned approximately 50 cm from the canopy during sampling. Measurements were conducted between 10:00 and 14:00 Beijing time under clear and cloudless weather conditions. Due to the dense planting of peanuts, we selected typical diseased plants for spectral data collection, with a measured area of approximately 0.1 m 2 . During the measurement process, the probe collected spectral data from the canopy of peanut plants in a downward, vertical direction. And for each sampled point, radiometric calibration was performed using a BaSo4 standard whiteboard. Furthermore, due to the susceptibility of hyperspectral data to noise from factors such as photonic, atmospheric, and water vapor influences, this study removed the original spectra affected by noise and sidebands. The spectral range retained was from 600 to 1350 nm. Reflectance values were calculated using Formula (1).
R = L t L b × R b
In Formula (1), where R b is the reflectance of the standard whiteboard, L t is the canopy radiance, L b is the whiteboard radiance, and R is the calculated reflectance.

2.2. Data Analysis Methods

2.2.1. Investigation of Peanut Southern Blight Severity

A field investigation was conducted to assess the severity of peanut southern blight. Data acquisition of typical peanut plants in sampled locations based on previous studies on peanut genetic diversity and phenotype was guided by plant protection experts. Plants with a healthy root base, devoid of mycelium, and showing no symptoms on leaves were labeled as “Healthy”. Plants with wilting in both leaves and stem bases affecting less than 1/3 of the entire plant were marked as “Mild”. Plants with wilting in both leaves and stem bases affecting more than one-third but less than 2/3 of the entire plant were marked as “Moderate”. Plants with wilting in both leaves and stem bases affecting more than 2/3 and the appearance of brown fungal sclerotia at the base were marked as “Severe”. The four categories, including healthy peanuts and peanuts affected by southern blight, are represented by numerical values 1, 2, 3, and 4, corresponding to mild, moderate, and severe conditions, as illustrated in Figure 2.

2.2.2. Fractional-Order Differential

FOD theory extends the order of differentiation beyond integer values, allowing for arbitrary orders [43]. As a fundamental mathematical operation, FOD enables a more comprehensive analysis of signals [44]. The main forms include Riemann-Liouville (R-L), Caputo, Weil, Caputo, and Grünwald-Letnikov (G-L). In this study, the discrete Grünwald-Letnikov (G-L) form is employed, which is suitable for small step sizes and computationally efficient. The specific formula is as follows in Equations (2) and (3):
D α f x = lim h 0 1 h α j = 0 t α / h 1 m Γ α + 1 j ! Γ α j + 1 f x j h
where α is the fractional order, h is the step size, t and j are the upper and lower limits of differentiation, and Γ is the gamma function.
Γ β = 0 e t t β 1 d t = β 1 !
The gamma function, also known as the generalized factorial, is commonly used in the definition of fractional-order differentials.
When f ( x ) is a one-dimensional spectrum with a sampling interval of 1 ( h = 1 ) , and t and α represent wavelength intervals, ( t α ) h = t α = n . According to the above Equations (2) and (3), the following expression for fractional-order differentiation can be derived (Equation (4)):
d v f λ d λ v f λ + v f λ 1 + v v 1 2 f λ 2 + · · · · · · + Γ v + 1 n ! Γ v + n + 1 f λ n
When v = 0 , the 0th-order differentiation of f x is the function itself, and when v = 1, it represents the first-order differentiation.

2.2.3. 1D-CNN

The study employed a one-dimensional convolutional neural network (1D-CNN) to build the model [42]. Using peanut canopy spectra of different severity levels as input layer data, the convolutional layer extracts hidden features from the input layer. The feature dimensions are then reduced through a pooling layer. The flattened vector is then input into a fully connected layer using the ReLU activation function. The features extracted are mapped to the required size, representing the four severity levels of peanut southern blight in this study. The Adam gradient descent algorithm was employed with a maximum training iteration of 250, a batch size of 64, and an initial learning rate of 0.01. The 1D-CNN model was implemented using Matlab 2022a and NVIDIA RTX3060. The specific network parameters are detailed in Table 1.

2.2.4. SMOTE Algorithm

SMOTE (Synthetic Minority Oversampling Technique) is a method of data sampling that utilizes existing samples based on linear interpolation to generate new synthetic sample data at random distances from the K-nearest neighbors [45]. The specific process is as follows: First, a minority sample a is selected from the original data. Then, the Euclidean distance between a and the remaining minority samples in the feature space is calculated to find the K-nearest neighbors. Based on the determined K-nearest neighbors, the SMOTE algorithm is used to select a random sample b , and finally, a new synthetic sample a is generated according to Equation (5).
a = a + r a n d 0,1 a b
The SMOTE algorithm has historically been utilized to address imbalances in minority classes within datasets. In recent years, as the efficacy of SMOTE’s excellent oversampling strategy has been proven, an increasing amount of research suggests its applicability for synthetic sample generation. In this study, to determine the optimal number of K-neighbors, we set K = 1, 2, 3.

2.2.5. ReliefF Arithmetic

High spectral data has a small interval, a large quantity, contains a significant amount of noise and redundant features, and exhibits high multicollinearity among adjacent bands [46]. Blindly using all features will only increase meaningless computational load and decrease the model’s generalization [47]. The ReliefF algorithm is one of the most commonly used methods for feature weight selection. Due to its simple calculation and high efficiency, it is widely used for the selection of multidimensional features [48]. In this study, the ReliefF algorithm was employed for rapid selection of features sensitive to peanut southern blight. The specific formula is as follows:
W i n = W i 1 n j = 1 k ( X i n H j ( n ) ) 2 m k + j = 1 k ( X i n M j ( n ) ) 2 m k
where m is the number of sampling times, k is the number of nearest neighbors, M is the selected number of features, W i n is the n weight factors updated for the i , X i n is the n feature index of the i random sample, H j n is the n feature of the j class’s nearest sample, and M j ( n ) is the n feature index of the nearest samples of different classes for X i n .

2.2.6. SVM and KNN Models

The Support Vector Machine (SVM) model seeks an optimal classification hyperplane in a high-dimensional space to separate different class samples with minimal error. SVM is commonly used for regression and classification problems. In this study, the kernel function is set to RBF [49]. The K-Nearest Neighbors (KNN) classification is based on the K most similar samples from the training set, using Euclidean distance for measurement. These samples vote on the attributes, and the final values are assigned to the object to be classified [50].

2.3. Model Accuracy Evaluation Metrics

In this study, we used the SMOTE-synthesized sample set for model training, constructed separate 1D-CNN, SVM, and KNN models, and evaluated the models’ accuracy using 590 measured samples for validation. Additionally, to demonstrate the good generalization of the models, we tested them using 290 data samples from Yuxian County, Xinxiang City, Henan Province. The overall classification accuracy and Kappa coefficient were calculated based on the confusion matrix of the models, as shown in Equations (7) and (8).
O A = k = 1 N a k k n
where N is the number of classes, n is the total number of classifications, and a k k is the number of correct classifications.
K a p p a = N i = 1 m x i i k = 1 m i = 1 m x i j j = 1 m x i j N 2 k = 1 m i = 1 m x i j j = 1 m x i j
where N is the total, x i i is the diagonal element of the confusion matrix, and x i j is each element of the confusion matrix.

3. Results

3.1. Synthetic Data Generation

In this study, we used the SMOTE algorithm to synthesize the original data. To further analyze the accuracy of the synthetic data and the optimal number of nearest neighbors (K), we first fixed the generation multiplier at n = 10, with a focus on analyzing the similarity between synthetic data and real data for K = 1, 2, and 3. To illustrate this situation more intuitively, we used PCA to plot the spatial distribution of the first three principal components, as shown in Figure 3. Compared to the original data, all of the generated synthetic data exhibit excellent spatial similarity.

3.2. Features of Spectral Curves under Different Fractional Differentiation Orders

The spectral curves of peanut southern blight at different severities are distinct. After infection with peanut southern blight, the physiological and biochemical parameters of peanuts undergo significant changes, resulting in a decrease in reflectance in the red edge and near-infrared regions, causing a ‘blue shift’ phenomenon. Monitoring peanut southern blight solely based on the spectral response mechanism still poses challenges, as the canopy environment is always complex and susceptible to various factors. As shown in Figure 4a, spectral curves of different severities intersect and appear similar.
To investigate the improvement in FOD on peanut southern blight spectra, we applied fractional-order differences to the original spectra with a step size of 0.1, obtaining spectral curves for different severities as shown in Figure 4a–k The original spectra are smooth, with two weak absorption features near 970 nm and 1200 nm influenced by internal leaf structures. Absorption valleys and reflection peaks increase with the FOD order, and at FOD = 0.5, reflectance becomes negative, with significant fluctuations in many curves. As shown in Figure 5a–j, after FOD = 1.1, this fluctuation trend gradually slows down, and after FOD = 1.4, the dimensional differences between various spectral curves gradually decrease, showing signs of overlap. At the same time, the spiky trend of the spectral curves deepens, and the entire spectrum becomes chaotic.

3.3. Correlation between Disease Severity and Spectra

To assess whether FOD can improve the correlation between disease severity and spectral reflectance, we compared the correlation information between FOD spectra and disease severity at different orders with a step size of 0.1 (Figure 6). For the original spectra, at FOD = 0, a significant negative correlation was observed in the red edge, with the maximum correlation at 756 nm (R = −0.83). As the FOD order increased, the correlation coefficient changed. For instance, at FOD = 1.1, the correlation gradually became positive around 780 nm. Moreover, the spectra correlations based on FOD were generally better than the original spectra, indicating that using FOD could enhance the spectral details and increase the separability of disease severity.

3.4. ReliefF Feature Selection Algorithm

Due to the fact that hyperspectral data consist of thousands of closely adjacent narrow bands with significant inter-band correlations, this study utilized the ReliefF algorithm for feature selection. The algorithm was applied to screen out the top 5% weighted features under different scenarios, including SMOTE synthesized data and actual measured data, with varying K values (1, 2, 3) and different FOD ranging from 0.1 to 2.0. The selected features were then employed in the construction of the disease detection model. The process and results are illustrated in Figure 7.

3.5. Construction of Disease Detection Model Based on FOD Spectra

3.5.1. Performance of Multiple Outputs in the 1D-CNN Model

In order to investigate the impact of different FODs on the detection of peanut southern blight and determine the optimal K neighbors for the SMOTE algorithm, we applied the 1D-CNN model to spectra processed with 20 different FOD orders, as shown in Table 2. When K = 1 and FOD = 0.2, the overall accuracy (OA) was 88.81%, and the Kappa coefficient was 0.85, which was better than the performance with the original spectra (FOD = 0, OA = 86.78%, Kappa = 0.82). Furthermore, we analyzed the variation of overall accuracy with different values of K for the entire range of FOD, as shown in Figure 8. We observed a decreasing trend in overall accuracy with increasing K values, and the overall accuracy was generally higher when K = 1 compared to other values.

3.5.2. Performance of Machine Learning Models with Multiple Outputs

To compare the performance of the models and determine the optimal FOD order, we further analyzed the performance of the SVM and KNN models with the best neighbor number K = 1 for each FOD. As shown in Table 3, when FOD is in the range of 0.2–0.3, the overall accuracy (OA) is better than other orders, consistent with the results of the 1D-CNN model. The best accuracy of the SVM model was FOD = 0.3 (OA = 86.61%, Kappa = 0.82), and the best accuracy of the KNN model was FOD = 0.2 (OA = 86.95%, Kappa = 0.83).

3.5.3. Evaluation of Model Generalization Performance

To assess the robust generalizability of the constructed model, we tested it using 290 spectral samples from various regions with different severity levels in the same year. Additionally, mean processing was conducted prior to utilization. The results are shown in Table 4. It can be observed that under the optimal input parameters, the 1D-CNN model achieved good performance on the validation set, with an accuracy (OA) of 82.76% and a Kappa of 0.75, while the performance of the other machine learning models on the test set was not satisfactory.

4. Discussion

In this study, to monitor the severity of peanut southern blight in the canopy, we used the SMOTE algorithm to synthesize canopy spectral data for peanut southern blight. Furthermore, we employed FOD for in-depth analysis. The study is divided into three parts for discussion. Firstly, we analyzed the similarity between the synthesized data using the SMOTE algorithm and real data. We explored the impact of the optimal nearest neighbor number (K) and multiplier (n). Secondly, we compared and analyzed the 1D-CNN model and SVM model, investigating the optimal FOD order for peanut southern blight and further analyzing it with a step size of 0.01. Finally, we summarized the shortcomings of this study and provided future prospects.

4.1. SMOTE Analysis of Synthetic Data

The early stages of peanut southern blight differ from stem rot [51] and leaf spot diseases [52] in that there are no obvious pathogenic features on the plant canopy. Once the fungal hyphae, which have infected the plant internally, are subjected to continuous high-temperature and high-humidity conditions, they will rapidly spread [53]. The monitoring window for this early stage is very short, and our study did not involve continuous monitoring for an extended period, resulting in a limited number of early stage samples obtained.
Although data mining techniques have been widely promoted, we concur with Guo’s viewpoint that traditional classification modeling for imbalanced datasets remains a pressing issue [21]. As mentioned by López and Weiss, when dealing with imbalanced sample sets, training machine learning standard classifiers may yield ideal results, but the minority sample set is still neglected. This could potentially lead to poor robustness of the model in the face of rare events and an increased likelihood of misidentifying minority class samples as noise, thereby impacting the overall model accuracy [54,55].
SMOTE does not require training any specific model; it generates new synthetic samples solely based on the spatial characteristics of the original data using the K-nearest neighbor approach [56,57]. The choice of the K value directly influences the reliability of the synthesized data, depending on the density or sparsity of the initial data distribution [58,59]. To illustrate the distribution of the synthetic data compared to the original data more intuitively, as shown in Figure 3, we analyzed the spatial features of the first three PCAs. The spatial features of the synthetic data are extremely similar to those of the original data. However, we do not assert that synthetic data guarantees good performance for such datasets; it merely satisfies visual consistency, as confirmed by Kristian [60]. Further analysis of the subsequent data is still needed.
On this basis, to determine the optimal values for K (number of nearest neighbors) and the synthesis multiplier n, we tested the data results for n = 10 with K1, K2, and K3 separately. As shown in Figure 8, we found that overall FOD differential accuracy is better when using K1 compared to the other values. Using a smaller k can generate a representative dataset for our data, and we agree with Ebrahimy et al., that further experiments are needed to evaluate other crops [61]. In addition, in recent years, the multiplier n for synthetic data has also been widely discussed [62]. In this study, we attempted to analyze the impact of different synthetic multipliers on the model to determine the optimal value for n. We used SVM, the least effective model among the three, for this analysis, and the results are shown in Figure 9. As the synthesis data multiplier n increases, the overall accuracy stabilizes after n = 10. As mentioned by Sun, blindly continuing to increase the synthesis multipliers n and k can undoubtedly increase computational load, which is often undesirable while maintaining optimal accuracy [20].
Although SMOTE can synthesize new sample data while ensuring the integrity of information, it is necessary to mention its disadvantage of generating noisy samples [15]. In addressing this drawback, previous researchers have proposed methods to identify and eliminate noise, such as improved SMOTE-IPF [63], SMOTE-Rknn [64], etc. However, in this study, we still aim to retain this noise because we understand that some scholars, in radiative transfer models, add varying degrees of Gaussian noise to simulated datasets to minimize overfitting issues, aligning with their approach [65]. Moreover, the uncertainty of biochemical parameter retrieval can be influenced by the quality of the data, as crown reflectance may vary [66]. Therefore, as shown in Figure 10, we magnified the differences between the synthetic sample dataset and the measured data, allowing for a visual observation of the slight noise issue in the synthetic samples.

4.2. Analysis of Various Orders of FOD

Integer-order differentiation is just a special case of fractional-order differentiation. Previous studies have indicated that first-order differentiation is effective in eliminating the influence of background noise, while second-order differentiation can mitigate baseline drift, thereby enhancing analytical accuracy [67]. However, some researchers have proposed that higher-order integer differentiations may introduce noise and compromise the integrity of information [38]. Fractional-order differentiation, while encompassing the meaning of integer-order differentiation, provides a more flexible choice of orders [68,69]. Fractional-order differentials are closely related to full-band reflectance, where the reflectance of each point is influenced by different fractional-order differentials with varying weights. The closer the point, the larger the weight, and hence, the greater the influence of fractional-order differentials. This is what Zhang referred to as the memory and non-locality of fractional-order differentials [70]. For disease spectra, peanut southern blight causes rapid yellowing and wilting of the entire plant, leading to significant changes in the canopy spectra, making the spectral information more complex. Therefore, we attempt to use fractional-order differentials to further amplify subtle spectral differences and explore the capability of this method for monitoring peanut southern blight.
As shown in Figure 4, a fractional-order differential transformation with a step size of 0.1 is applied to the original spectra, and the overall spectral shape exhibits a significant changing trend. Before FOD = 0.9, with the increase in order, the spectral differences are magnified, leading to many distinctive absorption valleys and reflection peaks. However, at higher orders, this unique phenomenon is masked, and the separability of various spectral curves gradually decreases. Zhang suggested that this phenomenon could be explained using the G-L mathematical theory. When the sampling step is smaller than the width of the peaks and valleys, spectral differences are magnified. The noise phenomenon arises because the calculation of FOD introduces high-frequency noise when dealing with short-interval peaks and valleys in the spectrum [38]. This phenomenon can also be observed in Figure 6. Additionally, we observed that while FOD enhances the correlation between the spectrum and peanut southern blight, it also leads to certain originally positive correlations in specific bands becoming negative, and vice versa. The original bands exhibit a significant negative correlation near the red edge, and with the increase in FOD, it gradually turns positive around FOD = 1.1. This conclusion has been supported by various studies; Jiang et al. suggested that it is due to the capture of long-term memory and non-local features in the data by FOD [37], while Kilbas et al. proposed that it might be caused by nonlinear relationships between variables [69].
In order to further investigate the impact of FOD on the monitoring of the severity of peanut southern blight, we used 1D-CNN, SVM, and KNN models for evaluation. As shown in Table 2 and Table 4, with the increase in FOD order, the overall accuracy shows an upward and then downward trend. FOD = 0.2 is the optimal order, and all three models have high evaluation metrics. The 1D-CNN model is optimal when K = 1 and n = 10 (validation set OA = 88.81%, Kappa = 0.85; test set OA = 82.76%, Kappa = 0.75). Analyzing smaller step sizes on top of limited orders to determine if it can increase model accuracy is an aspect that has not been explored in previous research. Next, we conducted a detailed analysis of the impact of FOD on peanut southern blight detection with a step size of 0.01. The accuracy using SVM and KNN models is shown in Figure 11. There is not a significant improvement in accuracy within the range of FOD from 0.21 to 0.29. The ability to decompose spectral information using FOD with a small step size has reached saturation.

4.3. Limitations and Future Work

On one hand, while our study demonstrates that using SMOTE to generate training samples, further amplifying spectral differences between different severities with FOD, and employing a 1D-CNN model can effectively monitor peanut southern blight, investigations at different stages of peanut southern blight were not conducted. The main reason for this is the transitional continental monsoon climate in Henan Province, transitioning from a northern subtropical zone to a warm temperate zone. The region experiences a high probability of continuous high temperatures and humidity in July and August [71], providing favorable external conditions for the occurrence of peanut southern blight. Early monitoring in the growing season is hindered by the influence of peanut growth density, as the pathogenic hyphae do not erupt extensively in the early stages. On the other hand, due to the highly complex nature of field environments, diseased plants may be subjected to various types of stressors, such as drought, flooding, nutrient deficiencies, and more. Additionally, for the plants themselves, they may be affected by more than one disease during their growth process; the occurrence of multiple diseases concurrently is something that we have not thoroughly considered.
Our future work will extend beyond the scope of Henan Province. We aim to acquire data on peanut southern blight from multiple provinces and varieties to enhance the model. This expansion is crucial for early disease detection, improving prevention and control efficiency, and cultivating disease-resistant varieties. At the same time, we need to further refine our experimental design, make fuller use of experimental resources, systematically control variables, and expand future work to assess the effects of various stressors.

5. Conclusions

This study aimed to enhance the ability to monitor the severity of peanut southern blight by using the SMOTE-FOD-1D-CNN model. A comparison with the SVM and KNN models was conducted, and the optimal model was determined to be 1D-CNN (validation OA = 88.81%, Kappa = 0.85; test OA = 82.76%, Kappa = 0.75). The main conclusions are as follows: (1) SMOTE effectively addresses the issue of imbalanced and insufficient sample data by preserving the maximum amount of sample information and generating new sample data. (2) Small-step FOD shows potential for enhancing spectral information and improving the performance of the constructed peanut southern blight monitoring model.

Author Contributions

H.S.: investigation, methodology, validation, writing—original draft, visualization. L.Z.: investigation, methodology. M.S.: investigation, methodology. J.Z.: methodology, visualization. Z.F.: methodology, visualization. H.F.: methodology, visualization. X.S.: investigation, methodology. J.Y.: investigation, methodology, validation. W.G.: investigation, methodology, validation, writing—review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Henan Provincial Science and Technology Major Project (NO.221100110100); National Natural Science Foundation of China, grant number (NO.32271993); The Joint Fund of Science and Technology Research Development program (Cultivation project of preponderant discipline) of Henan Province, China (NO.222301420114).

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data presented in this paper are part of an ongoing study and the dataset is difficult to access; permission from the corresponding author is required to access the dataset.

Conflicts of Interest

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

References

  1. Rodriguez-Kabana, R.; Kloepper, J.; Robertson, D.; Wells, L. Velvetbean for the management of root-knot and southern blight in peanut. Nematropica 1992, 22, 75–80. [Google Scholar]
  2. Xu, M.; Zhang, X.; Yu, J.; Guo, Z.; Wu, J.; Li, X.; Chi, Y.; Wan, S. Biological control of peanut southern blight (Sclerotium rolfsii) by the strain Bacillus pumilus LX11. Biocontrol Sci. Technol. 2020, 30, 485–489. [Google Scholar] [CrossRef]
  3. Ryley, M.; Kyei, N.; Tatnell, J. Evaluation of fungicides for the management of sclerotinia blight of peanut. Aust. J. Agric. Res. 2000, 51, 917–924. [Google Scholar] [CrossRef]
  4. Asuyama, H.; Yamanaka, S. Stem rot of peanut. Jpn. J. Phytopathol. 1953, 18, 28–32. [Google Scholar] [CrossRef]
  5. Jenkins, W.A. Two fungi causing leaf spot of peanut. J. Agric. Res. 1938, 56, 317–332. [Google Scholar]
  6. Grichar, W.J.; Woodward, J.E. Fungicides and application timing for control of early leafspot, southern blight, and sclerotinia blight of peanut. Int. J. Agron. 2016, 2016, 1848723. [Google Scholar] [CrossRef]
  7. Damicone, J.P. Soilborne Blight Diseases of Peanut; Oklahoma Cooperative Extension Service: Stillwater, OK, USA, 2014. [Google Scholar]
  8. Melouk, H.; Hunger, R.M.; Mulder, P.G.; Payton, M.E.; Zhang, H. Characterization of Isolates of Sclerotium rolfsii and Evaluation of Peanut for Reaction to Southern Blight; Oklahoma State University: Stillwater, OK, USA, 2003. [Google Scholar]
  9. Jia, Z.; Ou, C.; Sun, S.; Wang, J.; Liu, J.; Li, M.; Jia, S.; Mao, P. A novel approach using multispectral imaging for rapid development of seed pellet formulations to mitigate drought stress in alfalfa. Comput. Electron. Agric. 2023, 212, 108136. [Google Scholar] [CrossRef]
  10. Zhang, M.; Qin, Z.; Liu, X.; Ustin, S.L. Detection of stress in tomatoes induced by late blight disease in California, USA, using hyperspectral remote sensing. Int. J. Appl. Earth Obs. Geoinf. 2003, 4, 295–310. [Google Scholar] [CrossRef]
  11. Hennessy, A.; Clarke, K.; Lewis, M. Hyperspectral classification of plants: A review of waveband selection generalisability. Remote Sens. 2020, 12, 113. [Google Scholar] [CrossRef]
  12. Alonso, M.C.; Malpica, J.A.; de Agirre, A.M. Consequences of the Hughes phenomenon on some classification techniques. In Proceedings of the ASPRS 2001 Annual Conference, St. Louis, MO, USA, 23–27 April 2001; pp. 1–5. [Google Scholar]
  13. Virnodkar, S.S.; Pachghare, V.K.; Patil, V.; Jha, S.K. Remote sensing and machine learning for crop water stress determination in various crops: A critical review. Precis. Agric. 2020, 21, 1121–1155. [Google Scholar] [CrossRef]
  14. Osco, L.P.; Junior, J.M.; Ramos, A.P.M.; de Castro Jorge, L.A.; Fatholahi, S.N.; de Andrade Silva, J.; Matsubara, E.T.; Pistori, H.; Gonçalves, W.N.; Li, J. A review on deep learning in UAV remote sensing. Int. J. Appl. Earth Obs. Geoinf. 2021, 102, 102456. [Google Scholar] [CrossRef]
  15. Blagus, R.; Lusa, L. SMOTE for high-dimensional class-imbalanced data. BMC Bioinform. 2013, 14, 106. [Google Scholar] [CrossRef]
  16. Xu, Z.; Shen, D.; Nie, T.; Kou, Y. A hybrid sampling algorithm combining M-SMOTE and ENN based on Random forest for medical imbalanced data. J. Biomed. Inform. 2020, 107, 103465. [Google Scholar] [CrossRef] [PubMed]
  17. Li, D.; Liu, J.; Liu, J. NNI-SMOTE-XGBoost: A Novel Small Sample Analysis Method for Properties Prediction of Polymer Materials. Macromol. Theory Simul. 2021, 30, 2100010. [Google Scholar] [CrossRef]
  18. Kumar, N.S.; Rao, K.N.; Govardhan, A.; Reddy, K.S.; Mahmood, A.M. Undersampled K-means approach for handling imbalanced distributed data. Prog. Artif. Intell. 2014, 3, 29–38. [Google Scholar] [CrossRef]
  19. Van Hulse, J.; Khoshgoftaar, T.M.; Napolitano, A. An empirical comparison of repetitive undersampling techniques. In Proceedings of the 2009 IEEE International Conference on Information Reuse & Integration, Las Vegas, NV, USA, 10–12 August 2009; pp. 29–34. [Google Scholar]
  20. Sun, P.; Wang, Z.; Jia, L.; Xu, Z. SMOTE-kTLNN: A hybrid re-sampling method based on SMOTE and a two-layer nearest neighbor classifier. Expert Syst. Appl. 2024, 238, 121848. [Google Scholar] [CrossRef]
  21. Deng, M.; Guo, Y.; Wang, C.; Wu, F. An oversampling method for multi-class imbalanced data based on composite weights. PLoS ONE 2021, 16, e0259227. [Google Scholar] [CrossRef]
  22. Karabulut, E.M.; Ibrikci, T. Effective automated prediction of vertebral column pathologies based on logistic model tree with SMOTE preprocessing. J. Med. Syst. 2014, 38, 50. [Google Scholar] [CrossRef]
  23. Özdemir, A.; Polat, K.; Alhudhaif, A. Classification of imbalanced hyperspectral images using SMOTE-based deep learning methods. Expert Syst. Appl. 2021, 178, 114986. [Google Scholar] [CrossRef]
  24. Han, L.; Yang, G.; Yang, X.; Song, X.; Xu, B.; Li, Z.; Wu, J.; Yang, H.; Wu, J. An explainable XGBoost model improved by SMOTE-ENN technique for maize lodging detection based on multi-source unmanned aerial vehicle images. Comput. Electron. Agric. 2022, 194, 106804. [Google Scholar] [CrossRef]
  25. Lin, Q.; Huang, H.; Wang, J.; Chen, L.; Du, H.; Zhou, G. Early detection of pine shoot beetle attack using vertical profile of plant traits through UAV-based hyperspectral, thermal, and lidar data fusion. Int. J. Appl. Earth Obs. Geoinf. 2023, 125, 103549. [Google Scholar] [CrossRef]
  26. Hart, S.J.; Veblen, T.T. Detection of spruce beetle-induced tree mortality using high-and medium-resolution remotely sensed imagery. Remote Sens. Environ. 2015, 168, 134–145. [Google Scholar] [CrossRef]
  27. Tian, L.; Wang, Z.; Xue, B.; Li, D.; Zheng, H.; Yao, X.; Zhu, Y.; Cao, W.; Cheng, T. A disease-specific spectral index tracks Magnaporthe oryzae infection in paddy rice from ground to space. Remote Sens. Environ. 2023, 285, 113384. [Google Scholar] [CrossRef]
  28. Sapes, G.; Lapadat, C.; Schweiger, A.K.; Juzwik, J.; Montgomery, R.; Gholizadeh, H.; Townsend, P.A.; Gamon, J.A.; Cavender-Bares, J. Canopy spectral reflectance detects oak wilt at the landscape scale using phylogenetic discrimination. Remote Sens. Environ. 2022, 273, 112961. [Google Scholar] [CrossRef]
  29. Guo, W.; Sun, H.; Qiao, H.; Zhang, H.; Zhou, L.; Dong, P.; Song, X. Spectral Detection of Peanut Southern Blight Severity Based on Continuous Wavelet Transform and Machine Learning. Agriculture 2023, 13, 1504. [Google Scholar] [CrossRef]
  30. Huo, L.; Persson, H.J.; Lindberg, E. Early detection of forest stress from European spruce bark beetle attack, and a new vegetation index: Normalized distance red & SWIR (NDRS). Remote Sens. Environ. 2021, 255, 112240. [Google Scholar]
  31. Huo, L.; Lindberg, E.; Bohlin, J.; Persson, H.J. Assessing the detectability of European spruce bark beetle green attack in multispectral drone images with high spatial-and temporal resolutions. Remote Sens. Environ. 2023, 287, 113484. [Google Scholar] [CrossRef]
  32. Stone, C.; Mohammed, C. Application of remote sensing technologies for assessing planted forests damaged by insect pests and fungal pathogens: A review. Curr. For. Rep. 2017, 3, 75–92. [Google Scholar] [CrossRef]
  33. Moghadam, P.; Ward, D.; Goan, E.; Jayawardena, S.; Sikka, P.; Hernandez, E. Plant disease detection using hyperspectral imaging. In Proceedings of the 2017 International Conference on Digital Image Computing: Techniques and Applications (DICTA), Sydney, Australia, 29 November–1 December 2017; pp. 1–8. [Google Scholar]
  34. Tarafdar, A.; Rani, T.S.; Chandran, U.S.; Ghosh, R.; Chobe, D.R.; Sharma, M. Exploring combined effect of abiotic (soil moisture) and biotic (Sclerotium rolfsii Sacc.) stress on collar rot development in chickpea. Front. Plant Sci. 2018, 9, 1154. [Google Scholar] [CrossRef] [PubMed]
  35. Garhwal, A.S.; Pullanagari, R.R.; Li, M.; Reis, M.M.; Archer, R. Hyperspectral imaging for identification of Zebra Chip disease in potatoes. Biosyst. Eng. 2020, 197, 306–317. [Google Scholar] [CrossRef]
  36. Zhao, X.; Zhang, J.; Huang, Y.; Tian, Y.; Yuan, L. Detection and discrimination of disease and insect stress of tea plants using hyperspectral imaging combined with wavelet analysis. Comput. Electron. Agric. 2022, 193, 106717. [Google Scholar] [CrossRef]
  37. Liu, Y.; Lu, Y.; Chen, D.; Zheng, W.; Ma, Y.; Pan, X. Simultaneous estimation of multiple soil properties under moist conditions using fractional-order derivative of vis-NIR spectra and deep learning. Geoderma 2023, 438, 116653. [Google Scholar] [CrossRef]
  38. Zhang, J.; Jing, X.; Song, X.; Zhang, T.; Duan, W.; Su, J. Hyperspectral estimation of wheat stripe rust using fractional order differential equations and Gaussian process methods. Comput. Electron. Agric. 2023, 206, 107671. [Google Scholar] [CrossRef]
  39. Song, G.; Wang, Q.; Jin, J. Estimation of leaf photosynthetic capacity parameters using spectral indices developed from fractional-order derivatives. Comput. Electron. Agric. 2023, 212, 108068. [Google Scholar] [CrossRef]
  40. Ren, K.; Dong, Y.; Huang, W.; Guo, A.; Jing, X. Monitoring of winter wheat stripe rust by collaborating canopy SIF with wavelet energy coefficients. Comput. Electron. Agric. 2023, 215, 108366. [Google Scholar] [CrossRef]
  41. Zhou, Z.-H. Learnware: On the future of machine learning. Front. Comput. Sci. 2016, 10, 589–590. [Google Scholar] [CrossRef]
  42. Kiranyaz, S.; Avci, O.; Abdeljaber, O.; Ince, T.; Gabbouj, M.; Inman, D.J. 1D convolutional neural networks and applications: A survey. Mech. Syst. Signal Process. 2021, 151, 107398. [Google Scholar] [CrossRef]
  43. Peng, Y.; Zhu, X.; Xiong, J.; Yu, R.; Liu, T.; Jiang, Y.; Yang, G. Estimation of nitrogen content on apple tree canopy through red-edge parameters from fractional-order differential operators using hyperspectral reflectance. J. Indian Soc. Remote Sens. 2021, 49, 377–392. [Google Scholar] [CrossRef]
  44. Li, C.; Wang, Y.; Ma, C.; Ding, F.; Li, Y.; Chen, W.; Li, J.; Xiao, Z. Hyperspectral estimation of winter wheat leaf area index based on continuous wavelet transform and fractional order differentiation. Sensors 2021, 21, 8497. [Google Scholar] [CrossRef]
  45. Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority over-sampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
  46. Bioucas-Dias, J.M.; Plaza, A.; Camps-Valls, G.; Scheunders, P.; Nasrabadi, N.; Chanussot, J. Hyperspectral remote sensing data analysis and future challenges. IEEE Geosci. Remote Sens. Mag. 2013, 1, 6–36. [Google Scholar] [CrossRef]
  47. Chandrashekar, G.; Sahin, F. A survey on feature selection methods. Comput. Electr. Eng. 2014, 40, 16–28. [Google Scholar] [CrossRef]
  48. Spolaôr, N.; Cherman, E.A.; Monard, M.C.; Lee, H.D. ReliefF for multi-label feature selection. In Proceedings of the 2013 Brazilian Conference on Intelligent Systems, Fortaleza, Brazil, 19–24 October 2013; pp. 6–11. [Google Scholar]
  49. Joachims, T. Making Large-Scale SVM Learning Practical. Tech. Rep. 1998, 8, 499–526. [Google Scholar] [CrossRef]
  50. Zhang, S.; Li, X.; Zong, M.; Zhu, X.; Wang, R. Efficient kNN classification with different numbers of nearest neighbors. IEEE Trans. Neural Netw. Learn. Syst. 2017, 29, 1774–1785. [Google Scholar] [CrossRef]
  51. Branch, W.; Brenneman, T. Stem rot disease evaluation of mass-selected peanut populations. Crop Prot. 1999, 18, 127–130. [Google Scholar] [CrossRef]
  52. Subrahmanyam, P.; Rao, V.R.; McDonald, D.; Moss, J.; Gibbons, R. Origins of resistances to rust and late leaf spot in peanut (Arachis hypogaea, Fabaceae). Econ. Bot. 1989, 43, 444–455. [Google Scholar] [CrossRef]
  53. Flores-Moctezuma, H.; Montes-Belmont, R.; Jimenez-Perez, A.; Nava-Juarez, R. Pathogenic diversity of Sclerotium rolfsii isolates from Mexico, and potential control of southern blight through solarization and organic amendments. Crop Prot. 2006, 25, 195–201. [Google Scholar] [CrossRef]
  54. Lane, P.C.; Clarke, D.; Hender, P. On developing robust models for favourability analysis: Model choice, feature sets and imbalanced data. Decis. Support Syst. 2012, 53, 712–718. [Google Scholar] [CrossRef]
  55. Weiss, G.M. Mining with rarity: A unifying framework. ACM Sigkdd Explor. Newsl. 2004, 6, 7–19. [Google Scholar] [CrossRef]
  56. Fernández, A.; Garcia, S.; Herrera, F.; Chawla, N.V. SMOTE for learning from imbalanced data: Progress and challenges, marking the 15-year anniversary. J. Artif. Intell. Res. 2018, 61, 863–905. [Google Scholar] [CrossRef]
  57. Sivakumar, J.; Ramamurthy, K.; Radhakrishnan, M.; Won, D. Synthetic sampling from small datasets: A modified mega-trend diffusion approach using k-nearest neighbors. Knowl.-Based Syst. 2022, 236, 107687. [Google Scholar] [CrossRef]
  58. Jiang, Z.; Pan, T.; Zhang, C.; Yang, J. A new oversampling method based on the classification contribution degree. Symmetry 2021, 13, 194. [Google Scholar] [CrossRef]
  59. Tarawneh, A.S.; Hassanat, A.B.; Altarawneh, G.A.; Almuhaimeed, A. Stop oversampling for class imbalance learning: A review. IEEE Access 2022, 10, 47643–47660. [Google Scholar] [CrossRef]
  60. Schultz, K.; Bej, S.; Hahn, W.; Wolfien, M.; Srivastava, P.; Wolkenhauer, O. ConvGeN: A convex space learning approach for deep-generative oversampling and imbalanced classification of small tabular datasets. Pattern Recognit. 2024, 147, 110138. [Google Scholar] [CrossRef]
  61. Ebrahimy, H.; Wang, Y.; Zhang, Z. Utilization of synthetic minority oversampling technique for improving potato yield prediction using remote sensing data and machine learning algorithms with small sample size of yield data. ISPRS J. Photogramm. Remote Sens. 2023, 201, 12–25. [Google Scholar] [CrossRef]
  62. Peng, J.; Gao, R.; Thng, S.; Huang, W.; Lin, Z. Classification of Non-tumorous Facial Pigmentation Disorders Using Generative Adversarial Networks and Improved SMOTE. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual, 1–5 November 2021; pp. 3770–3773. [Google Scholar]
  63. Sáez, J.A.; Luengo, J.; Stefanowski, J.; Herrera, F. SMOTE–IPF: Addressing the noisy and borderline examples problem in imbalanced classification by a re-sampling method with filtering. Inf. Sci. 2015, 291, 184–203. [Google Scholar] [CrossRef]
  64. Zhang, A.; Yu, H.; Huan, Z.; Yang, X.; Zheng, S.; Gao, S. SMOTE-RkNN: A hybrid re-sampling method based on SMOTE and reverse k-nearest neighbors. Inf. Sci. 2022, 595, 70–88. [Google Scholar] [CrossRef]
  65. Zhu, J.; Lu, J.; Li, W.; Wang, Y.; Jiang, J.; Cheng, T.; Zhu, Y.; Cao, W.; Yao, X. Estimation of canopy water content for wheat through combining radiative transfer model and machine learning. Field Crops Res. 2023, 302, 109077. [Google Scholar] [CrossRef]
  66. Combal, B.; Baret, F.; Weiss, M.; Trubuil, A.; Macé, D.; Pragnere, A.; Myneni, R.; Knyazikhin, Y.; Wang, L. Retrieval of canopy biophysical variables from bidirectional reflectance: Using prior information to solve the ill-posed inverse problem. Remote Sens. Environ. 2003, 84, 1–15. [Google Scholar] [CrossRef]
  67. Tsai, F.; Philpot, W. Derivative analysis of hyperspectral data. Remote Sens. Environ. 1998, 66, 41–51. [Google Scholar] [CrossRef]
  68. Podlubny, I. Fractional Differential Equations: An Introduction to Fractional Derivatives, Fractional Differential Equations, to Methods of Their Solution and Some of Their Applications; Elsevier: Amsterdam, The Netherlands, 1998. [Google Scholar]
  69. Kilbas, A.A.; Srivastava, H.M.; Trujillo, J.J. Theory and Applications of Fractional Differential Equations; Elsevier: Amsterdam, The Netherlands, 2006; Volume 204. [Google Scholar]
  70. Zhang, D.; Zhang, F. Application of fractional differential in preprocessing hyperspectral data of saline soil. Trans. Chin. Soc. Agric. Eng. 2014, 30, 151–160. [Google Scholar]
  71. Duan, R.; Huang, G.; Zhou, X.; Lu, C.; Tian, C. Record-Breaking heavy rainfall around Henan Province in 2021 and future projection of extreme conditions under climate change. J. Hydrol. 2023, 625, 130102. [Google Scholar] [CrossRef]
Figure 1. Overview map of the research area for peanut southern blight.
Figure 1. Overview map of the research area for peanut southern blight.
Agriculture 14 00476 g001
Figure 2. Field survey display of peanut southern blight. (a) Healthy plants, (b) plants with mild disease, (c) plants with moderate disease, (d) plants with severe disease. (e) Mycelium at the base of plants with mild disease, (f) leaf symptoms in plants with moderate disease.
Figure 2. Field survey display of peanut southern blight. (a) Healthy plants, (b) plants with mild disease, (c) plants with moderate disease, (d) plants with severe disease. (e) Mycelium at the base of plants with mild disease, (f) leaf symptoms in plants with moderate disease.
Agriculture 14 00476 g002
Figure 3. Spatial distribution maps of original data and synthetic samples for different values of K based on PCA. (a) Original data. (b) Synthetic data for K = 1. (c) Synthetic data for K = 2. (d) Synthetic data for K = 3. The legend Class 1–4 represents the four categories in this study.
Figure 3. Spatial distribution maps of original data and synthetic samples for different values of K based on PCA. (a) Original data. (b) Synthetic data for K = 1. (c) Synthetic data for K = 2. (d) Synthetic data for K = 3. The legend Class 1–4 represents the four categories in this study.
Agriculture 14 00476 g003
Figure 4. FOD spectral curves in the (0–1.0) fractional-order range.
Figure 4. FOD spectral curves in the (0–1.0) fractional-order range.
Agriculture 14 00476 g004
Figure 5. FOD spectral curves in the (1.1–2.0) fractional-order range.
Figure 5. FOD spectral curves in the (1.1–2.0) fractional-order range.
Agriculture 14 00476 g005
Figure 6. Correlation between FOD spectra and diseases at different orders. (a) 3D spectral curve correlation projection diagram. (b) 2D correlation diagram.
Figure 6. Correlation between FOD spectra and diseases at different orders. (a) 3D spectral curve correlation projection diagram. (b) 2D correlation diagram.
Agriculture 14 00476 g006
Figure 7. Illustration of feature selection using the ReliefF algorithm for the top 5% weighted features under different scenarios of FOD (0–2). The selected features are highlighted in yellow. Specifically, the features for synthesized data are represented when (a) K = 1, (b) K = 2, and (c) K = 3.
Figure 7. Illustration of feature selection using the ReliefF algorithm for the top 5% weighted features under different scenarios of FOD (0–2). The selected features are highlighted in yellow. Specifically, the features for synthesized data are represented when (a) K = 1, (b) K = 2, and (c) K = 3.
Agriculture 14 00476 g007
Figure 8. Overall accuracy of the 1D-CNN model under different K-nearest neighbors values.
Figure 8. Overall accuracy of the 1D-CNN model under different K-nearest neighbors values.
Agriculture 14 00476 g008
Figure 9. SVM model accuracy with different multiples (n) of synthetic data.
Figure 9. SVM model accuracy with different multiples (n) of synthetic data.
Agriculture 14 00476 g009
Figure 10. Spectral curves of SMOTE synthetic data and actual measured data.
Figure 10. Spectral curves of SMOTE synthetic data and actual measured data.
Agriculture 14 00476 g010
Figure 11. Peanut southern blight severity detection using different models with FOD (0.2–0.29) and a step size of 0.01.
Figure 11. Peanut southern blight severity detection using different models with FOD (0.2–0.29) and a step size of 0.01.
Agriculture 14 00476 g011
Table 1. Parameters used in the 1D-CNN model.
Table 1. Parameters used in the 1D-CNN model.
StratificationTypeOutput FeaturesWeight
1Input Layer37 × 1 × 1-
2Convolutional Laye37 × 1 × 82 × 1 × 1 × 8
3Batch Normalization Layer37 × 1 × 81 × 1 × 8
4ReLU37 × 1 × 8-
5Max Pooling Layer18 × 1 × 8-
6Convolutional Layer18 × 1 × 162 × 1 × 8 × 16
7Batch Normalization18 × 1 × 161 × 1 × 16
8ReLU18 × 1 × 16-
9Fully Connected Layer1 × 1 × 44 × 288
10Softmax1 × 1 × 4-
11Output Layer1 × 1 × 4-
Table 2. Based on the 1D-CNN monitoring model of peanut southern blight under various orders of FOD.
Table 2. Based on the 1D-CNN monitoring model of peanut southern blight under various orders of FOD.
K = 1K = 2K = 3
FOD OrderOAKappaOAKappaOAKappa
086.78%0.8287.29%0.8387.12%0.83
0.186.10%0.8186.10%0.8185.93%0.81
0.288.81%0.8585.76%0.8187.46%0.83
0.387.46%0.8387.12%0.8386.44%0.82
0.486.44%0.8286.95%0.8285.93%0.81
0.586.61%0.8286.27%0.8186.44%0.82
0.686.78%0.8286.44%0.8285.93%0.81
0.786.44%0.8284.41%0.7986.95%0.82
0.885.42%0.884.24%0.7982.71%0.77
0.985.25%0.883.05%0.7783.56%0.78
1.084.07%0.7982.03%0.7683.22%0.77
1.183.90%0.7885.08%0.883.73%0.78
1.283.22%0.7782.37%0.7682.71%0.77
1.384.07%0.7983.22%0.7784.41%0.79
1.483.39%0.7881.69%0.7581.02%0.74
1.582.54%0.7781.36%0.7583.56%0.78
1.682.20%0.7680.00%0.7381.02%0.74
1.779.83%0.7380.51%0.7380.17%0.73
1.877.29%0.6977.29%0.6975.25%0.66
1.974.07%0.6571.86%0.6172.03%0.62
273.73%0.6470.85%0.671.69%0.62
Table 3. Peanut southern blight monitoring model based on SVM and KNN under FOD.
Table 3. Peanut southern blight monitoring model based on SVM and KNN under FOD.
Model (K = 1)
FOD OrderSVMKNN
OA (%)KappaOA (%)Kappa
072.20%0.6384.75%0.80
0.170.34%0.6084.24%0.79
0.284.07%0.7986.95%0.83
0.386.61%0.8285.76%0.81
0.483.90%0.7880.68%0.74
0.579.32%0.7275.76%0.68
0.674.41%0.6671.53%0.62
0.775.59%0.6872.88%0.64
0.875.42%0.6772.20%0.63
0.977.29%0.6972.54%0.63
1.078.64%0.7170.68%0.60
1.177.46%0.7073.22%0.64
1.276.10%0.6873.73%0.65
1.375.93%0.6871.53%0.61
1.474.92%0.6667.46%0.55
1.572.37%0.6364.24%0.51
1.670.68%0.6059.83%0.46
1.767.12%0.5554.24%0.38
1.863.22%0.4951.53%0.35
1.960.00%0.4549.83%0.33
257.80%0.4249.83%0.32
Table 4. Accuracy assessment of different models on test data.
Table 4. Accuracy assessment of different models on test data.
Model Input ParametersModelCalibrationValidation
OA (%)KappaOA (%)Kappa
K = 1, n = 10, FOD = 0.21D-CNN88.81%0.8582.76%0.75
SVM84.07%0.7948.28%0.27
KNN86.95%0.8365.52%0.49
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

Sun, H.; Zhou, L.; Shu, M.; Zhang, J.; Feng, Z.; Feng, H.; Song, X.; Yue, J.; Guo, W. Estimation of Peanut Southern Blight Severity in Hyperspectral Data Using the Synthetic Minority Oversampling Technique and Fractional-Order Differentiation. Agriculture 2024, 14, 476. https://doi.org/10.3390/agriculture14030476

AMA Style

Sun H, Zhou L, Shu M, Zhang J, Feng Z, Feng H, Song X, Yue J, Guo W. Estimation of Peanut Southern Blight Severity in Hyperspectral Data Using the Synthetic Minority Oversampling Technique and Fractional-Order Differentiation. Agriculture. 2024; 14(3):476. https://doi.org/10.3390/agriculture14030476

Chicago/Turabian Style

Sun, Heguang, Lin Zhou, Meiyan Shu, Jie Zhang, Ziheng Feng, Haikuan Feng, Xiaoyu Song, Jibo Yue, and Wei Guo. 2024. "Estimation of Peanut Southern Blight Severity in Hyperspectral Data Using the Synthetic Minority Oversampling Technique and Fractional-Order Differentiation" Agriculture 14, no. 3: 476. https://doi.org/10.3390/agriculture14030476

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