- Research
- Open access
- Published:
3D-CNN detection of systemic symptoms induced by different Potexvirus infections in four Nicotiana benthamiana genotypes using leaf hyperspectral imaging
Plant Methods volume 21, Article number: 15 (2025)
Abstract
Purpose
Hyperspectral imaging combined with machine learning offers a promising, cost-effective alternative to invasive chemical analysis for early plant disease detection. In this study, the use of 3D Convolutional Neural Networks (3D-CNNs) was explored to detect presymptomatic viral infections in the model plant Nicotiana benthamiana L. and assess the generalization of these models across different plant genotypes.
Methods
Four genotypes of Nicotiana benthamiana L. (wild-type, DCL2/4, AGO2, and NahG) were inoculated with different potexviruses (PepMV mild or severe strain, PVX, BaMV). Viral infection was verified via northern blot analysis at 5 and 10 days post inoculation (DPI). Hyperspectral images were captured over 10 days following inoculation, focusing on the top 3 leaves where symptoms typically appear. The dataset was carefully processed to remove errors, and raster masks were generated to isolate only the leaf pixels. The Extremely Randomized Trees algorithm was used for Effective Wavelength selection, and a novel 3D-CNN architecture was developed to classify \(16 \times 16 \times 16\) nonoverlapping cubes extracted from the unmasked leaf surfaces. The aim was to classify each cube into healthy or diseased for each of the four viruses at different time points.
Results
Accuracies of \(0.78\)–\(0.87\) were achieved for AGO2 mutants at the cube level, and overall plant-level accuracies of \(0.68\)–\(0.89\). The model’s generalization capabilities were tested across other genotypes, yielding accuracies of up to \(0.75\) for DCL2/4, \(0.83\) for NahG, and \(0.78\) for the wild-type. The timing of disease detection was also assessed, finding that accuracies approached 0.8 as early as \(6\)–\(8\) DPI depending on the virus. The results were validated against northern blot analyses and benchmarked against another state-of-the-art methodology for Nicotiana benthamiana viral infections, achieving superior overall classification accuracies.
Conclusion
The proposed patch-based method demonstrated key advantages: (a) exploiting both spectral and textural information, (b) deriving a large training dataset from few hyperspectral images, (c) providing localized classification explainability within leaf regions, and (d) achieving high accuracy for early detection of viral infections.
Background
Over \(80\%\) of the human diet is plant-based [1], and crop losses due to biotic agents represent a serious threat to food security with an economic impact globally between 20–\(40\%\) [2]. Plant viruses and viroids, the second most economically significant class of plant pathogens after fungi [3], account for approximately \(\$30\) billion of crop losses annually [4,5,6]. Specifically, the RNA virus Tomato spotted wilt virus is responsible for more than \(\$1\) billion in losses per [7], while two DNA viruses, Tomato yellow leaf curl virus and African cassava mosaic virus, combined may cause \(\$1.9\)–2.7 billion losses annually [8]. Farm practices aiming to restrict virus infections via the limitation of vector populations (aphids, whiteflies) typically involve intensive applications of agrochemicals, resulting in adverse effects on the agroecosystem. Early diagnosis and containment of viral pathogens can play an important role in minimizing economic losses and can benefit the agroecosystem while providing environmental protection [9]. To this end, reliable, sensitive, and cost-effective plant disease detection tools are needed to detect novel viruses that are increasingly emerging in temperate regions as a result of climate change and intensive global trade in the early stages of infection.
Traditionally, invasive methods have been employed for plant disease detection [10]. They predominantly consist of serological or/and molecular interactions that specifically identify viral nucleic acids or proteins present in infected tissues [11]. However, invasive methods may exhibit inconsistency or insensitivity issues due to their dependence on host-pathogen interaction and/or low virus titers in plant tissues [12]. Typically, they are time-consuming and require highly qualified personnel. During the last decades, the rise in computing power, the advances in sensor technologies, and the boom in Artificial Intelligence (the AI summer [13]) have facilitated the development of indirect (non-invasive) methods for identifying plant diseases. These methods rely on the acquisition of the reflectance at various wavelengths and its correlation with physiochemical plant phenomena (features) that are exploited by AI techniques to estimate quantitative characteristics of each feature via various parameters, such as morphological or temperature change. The most popular non-invasive techniques are fluorescence spectroscopy, visible/near-infrared spectroscopy, fluorescence imaging, and hyperspectral imaging [14]. This paper examines hyperspectral imaging.
Hyperspectral imaging has been proven to be valuable in the extraction of plant status information and the detection of quality traits in cultivations [15]. A wide range of approaches for early (presymptomatic) plant disease detection using hyperspectral imagery have been described. Hyperspectral imaging is usually combined with Machine Learning or Deep Learning techniques for feature selection/extraction and classification. Some research efforts involve taking measurements under field conditions using portable instruments, e.g., handheld spectroradiometers [16] or portable hyperspectral imaging systems [17], while others take place in a controlled lab environment [18]. When working in the lab environment, researchers often inoculate plants with one or more viral strains and monitor the effect on the surface reflectance of the plants’ leaves over a period following the inoculation. This period varies from a few days to months, according to how rapidly each plant species/infection develops. For tobacco plants, most studies focus on the first eight days post inoculation (DPI) [19,20,21], while only one study used a 20 DPI period [22].
Feature selection and/or extraction is ubiquitous in the literature. Acquiring hyperspectral images with that many bands requires expensive equipment that is accessible only to large landowners or research institutions. Thus, achieving dimensionality reduction while sustaining high classification accuracy is necessary to eradicate the consequences of the Hughes phenomenon [23] and lift the cost barrier, thus enabling the wider adoption of plant disease detection techniques. Towards that end, a wide range of methods, including the successive projections algorithm (SPA) [19,20,21], boosted regression tree (BRT) [19], genetic algorithm (GA), [19] and the grey level co-occurrence matrix [24] have already been employed for feature selection and extraction. In the context of this paper, the Extremely Randomized Trees (ERT) [25] algorithm was employed for feature selection because, compared to other frequently used feature selection algorithms (e.g., SPA, GA, BRT), it achieves a favorable trade-off among computational speed, robustness against overfitting, and ability to handle large-dimensional feature spaces, making it well-suited for hyperspectral data. ERT is an ensemble learning method that builds multiple decision trees akin to Random Forests (RF). However, it is distinctive due to its extreme level of randomization during tree construction: rather than searching for the best split among a subset of features, ERT randomly selects one feature and a random threshold for each node split, ignoring split quality. This randomization can reduce overfitting and often yields faster training compared to traditional decision trees or RF, making ERT a powerful tool for various classification and regression tasks.
A wide variety of machine-learning algorithms have been employed for plant viral disease detection. In 2014, Krezhova et al. [22] utilized hierarchical clustering to detect and assess the development of Tomato spotted wilt virus (TSWV) infection in tobacco plants. Many early research efforts resort to Support Vector Machines (SVMs). In 2017, Moghadam et al. [26] trained SVM classifiers on three types of features: vegetation indices, features based on probabilistic topic modeling, and the full spectrum. In 2021, Gui et al. [27] employed SVMs for the early detection of Soybean mosaic virus (SMV), and in 2022, Peng et al. [28] proposed using SVM as the classifier, along with various information fusion schemes.
The advent of deep learning has reignited research interest in plant viral disease detection, leading the scientific community to pivot from traditional approaches like Support Vector Machines (SVMs) to exploring innovative deep learning architectures. In 2016, Zhu et al. [21] employed Back Propagation Neural Networks (BPNNs) and Extreme Learning Machines (ELMs) to discriminate between mock-inoculated tobacco leaves and diseased leaves (mock-inoculated, 2 DPI, 4 DPI, 6 DPI), achieving classification accuracies of up to \(95\%\). Convolutional Neural Networks (CNNs) have also proven valuable both for feature extraction and classification tasks. CNNs were originally proposed as a way to tackle computer vision problems [29, 30]. In this study, a 3D-CNN architecture, a generalization of CNNs in which the kernel moves in three directions, was used. 3D-CNNs were chosen because they can capture both spatial and spectral features. Convolutional networks have already been tested for related tasks, such as the detection of fruit quality [31]. 3D-CNNs have also been employed in plant disease detection. In particular, Sawyer et al. [18] employed 3D-CNNs to identify and distinguish leaves from Grapevine leafroll-associated virus (GLRaV) infected vines, Grapevine red blotch-infected virus (GRBV) infected vines, and vines co-infected with both viruses using spatiospectral information in the visible domain (510–710 nm). In 2021, Gui et al. [27] employed a combined CNN and SVM (CNN-SVM) method for the early detection of SMV, while Nguyen et al. [17] incorporated 2D- and 3D-CNNs for feature extraction in their experimental workflow.
In this study, four genotypes of a common plant virology indicator species (Nicotiana benthamiana L.), with different sensitivities to plant viruses, were inoculated with four members of the genus Potexvirus in order to test the capabilities of 3D-CNNs for plant disease detection. Employing a novel patch-wise approach, \(16 \times 16 \times 61\) patches were extracted from hyperspectral images in the Visible/Near Infrared (Vis/NIR) spectral region (380–1023 nm) and reduced to \(16 \times 16 \times 16\) using the ERT algorithm for feature selection. These patches served as input for the 3D-CNN models, which were then applied to detect viral diseases across different genotypes, achieving accuracies up to 0.8893. The models demonstrated notable generalization across genotypes, with variable accuracies that indicate the robustness of disease detection. A summary of the most recent research efforts focusing on viral disease detection using hyperspectral imaging can be found in Table 1. Our study is also included in the table for comparison purposes.
The novelty of this work lies in the following aspects:
-
Most works in the literature focus on a single pathogen, and to our knowledge, there is no previous work studying the generalization capability of a computational method for plant disease detection across different genotypes of the same plant species. Our study aspires to fill this gap by employing four viruses and studying the generalization capability of our approach across four genotypes.
-
A comprehensive framework for systematically identifying and removing errors and inconsistencies within the dataset without compromising the integrity of the method is proposed. This is an aspect that is usually ignored or just omitted but is, in fact, quite essential, especially in real-world situations.
-
The combination of ERT for feature selection and 3D-CNN for classification is demonstrated to be more efficient than SPA for feature selection and XGBoost for classification, as can be seen in the “Benchmarking against related work” section.
-
The majority of previous related studies employed a pixel-based approach that involved assigning a label to each individual pixel in an image based on its characteristics. This paper proposes a patch-based approach that involves dividing the image into smaller patches or sub-images and classifying each patch as a whole. In this way, the proposed method exploits both the spatial and the spectral domain.
-
The proposed method places emphasis on early plant disease detection. Accuracies higher than 0.75 were achieved as early as 4 DPI, and the model performed particularly well when tested on hitherto unseen mutants.
-
The proposed methodology outperforms similar approaches for viral disease detection when benchmarked on our dataset, and, to our knowledge, this paper is the first to use the ERT algorithm for wavelength selection in the field of plant disease detection.
Methods
Experimental set-up, plant material and virus inoculum
In plants, salicylic acid (SA) plays an essential role in a broad-spectrum plant innate immunity, acting as a signaling molecule following infection with biotrophic and hemibiotrophic phytopathogens. SA biosynthesis is essential for the initiation of local and systemic acquired resistance [33]. NahG transgenic N. benthamiana plants [34] that have reduced endogenous SA levels due to their expression of a bacterial NahG gene (salicyclic acid hydroxylase) were used in this study (kindly provided by J. Jones; Sainsbury Lab, UK). RNA silencing is an essential sequence-specific defense mechanism that protects plants from pathogen infection and also controls the regulation of gene expression [35]. The DCL2/4 and AGO2 genes are two critical components of the plant RNA silencing pathway. CRISPR/Cas9-generated AGO2 [36] and DCL2/4-suppressed [37] mutant N. benthamiana seeds were a kind donation from K. Fatyol (Agricultural Biotechnology Institute, Godollo, 2100, Hungary) and K. Kalantidis’ (University of Crete) lab, respectively.
In this study, four genotypes of N. benthamiana, a plant species susceptible to a large number of viruses were mechanically inoculated with one of four members of the genus Potexvirus, as shown in Fig. 1. Virus-induced symptomatology was monitored for a period of 10 days (\(11/09/2020\)–\(21/09/2020\)) following infection of N. benthamiana wild-type (WT), DCL2/4, NahG and AGO2 plants with Pepino mosaic virus (PepMV-SP13; mild isolate, PepMV PCH 06/104; severe isolate), Bamboo mosaic virus (BaMV) and Potato virus X (PVX). The inoculum consisted in all cases of 1 μgr of purified virion preparations suspended in 0.1M Tris-borate buffer. Four N. benthamiana plants were used for each treatment, one of which was subjected to tissue-disrupting laboratory analysis to verify infection.
Virus-induced symptomatology induced 10 DPI following individual mechanical inoculation of four N. benthamiana genotypes (WT, DCL2/4, NahG, & AGO2) with four Potexviruses [Pepino mosaic virus (PepMV-SP13; mild isolate, PepMV-PCH 06/104; severe isolate), Bamboo mosaic virus (BaMV) and Potato virus X (PVX)]. The inoculum consisted in all cases of 1 μgr of purified virion preparations diluted in 0.1 M Tris-borate buffer (mock). Three N. benthamiana plants (replications) were used in each treatment for leaf hyperspectral analysis
RNA extraction and Northern blot analysis
For the assessment of viral infection, systemic (two upper leaves) samples (100 mg) were collected at 5 and 10 DPI from one inoculated plant from each treatment. The leaves were ground in liquid nitrogen, and total RNA was extracted with \(\text {TRIzol}^{TM}\) Reagent (Invitrogen) according to the manufacturer’s instructions. Total RNA concentration and quality were assessed using a \(\text {NanoPhotometer}^{TM}\) Pearl (Implen). The integrity of the total RNA was checked by resolution (1 to 5 μg) in \(1\%\) agarose/0.22 M formaldehyde agarose gel electrophoresis and transfer onto Hybond-N membranes (GE HealthCare). Northern blots were hybridized with a digoxin (DIG)-labeled riboprobe corresponding to the (–) sense of each viral coat protein (CP) gene (PepMV SP-13, PepMV-PCH 06/104, PVX, and BaMV), created by T7 in vitro transcription (Promega) using plasmid vectors harboring the CP genes.
Measurements
A staring hyperspectral imaging system (Muses9 HS 1700) with spectral coverage from 370 to 1700 nm was utilized [38]. This imaging system made use of a two-branch light source with emission covering the entire camera’s spectral range. The wavelength step could be adjusted by the user, and was set to 10 nm. The imaging system was accompanied by a manufacturer’s software that was installed in a laptop with moderate resources (Intel i7-8550U 1.89 GHz with four cores and 16 Gb RAM). The software controls the functionality of the instrument and guides the user in avoiding the capture of saturated or damaged samples.
For the purpose of this study, we focused primarily on the spectral range up to 1000 nm. This choice was made because the region below 1000 nm is particularly rich in information related to physiological and biochemical properties of plant tissues. Visible and near-infrared (NIR) wavelengths up to 1000 nm are commonly used to assess key plant traits such as chlorophyll content, water status, and overall plant health. Given the specific focus on systemic symptoms in Nicotiana benthamiana, this spectral region was deemed sufficient to capture the relevant physiological changes induced by Potexvirus infections.
The measurements were collected in a lab environment, in the facilities of the Plant Virology and Microbiology Laboratory (Mediterranean Agronomic Institute of Chania). During the measurements, all lab windows were covered with opaque sheets to prevent the ingress of light from external sources. The camera was mounted on a frame (mounting plate) to which the light sources were attached on specialized arms. The spectrophotometer (camera and light sources) was placed on a tripod and connected to the laptop via an HDMI cable. The manufacturer’s calibration files for indoor use were employed. The measurements were exported in JPEG format.
The structure of the dataset
Sixty N. benthamiana plants of 4 different genotypes: wild type (WT), DCL2/4 [37], NahG, and AGO2 [36] were used. Of these plants, twelve were mock-inoculated, and the forty-eight were infected with one of four different Potexviruses (PepMV SP13, PepMV-PCH 06/104, PVX, and BaMV; Table 2).
Hyperspectral images were taken every 2 days and throughout a period of 10 days (11/9/2020–21/9/2020) for each of the 60 plants. Technically, each image is a three-dimensional data array (hypercube) containing two spatial dimensions plus an additional spectral dimension. The structure of the dataset is shown in Fig. 2.
Experimental framework
A complete framework for validating data integrity and making the most of the available data was developed. This framework is visualized in the flowchart of Fig. 3. The original dataset is of dimensions \(\left( {6, \, 60, \, 61, \, 1528, \, 1024} \right)\), since it includes 60 plant images, taken at 61 wavelengths and 6 time points (0, 2, 4, 6, 8, 10 DPI), each with dimensions of \(1528 \times 1024\). The integrity of the data was checked (both computationally and manually), and the corrupted images were recorded in a CSV file of a predefined structure. Corrections were applied where possible, based on the assumptions that (i) a corrupted image at wavelength \(\lambda\) can be replaced by a non-corrupted neighbouring image at \(\lambda \pm 5\) nm and that (ii) a corrupted image at wavelength \(\lambda\) can be replaced by the average of the two non-corrupted neighbouring images (i.e., the images at wavelengths \(\lambda +10\) nm and \(\lambda -10\) nm). These assumptions were not arbitrary but were based on the correlation of the images at neighbouring wavelengths, especially for wavelength range from 700 to \(1000\) nm. A subset of the original dataset was defined for the experiment. k splits of the dataset were generated, and the Effective Wavelengths (EWs) were selected for each split, using only the plants with no corrupted images at any wavelength. The patch-wise dataset was then generated, using only the plants with no corrupted images at any of the 16 EWs. The patch-wise dataset comprises patches of dimensions \(16 \times 16 \times 16\), taken from the area of the three upper leaves of a plant manually. This was the final set that was used as input in the classification. Data were then split into training, testing, and validation datasets, and the best architecture was selected using the trial-and-error approach. The algorithmic implementation of the aforementioned framework was developed in Python 3, using open-source Python libraries, and the dataset can be found at https://github.com/chadoulis/hyperspectralCube.Footnote 1 In the following subsections, some aspects of the experimental framework are described in depth.
Masking
Raster masks were manually created for each plant hyperspectral cube using the QGIS software [39], in order to retain only pixels that solely represent leaf surface and belong to one of the 3 upper leaves of the plant, where plant viruses have systemically migrated via the phloem to induce symptoms. In Fig. 4, one can see a plant image and its masked version.
Feature selection
We employ ERTs [25] to reduce hyperspectral dimensionality. The ERT is an ensemble method that grows multiple fully randomized decision trees, making it effective and computationally efficient for high-dimensional data. Below, we outline Tree Construction, Ensemble Generation, Feature Importance, and Selection Procedure.
Tree construction
Each individual tree in ERT is built by recursively partitioning the training set:
-
1.
Random Feature Subset: At each node, a small subset of the available features is randomly chosen (or, in an extreme scenario, a single feature is selected).
-
2.
Random Threshold: A cut-point is drawn uniformly at random from the range of values of the chosen feature. Rather than searching for the best threshold (as in standard decision trees), ERT inserts this randomized split without optimization.
-
3.
Node Termination: Splitting continues until reaching a stopping criterion (e.g., a minimum node size) or until all samples in a node share the same class label.
Ensemble generation
The ERT algorithm aggregates \(M\) such fully grown trees, each induced on the same training set. Due to the extreme randomness at each node, individual trees differ significantly from one another, decreasing overall variance when their outputs are combined (via majority vote or averaging).
Feature importance
Despite its random-split approach, ERT provides a measure of each feature’s relative importance. Specifically:
-
For each tree \(t_m\) in the ensemble, compute the total impurity reduction (e.g., Gini or variance reduction) contributed by each feature \(f\). Here, \(\Delta I_{m}(f)\) denotes the total decrease in impurity achieved by all splits on feature \(f\) within tree \(t_m\). For each node in tree \(t_m\) where feature \(f\) is used to make a split, calculate the impurity reduction resulting from that split and sum these reductions across the entire tree.
-
Average these impurity reductions across all \(M\) trees to obtain a global importance score:
$$\begin{aligned} \text {Importance}(f) \;=\; \frac{1}{M} \sum _{m=1}^M \Delta I_{m}(f). \end{aligned}$$
Features are then ranked by descending importance.
Selection procedure
To reduce the initial set of hyperspectral bands:
-
1.
Construct ERT: Build an ERT model on the full set of bands using the Tree Construction.
-
2.
Compute Importance: Calculate the feature importance scores for each band.
-
3.
Select Top Bands: Retain the most informative bands (e.g., top \(K\) or those above a specified importance threshold).
The patch-wise approach
Processing hyperspectral vegetation imagery is usually compromised by an imbalance between the limited availability of training samples and the high dimensionality of the imagery data, which is referred to as the Hughes phenomenon [23]. Different approaches have been proposed to solve this issue. The dominant approach is to extract only spectral information for each image pixel. This pixel-wise method assumes each pixel is represented by a one-dimensional vector of reflectance spectral measurements, and it is correspondingly labeled with the target. However, this approach neglects the spatial cues in leaf structures, such as veins or early lesion formations, that may be critical for detecting the onset of disease. To harness both the spectral and spatial attributes simultaneously, we propose a patch-wise method. The patch-wise approach allows us to capture a more comprehensive representation of the leaf surface by considering local spatial neighborhoods in addition to their spectral information. By doing so, we can leverage the inherent spatial patterns and structures that are indicative of early disease symptoms, which a pixel-wise method might overlook. The following paragraphs detail the methodology for extracting and classifying these patches effectively.
Let \(\textbf{H} \in {\mathbb {R}}^{W \times H \times N_{\text {bands}}}\) denote a single hyperspectral image (also referred to as a hypercube), where \(W\) is the image width (number of pixels along the horizontal axis), \(H\) is the image height (number of pixels along the vertical axis), and \(N_{\text {bands}}\) is the number of spectral bands. Each pixel location \((x, y)\), where \(x \in \{1, 2, \dots , W\}\) and \(y \in \{1, 2, \dots , H\}\), has an associated reflectance vector \(\textbf{r}_{x,y} \in {\mathbb {R}}^{N_{\text {bands}}}\), such that:
A binary mask \(\textbf{M} \in \{0, 1\}^{W \times H}\) defines the region of interest (ROI) as:
In this study, \(\Omega\) corresponds to the leaf surfaces of the three upper leaves of the plant (see “Masking” section). Only pixels \((x, y) \in \Omega\) are eligible for patch extraction. To systematically extract nonoverlapping patches from the ROI, each patch \(\textbf{P}_{i,j} \in {\mathbb {R}}^{p_x \times p_y \times N_{\text {bands}}}\) is defined with spatial dimensions \(p_x \times p_y = 16 \times 16\) pixels. The extraction employs a stride \(s = 16\) pixels in both the horizontal and vertical directions, ensuring that patches do not overlap and are adjacent to one another. Each patch can thus be defined and programmatically retrieved based on its bottom-left corner coordinates in the spatial dimensions, \(\left( {i_k, j_l}\right)\), and its fixed size of \(\left( 16,16,61\right)\). The coordinates defining each patch are defined along the horizontal and vertical axes as:
where \({\mathbb {N}}_0 = \{0, 1, 2, \dots \}\). The indices \(i_k\) and \(j_l\) must satisfy the following constraints to ensure that each patch lies entirely within the ROI:
Each patch \(\textbf{P}_{i,j}\) is formally defined as:
where \(i = i_k\) for some \(k \in {\mathbb {N}}_0\), \(j = j_l\) for some \(l \in {\mathbb {N}}_0\), and the notation \(\textbf{H}[a : b, c : d, u : v]\) extracts the sub-hypercube spanning pixels \(a\) to \(b\) horizontally, \(c\) to \(d\) vertically, and spectral bands \(u\) to \(v\). Given the stride \(s = 10\) and patch size \(16 \times 16\), patches are nonoverlapping and collectively cover the entire ROI \(\Omega\) as shown in Fig. 5. Each patch captures a unique spatial-spectral sub-volume of the leaf surface, preserving both local spatial structures and comprehensive spectral information essential for accurate classification. The objective is to train a classifier function:
where \({\mathcal {C}}\) represents the set of possible classes. In this study, the class set is defined as \({\mathcal {C}} = \left\{ \text {healthy}, \text {diseased} \right\}\). The classifier assigns a label \(\hat{c}_{i,j} \in {\mathcal {C}}\) to each patch \(\textbf{P}_{i,j}\) as follows:
This patch-wise labeling facilitates the generation of a detailed classification map over the leaf area, where each patch’s classification contributes to the spatial distribution of classes within the ROI.
This approach came as a result of observing that early viral or pathogen-induced symptoms often appear in small, localized regions-such as along veins or at lesion initiation points-rather than spreading uniformly across the leaf. A purely pixel-wise method would fail to capture these subtle local interactions, while large-scale spatial averaging might obscure or dilute them. By switching to patches, we effectively focus the classifier’s attention on regions that plausibly manifest early infection signs, while also addressing the high dimensionality and limited sample size characteristic of hyperspectral data. Specifically, subdividing each hyperspectral cube into smaller, nonoverlapping patches harnesses local spatial features (e.g., minor necrotic spots) alongside their spectral signatures, increasing the richness of input data beyond a simple pixel-wise approach. This strategy not only magnifies our training set size-vital when labeled samples are scarce-but also preserves critical neighborhood information in both spatial and spectral domains. Ultimately, classifying these smaller patches independently offers two major benefits: it facilitates earlier detection of subtle infection indicators, and it enables the generation of spatial heatmaps pinpointing where symptoms first emerge on the leaf surface. The result is a more targeted, robust, and interpretable framework for early and accurate disease detection.
k-fold validation
Cross-validation is employed to assess the machine learning models. But instead of shuffling the samples randomly and splitting them into k groups, we performed the k-fold splitting at a plant level. This choice was made so that the test set comprised hyperspectral cubes from plants hitherto unseen by the model. The value of k is set equal to 3.
3D-CNNs
In this paper, we used a 3D-CNN architecture, a generalization of CNNs that operates in three dimensions. Several fundamental building blocks are used in a 3D-CNN to effectively extract features and make predictions. The Convolution3D layer is a key component of 3D-CNNs. It applies 3D convolution operations to the input volume to detect spatial patterns and features. MaxPooling3D layers are used for downsampling and to reduce the spatial dimensions of the feature maps produced by the Convolution3D layers. MaxPooling3D applies a 3D pooling operation to each feature map, reducing the size of the feature maps while retaining the most important information by taking the maximum value in each pooling region. Pooling helps to reduce the computational load and can provide some degree of translational invariance. Batch normalization layers in 3D-CNNs are crucial for the stabilization and acceleration of the training process. They work by normalizing the output of each convolutional layer, ensuring that the distribution of the activations remains consistent throughout the network. This normalization helps to reduce the internal covariate shift, leading to improved performance and faster convergence in 3D CNNs. Dropout layers in 3D-CNNs serve as a regularizing technique to prevent overfitting during training. By randomly setting a fraction of the input units to zero at each update during training, dropout layers introduce randomness that helps the network learn more robust features. This approach is particularly beneficial in 3D CNNs, which often deal with complex and high-dimensional data, ensuring the model generalizes better to unseen data.
Loss function
The loss function used in model training was the categorical cross-entropy, a loss function that is used in multi-class classification tasks. Formally, it is designed to quantify the difference between two probability distributions and is given by:
where \(\hat{y}_i\) is the i-th scalar value in the model output, \(y_i\) is the corresponding target value, and output size is the number of scalar values in the model output. During the training, the gradient of the loss function is computed with respect to each weight in the network. This gradient information is used to update the weights, aiming to reduce the loss in subsequent iterations.
Classification accuracy evaluation metrics
The most obvious evaluation metric one could use to measure the performance of a model would be by calculating the proportion of correct predictions among the total number of samples tested, known as accuracy, and defined as:
where TP is the number of True Positives, TN is the number of True Negatives, FP is the number of False Positives, and FN is the number of False Negatives. However, quantifying the success of a classification model is assessed with additional figures of merit. For the purposes of this paper, the F1-score is used, which was first introduced to evaluation tasks in information extraction at the Fourth Message Understanding Conference (MUC-4) in 1992 [40]. The F1 score is the harmonic mean of Precision and Recall, admitting a value in \(\left[ {0,1} \right]\), i.e.,
where Precision is the proportion of predicted positives that are truly positive,
and Recall is the proportion of actual positives that are correctly classified.
Results
Northern blot hybridization analysis
Potexvirus infection in all N. benthamiana genotypes at 5 and 10 DPI was verified by northern blot analyses using virus-specific DIG-labeled (–) RNA probesrepresenting the CP gene of each inoculated virus. As can be seen in Fig. 6, all probes specifically detected the genomic and sub-genomic viral RNAs in the infected plants, while no virus was detected in the total RNA extracts from mock-inoculated plants. Moreover, the PepMV mild and severe strain, and PVX viral RNA levels detected were higher at 5 DPI than 10 DPI, while the BaMV only accumulated to detectable levels at 10 DPI.
Northern blot hybridization analysis of total RNA extracts collected from four N. benthamiana (wt, DCL2/4, NahG, and AGO2) genotypes. Plants were mechanically-inoculated with 0.1M Tris-borate buffer (mock) or purified virions of one of the following potexviruses: Pepino mosaic virus (PepMV) SP13 (mild isolate), PepMV PCH 06/104 (severe isolate), Bamboo mosaic virus (BaMV) and Potato virus X (PVX). Total RNA extracts (1 to 5 μgr) from systemic leaves of mock- or virus-inoculated plants were collected and analyzed on northern blots hybridized with the respective DIG-labeled negative (–) strand coat protein probes
Validating data integrity
A series of testing functions were developed to ensure data integrity, i.e., to check the dimensions of the hyperspectral images and the masks and to check for missing or inconsistent data. As a result of this process, the hypercube of the plant 7, comprising images taken 8 DPI (19/09/2020), was completely removed from the dataset. The spectral signatures of all plants were examined across all dates, and a qualitative analysis was conducted as another step to ensure the integrity of the data. Figure 7 shows the average reflectance of the masked leaf surface of each of the three mock-inoculated plants of genotype WT across all wavelengths and at 0, 2, 4, 6, 8, and 10 DPI.
The spectral signature of a leaf surface from 400 to 1000 nm typically exhibits low reflectance in the blue and red visible regions due to strong absorption by chlorophyll with a distinctive “red edge” rising reflectance in the near-infrared region and variations influenced by leaf structure and health. The spectral signatures plotted appeared to comply with this general description. However, abrupt valleys appeared across all dates and at arbitrary wavelengths. After visually inspecting the images at the corresponding wavelengths, it became evident that large areas of these images were unreasonably darker than the rest of the image. This issue probably stemmed from instrumental limitations, calibration issues, or environmental factors that interfered with the measurements. Figure 8 shows the distribution of average reflectances across the wavelengths from 400 to 1000 nm of the problematic images in the original dataset. The abrupt valleys appearing at specific wavelengths are indicative of the issue. In addition, experimental evidence (see Fig. 9) indicated that neighboring bands, especially those in the area from 760 nm to 1000 nm, were highly correlated. In this context, the following preprocessing rules were employed:
-
If an image at wavelength \(\lambda\) is corrupted, and there is an image at \(\lambda \pm 5\) nm, then this image can be used instead of the first one.
-
If an image at wavelength \(\lambda\) is corrupted, but its neighbouring images (i.e., the images at wavelengths \(\lambda +10\) nm and \(\lambda -10\) nm) are not, then this image can be replaced by the average of its neighboring images.
-
Plants with images at one or more wavelengths that can’t be corrected are discarded.
Figure 10 shows an example of the results when the corrections are applied. In this case, three images (at 890, 900, and 910 nm) were substituted with new ones.
Pixel reflectance distribution across wavelengths
The t-test has been proposed to differentiate mock-inoculated from infected plants. The t-test relies on a set of assumptions for correct interpretation and validity. For example, the dependent variable (i.e., the reflectance in each band) is assumed to be normally distributed. Examination of its distribution is shown in Fig. 11, where the histograms of reflectance of mock-inoculated plants at various wavelengths are plotted. Contrary to the claim in [17], this assumption did not seem to be valid for our dataset. In particular, the normality of the reflectance of each band was checked using the Shapiro-Wilk test, which showed that only the reflectance of the band corresponding to 790 nm was normally distributed.
Classification between mock-inoculated and virus-infected plants
Train/test split and k-fold validation
A comprehensive series of experiments was meticulously designed and executed to delve into the challenge of disease detection. The initial experiment focused on differentiating mock-inoculated plants from those infected with PepMV PCH 06/104, setting the stage for subsequent analyses. This was followed by the second experiment, which concentrated on distinguishing mock-inoculated plants from those infected with BaMV. The third experiment extended this investigation to plants infected with PVX. Finally, the fourth experiment aimed to discern mock-inoculated plants from those infected with PepMV SP13. In all four experiments, hyperspectral images of mock-inoculated plants and infected plants at 4, 6, and 8 DPI were used. To ensure a rigorous analysis, in each of these four experiments, the respective datasets were divided into 3 distinct folds. This approach guaranteed that each plant was uniquely assigned to a single fold, thereby maintaining the integrity of the data. The organization and results of these folds are summarized in Fig. 12.
EWs selection
EWs selection was performed, using the ERT algorithm at the pixel level and only for a subset of the test set of each fold, containing only the hyper-cubes with no corrupted images at any wavelength. This process yielded a set of EWs for each split of the dataset, as shown in Table 3. The redundant bands were discarded, and the new dimensions of each sample became equal to \(16 \times 16 \times 16\).
Training
The 3D-CNN was compiled with the Adam optimizer and binary cross-entropy as the loss function, specifying accuracy as the primary performance metric. Up to 12 training epochs were conducted, with each epoch involving mini-batch iterations across the full training set. A batch size of 32 was employed to balance computational efficiency and stable gradient estimates. Throughout training, the model’s loss and accuracy were tracked, and overfitting was mitigated by incorporating dropout (rate = 0.5).
3D-CNN architecture
In the proposed 3D-CNN architecture, the initial layer, equipped with 64 filters, extracts spectral-spatial features from the input, which are then sub-sampled by a subsequent MaxPooling3D layer to reduce dimensionality while preserving essential information. To enhance the network’s training stability and efficiency, batch normalization layers follow each convolutional and pooling step, normalizing the inputs to each layer. The architecture further includes additional Conv3D layers, each followed by MaxPooling3D and batch normalization, to deepen the feature extraction process. Then, the network transitions to a fully connected regime, beginning with a Flatten layer to reshape the 3D feature maps into a 1-D vector. This vector is then passed through dense layers, incorporating dropout for regularization to mitigate overfitting. The network culminates in a final dense layer with two output units, indicating its utility for binary classification tasks. Overall, this 3D-CNN architecture has 552, 450 parameters, of which 552, 066 are trainable (Fig. 13).
The 3D-CNN Architecture. For the Convolutional layers, the notation \(3 \times 3 \times 3\)@64 denotes a convolutional layer comprising 64 filters of dimension \(3 \times 3 \times 3\), for the Dense layer, the number in the parenthesis denotes the number of nodes and for the Dropout layers, the number in the parenthesis denotes the probability a neuron of the previous layer being dropped
Classification accuracy
In the first experiment, the task of classifying samples into mock and PepMV SP13-inoculated plants was investigated using AGO2 mutants. The average overall accuracy was found to be equal to 0.82. The confusion matrix presented in Table 4 provides a comprehensive overview of the classification model’s performance across the 3 splits. For Split 1, precision, recall, and \(F_1\) scores for the mock-inoculated class were relatively high, achieving an overall accuracy of 0.84. Split 2 showed a decrease in performance with the lowest overall accuracy of 0.74, marked by notably lower precision and \(F_1\) scores for the PepMV SP13 predictions. Conversely, Split 3 exhibited the best performance with the highest overall accuracy of 0.87, and impressive precision and \(F_1\) scores, especially for the mock-inoculated class. Across the splits, the model demonstrated stronger predictive capabilities for the mock-inoculated class compared to the PepMV SP13 class, culminating in an average overall accuracy of 0.82 for the entire experiment. In Fig. 14, one can see the classification accuracies per plant, 4, 6, and 8 DPI, across the threefolds of the first experiment.
In the second experiment, the task of classifying samples into mock and PepMV PCH 06/104-inoculated plants was investigated using AGO2 mutants. The average overall accuracy was found to be equal to 0.87. In Table 5, one can see the corresponding confusion matrices for each of the 3 splits.
In Fig. 15, one can see the classification accuracies per plant, 4, 6, and 8 DPI across the threefolds of the second experiment.
In the third experiment, the task of classifying samples into mock and BaMV-inoculated plants was investigated using AGO2 mutants. The average overall accuracy was found to be equal to 0.78. In Table 6 one can see the corresponding confusion matrices for each of the 3 splits.
In Fig. 16 one can see the classification accuracies per plant, 4, 6, and 8 DPI, across the threefolds of the third experiment.
In the fourth experiment, the task of classifying samples into mock and PVX-inoculated plants was investigated using AGO2 mutants. The average overall accuracy was found to be equal to 0.86. In Table 7, one can see the corresponding confusion matrices for each of the 3 splits.
In Fig. 17, one can see the classification accuracies per plant, 4, 6, and 8 DPI, across the threefolds of the fourth experiment.
Earliness of detection
The classification results demonstrated a significant correlation between the overall classification accuracies and the progression of the disease over time. Figure 18 shows a scatter plot illustrating the trend of average classification accuracy over time (measured in DPI) for the four different experiments (exp1, exp2, exp3, and exp4), quantified by the coefficient of determination \(R^{2}\) values for each experiment’s trendline. Exp1 and exp2, with \(R^{2}\) values of 0.7159 and 0.7392, respectively, showed strong positive trends in classification accuracy as time progressed, indicating effective disease detection as the infection developed. These high \(R^{2}\) values suggest that the models used in exp1 and exp2 reliably predicted disease states with increasing accuracy over time. Conversely, exp3 and exp4 exhibited significantly lower \(R^{2}\) values of 0.0088 and 0.0934, indicating very weak trends in classification accuracy. For experiments 1, 2, and 4, classification accuracy reached 0.8 at 6 DPI, whereas for experiment 3, accurate classification was not possible until 8 DPI. This finding agrees with the northern blot analysis, which indicated a slower disease evolution for BaMV.
Sensitivity analysis
In order to investigate how well the algorithm could generalize, the twelve models that were trained on plants of genotype AGO2, were tested on plants of genotype DCL2/4, NahG, and WT. Figure 19 shows a comparison of the average overall accuracies. As expected, the models that were trained on the plants of genotype AGO2, performed less well when tested on plants of a different genotype. In particular, the average classification accuracies of the models tested on plants of genotype DCL2/4 ranged from 0.48 to 0.67, the average classification accuracies of the models on plants of genotype NahG ranged from 0.57 to 0.83, and the average classification accuracies of the models on plants of the wild type ranged from 0.54 to 0.78. It is evident that the model for classifying between mock-inoculated and PepMV PCH 06/104 generalized better than the others across all genotypes.
Benchmarking against related work
Using our dataset as a benchmarking dataset, we compared the performance of the proposed ERT+3DCNN model with (i) the best-performing successive projection algorithm + extreme gradient boosting (SPA+XGBoost) approach [19] and (ii) a hybrid approach employing the ERT algorithm for feature selection and XGBoost for classification. The SPA is a forward selection technique that iteratively selects relevant spectral bands to minimize collinearity, thereby enhancing model interpretability. In both benchmarking approaches, we employed XGBoost, an optimized gradient boosting library, with hyperparameters optimized via GridSearchCV. The hyperparameter search included the number of estimators (100, 200, 300), maximum depth (3, 5, 7), learning rate (0.001, 0.05, 0.1), subsample ratio (0.7, 0.8, 0.9), gamma (0, 0.1, 0.2), and minimum child weight (1, 5, 10). The optimal parameters identified through GridSearchCV were then employed to benchmark against our proposed ERT+3DCNN model. This methodological alignment ensures a fair and comprehensive comparison, highlighting the efficacy of ERT+3DCNN in capturing complex spatial-spectral patterns and enhancing classification performance in hyperspectral-based plant viral disease detection.
Overall accuracies achieved by the SPA+XGBoost approach range from 0.66 to 0.7, and accuracies achieved by the hybrid ERT+XGBoost approach range from 0.64 to 0.72. The results, summarized in Fig. 20, demonstrate that the ERT+3DCNN, which achieves overall accuracies ranging from 0.79 to 0.87, consistently achieves higher classification accuracy compared to SPA+XGBoost across all experimental setups. This consistent improvement suggests that the ERT+3DCNN model is better suited for capturing complex patterns in the dataset, offering enhanced performance in distinguishing between the various classes. It is worth mentioning that for Experiment 2, the overall accuracy the proposed method achieves on plants of hitherto unseen genotypes (Fig. 19) is higher than the overall accuracy achieved by the SPA+XGBoost when tested on plants of the genotype it was trained with. Such findings highlight the potential of ERT+3DCNN as a competitive alternative to existing state-of-the-art algorithms in the domain.
Discussion
The usefulness of 3D-CNNs has been demonstrated for early disease detection using hyperspectral imagery. It has also been shown that employing a patch-wise approach may be a practical and efficient way to generate a plethora of spectral-spatial training samples using only a few hyperspectral plant images. In the bulk of the literature, researchers tend to use either spectral or spatial representations to train models for leaf disease detection. On the contrary, the proposed method addresses the problem of leaf disease detection in a spectral-spatial fashion. The novelty of the proposed method lies in the fact that by taking nonoverlapping slices of a leaf’s hyperspectral image, one can train a robust classifier using only a few hyperspectral images, out of which plenty nonoverlapping square hyperspectral slices can be extracted.
The comparison between (i) the selected EWs in our paper using the ERT algorithm, (ii) the selected EWs using the SPA algorithm proposed in [19] on our dataset, and (iii) the selected EWs originally proposed in [19] shows some overlap in key spectral regions, particularly in the visible (around 550 nm), as shown in Fig. 21. This comes as no surprise since when a plant is under stress, such as during viral infections, changes occur in the plant’s physiological state, and these changes may result in altered chlorophyll content or degradation, which affects the reflectance in the visible range, particularly around 550 nm. Also, a large percentage of the selected EWs lay in the spectral region beyond 700 nm. This result is consistent with findings of previous studies. Zhang et al. demonstrated that the Near-Infrared (NIR) range is significantly more informative than the visible region for detecting late blight disease in tomato crops [41], while Gu et al. [19] observed that the NIR region (780–1000 nm) in the reflectance spectra, identified through feature selection methods, is more informative for distinguishing between TSWV-infected and mock-inoculated tobacco leaves than is the visible range.
Comparison between (i) the EWs in our paper using the ERT algorithm, (ii) the EWs using the SPA algorithm proposed by Gu et al. on our dataset, and (iii) the EWs using SPA, GA, and BRT as in [19]. The vertical dashed lines represent the bands chosen by SPA, GA, and BRT in Gu’s work, with each point annotated by the percentage overlap with ERT-selected bands across the four experiments. The purple shading indicates the number of ERT dataset splits in which a band was selected, with darker shades representing higher frequencies of selection
The overall classification accuracies achieved could be juxtaposed to the state-of-the-art. In particular, in this study, the average overall accuracies achieved at detecting four different viral diseases caused by four Potexviruses range from 0.78 to 0.87, while the accuracies reported by Gu et al. [19], detecting TSWV infection, ranged from 0.555 to 0.852. However, comparing classification accuracies achieved in different research efforts is not trivial and may be misleading. Since there are no publicly available and widely adopted plant disease detection benchmark datasets, it is not possible to faithfully compare the classification accuracies reported in the literature. This is the reason it was deemed necessary to reproduce the SPA+XGBoost proposed by Gu and benchmark it against the proposed approach, using our dataset as the benchmark dataset.
Throughout the experiments, the influence of a wide variety of parameters on the results became apparent. For example, in some cases, the square slices taken over the central vein of a leaf belonging to a mock-inoculated plant are systematically classified incorrectly as belonging to diseased plants. This highlights the fact that this method not only achieves good classification accuracies but also reinforces the explainability of the results.
The dataset size is also crucial for robust model development. We believe our dataset is sufficient to support the conclusions drawn in this study for several reasons. First, although the total number of plants (biological replicates) may seem modest, each hyperspectral cube was subdivided into numerous spatial patches (each of which is labeled according to the plant’s condition). This patch-wise approach greatly expands the number of training and testing samples, mitigating concerns about limited data quantity. Second, to ensure robustness, we employed plant-level cross-validation, so each fold’s test set always contained plants never seen during training. Regarding whether further increasing the dataset size would improve model accuracy: in general, deep learning methods benefit from larger and more diverse training sets. We do anticipate that adding more plants, potentially including different growth stages or environmental conditions, would further improve both the model’s performance and its capacity to generalize. Our current results, however, already indicate strong classification accuracy and the viability of the approach for early virus detection, even with this dataset size.
The patch size is another important parameter. We initially experimented with various patch sizes ranging from \(8 \times 8\) to \(32 \times 32\) in order to strike a balance between capturing the local spectral-spatial features critical for early disease detection and retaining a sufficient number of training samples for robust model learning. Very small patches (e.g., \(8 \times 8\)) sometimes caused confusion between healthy and diseased tissues, particularly around leaf veins or margins, potentially leading to overfitting. Conversely, using larger patches (e.g., \(32 \times 32\)) reduced the total number of patches available for training and increased the risk of blending healthy and infected regions within the same patch. Through iterative trials, we identified \(16 \times 16\) as the most effective compromise: it is small enough to provide a large corpus of training samples per leaf, yet large enough to include meaningful context, such as subtle lesion patterns adjacent to healthy areas, crucial for accurate detection. We acknowledge that the optimal patch size may vary depending on factors like leaf morphology, disease progression stage, and sensor resolution; accordingly, future efforts could investigate multi-scale or adaptive patch extraction strategies to capture diverse phenotypic or pathological patterns within a single leaf.
Indubitably, this research has certain limitations. The proposed methodology ignores time since the temporal evolution of the plants’ reflectance is not taken into account. A future step towards incorporating time would be combining the 3D-CNN with the long short-term memory method, originally proposed by Hochreiter et al. [42]. Moreover, the hidden layers of neural networks act somewhat like a “black box”. This is an inherent drawback for the interpretation of the results of the proposed method. Finally, the proposed method was tested using hyperspectral imagery acquired in the controlled environment of a laboratory. Its accuracy in the real world (i.e., in field conditions or in greenhouses) may be different.
Further research is needed to address several key questions. Firstly, the optimal dimensions for square slices that capture the spatial patterns essential for disease detection must be determined. This can be achieved by comparing results across square slices of varying sizes using the same benchmark dataset. However, this approach would necessitate a larger dataset, as larger nonoverlapping square slices inherently reduce the number of available training samples. In this study, we selected nonoverlapping patches of size \(16 \times 16\) through an iterative trial-and-error process as the smallest patches that yielded effective results. We recognize that the optimal patch size may vary based on factors such as leaf morphology, disease progression stage, and sensor resolution. Consequently, future efforts could explore multi-scale or adaptive patch extraction strategies to capture diverse phenotypic or pathological patterns within a single leaf. Additionally, in future studies, we plan to train on multi-genotype datasets to explore whether incorporating data from diverse plant backgrounds can further boost model robustness and early detection capabilities. Lastly, extending the proposed method to quantify the infection severity level (a task already performed for fungi [43]) could prove quite useful.
Conclusions
The use of 3D-CNNs has been shown to be a reliable approach for early potexvirus-mediated disease detection in tobacco plants using hyperspectral images in the Vis/NIR spectral region (380-1023 nm). Instead of employing the most common, pixel-wise approach, a patch-wise approach has been adopted, and \(16 \times 16 \times 61\) patches have been extracted from the hyperspectral images. The ERT algorithm has been employed for feature selection, yielding patches of dimensions \(16 \times 16 \times 16\). These patches have been used as input samples for training and testing the 3D-CNN models. A 3D-CNN architecture has been proposed for tackling the 2-class problem of disease detection for each of the four viruses examined, achieving accuracies ranging from 0.78 to 0.87 when trained and tested on plants of genotype AGO2. At the plant level, the average overall accuracy has ranged from 0.68 to 0.89. The generalization capability of the model has also been assessed by testing it on hyperspectral images of plants of genotype DCL2/4, NahG, and wild-type, yielding accuracies from 0.48 to 0.75, from 0.57 to 0.83 and from 0.54 to 0.78 respectively. Summing up, the proposed model has attained high accuracies, only 6 DPI for PepMV SP13, PepMV PCH 06/104, and PVX, and at 8 DPI for BaMV, in agreement with plant systemic viral loads as detected by northern blot analysis, generalized well over different genotypes and outperformed the state-of-the-art methodologies it was benchmarked against.
Data availability
The datasets used and/or analyzed during the current study will be made available on a public repository upon paper publication.
Code availability
The algorithmic implementation of the framework was developed in Python 3, using open-source Python libraries can be found at https://github.com/chadoulis/hyperspectralCube. The repository will publicly be released upon paper publication
Materials availability
Not applicable.
Notes
Repository will be made public upon paper acceptance.
Abbreviations
- AI:
-
Artificial Intelligence
- BaMV:
-
Bamboo mosaic virus
- BPNN:
-
Back Propagation Neural Network
- BRT:
-
Boosted Regression Tree
- CART:
-
Classification and Regression Tree (CART)
- CBSV:
-
Cassava brown streak virus
- CNN:
-
Convolutional Neural Network
- CP:
-
coat protein
- DPI:
-
Days Post Inoculation
- ELM:
-
Extreme Learning Machine
- ERT:
-
Extremely Randomized Trees
- GAN:
-
Generative Adversarial Network
- GLRaV:
-
Grapevine leafroll-associated virus
- GRBV:
-
Grapevine red blotch-infected virus
- GVCV:
-
Grapevine vein clearing virus
- LS-SVM:
-
Least Squares Support Vector Machine
- NIR:
-
Near Infrared
- PepMV:
-
Pepino mosaic virus
- PLS-DA:
-
Partial Least-Squares Discriminant Analysis
- PVX:
-
Potato virus X
- RF:
-
Random Forest
- SA:
-
salicylic acid
- SMV:
-
Soybean mosaic virus
- SPA:
-
Successive Projections Algorithm
- SVM:
-
Support Vector Machine
- TMV:
-
Tobacco mosaic virus
- TSWV:
-
Tomato spotted wilt virus
- TYLCV:
-
Tomato yellow leaf curl virus
- Vis/NIR:
-
Visible/Near Infrared
- WT:
-
Wild Type
- XGBoost:
-
Extreme Gradient Boosting
References
Food and Agriculture Organization of the United Nations. Plant health and food security. Food and Agriculture Organization of the United Nations; 2017.
Flood J. The importance of plant health to food security. Food Secur. 2010;2(3):215–31. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s12571-010-0072-5.
Hsu H. Biological control of plant pathogens (viruses). Encyclopedia of pest management; 2002.
Anderson PK, Cunningham AA, Patel NG, Morales FJ, Epstein PR, Daszak P. Characteristics of the pathogens and drivers of emerging infectious diseases of plants. Trends Ecol Evol. 2004;10(19):535–44. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.tree.2004.07.021.
Popp J, Hantos K. The impact of crop protection on agricultural production. Stud Agric Econ. 2011;113(1):47–66.
Boualem A, Dogimont C, Bendahmane A. The battle for survival between viruses and their host plants. Curr Opin Virol. 2016;17:32–8. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.coviro.2015.12.001.
Goldbach R, Peters D. Possible causes of the emergence of tospovirus diseases. Semin Virol. 1994;5:113–20. https://doiorg.publicaciones.saludcastillayleon.es/10.1006/smvy.1994.1012. (Elsevier).
Monger W, Seal S, Isaac A, Foster G. Molecular characterization of the cassava brown streak virus coat protein. Plant Pathol. 2001;50(4):527–34. https://doiorg.publicaciones.saludcastillayleon.es/10.1046/j.1365-3059.2001.00589.x.
Strange RN, Scott PR. Plant disease: a threat to global food security. Annu Rev Phytopathol. 2005;43:83–116. https://doiorg.publicaciones.saludcastillayleon.es/10.1146/annurev.phyto.43.113004.133839.
Fang Y, Ramasamy RP. Current and prospective methods for plant disease detection. Biosensors. 2015;5(3):537–61. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/bios5030537.
Martinelli F, Scalenghe R, Davino S, Panno S, Scuderi G, Ruisi P, Villa P, Stroppiana D, Boschetti M, Goulart LR, et al. Advanced methods of plant disease detection. A review. Agron Sustain Dev. 2015;35:1–25. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s13593-014-0246-1.
Golhani K, Balasundram SK, Vadamalai G, Pradhan B. A review of neural networks in plant disease detection using hyperspectral data. Inf Process Agric. 2018;5(3):354–71. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.inpa.2018.05.002.
Kautz H. The third AI summer: AAAI Robert S. Engelmore Memorial Lecture Award. AI Mag. 2022;43(1):105–25.
Sankaran S, Mishra A, Ehsani R, Davis C. A review of advanced techniques for detecting plant diseases. Comput Electr Agric. 2010;72(1):1–13. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.compag.2010.02.007.
Thomas S, Kuska MT, Bohnenkamp D, Brugger A, Alisaac E, Wahabzada M, Behmann J, Mahlein A-K. Benefits of hyperspectral imaging for plant disease detection and plant protection: a technical perspective. J Plant Dis Protect. 2018;125:5–20. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s41348-017-0124-6.
Wang YM, Ostendorf B, Pagay V. Detecting grapevine virus infections in red and white winegrape canopies using proximal hyperspectral sensing. Sensors. 2023;23(5):2851. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/s23052851.
Nguyen C, Sagan V, Maimaitiyiming M, Maimaitijiang M, Bhadra S, Kwasniewski MT. Early detection of plant viral disease using hyperspectral imaging and deep learning. Sensors. 2021;21(3):742. https://doiorg.publicaciones.saludcastillayleon.es/10.3390/s21030742.
Sawyer E, Laroche-Pinel E, Flasco M, Cooper ML, Corrales B, Fuchs M, Brillante L. Phenotyping grapevine red blotch virus and grapevine leafroll-associated viruses before and after symptom expression through machine-learning analysis of hyperspectral images. Front Plant Sci. 2023. https://doiorg.publicaciones.saludcastillayleon.es/10.3389/fpls.2023.1117869.
Gu Q, Sheng L, Zhang T, Lu Y, Zhang Z, Zheng K, Hu H, Zhou H. Early detection of tomato spotted wilt virus infection in tobacco using the hyperspectral imaging technique and machine learning algorithms. Comput Electr Agric. 2019;167: 105066. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.compag.2019.105066.
Zhu H, Chu B, Zhang C, Liu F, Jiang L, He Y. Hyperspectral imaging for presymptomatic detection of tobacco disease with successive projections algorithm and machine-learning classifiers. Sci Rep. 2017. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-017-04501-2.
Zhu H, Cen H, Zhang C, He Y. Early detection and classification of tobacco leaves inoculated with tobacco mosaic virus based on hyperspectral imaging technique. In: Proceedings 2016 ASABE annual international meeting, 2016;1. https://doiorg.publicaciones.saludcastillayleon.es/10.13031/aim.20162460422 . American Society of Agricultural and Biological Engineers.
Krezhova D, Dikova B, Maneva S, et al. Ground based hyperspectral remote sensing for disease detection of tobacco plants. Bulgarian J Agric Sci. 2014;20(5):1142–50.
Hughes G. On the mean accuracy of statistical pattern recognizers. IEEE Trans Inf Theory. 1968;14(1):55–63. https://doiorg.publicaciones.saludcastillayleon.es/10.1109/TIT.1968.1054102.
Lu J, Zhou M, Gao Y, Jiang H. Using hyperspectral imaging to discriminate yellow leaf curl disease in tomato leaves. Precis Agric. 2018;19:379–94. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s11119-017-9524-7.
Geurts P, Ernst D, Wehenkel L. Extremely randomized trees. Mach Learn. 2006;63:3–42. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s10994-006-6226-1.
Moghadam P, Ward D, Goan E, Jayawardena S, Sikka P, Hernandez E. Plant disease detection using hyperspectral imaging. In: Proceedings 2017 International Conference on Digital Image Computing: Techniques and Applications (DICTA), 2017. p. 1–8. https://doiorg.publicaciones.saludcastillayleon.es/10.1109/DICTA.2017.8227476 . IEEE.
Gui J, Fei J, Wu Z, Fu X, Diakite A. Grading method of soybean mosaic disease based on hyperspectral imaging technology. Inf Process Agric. 2021;8(3):380–5. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/j.inpa.2020.10.006.
Peng Y, Dallas MM, Ascencio-Ibáñez JT, Hoyer JS, Legg J, Hanley-Bowdoin L, Grieve B, Yin H. Early detection of plant virus infection using multispectral imaging and spatial-spectral machine learning. Sci Rep. 2022;12(1):3113. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-022-06372-8.
LeCun Y, Boser B, Denker JS, Henderson D, Howard RE, Hubbard W, Jackel LD. Backpropagation applied to handwritten zip code recognition. Neural Comput. 1989;1(4):541–51. https://doiorg.publicaciones.saludcastillayleon.es/10.1162/neco.1989.1.4.541.
LeCun Y, Bengio Y, et al. Convolutional networks for images, speech, and time series. Handb Brain Theory Neural Netw. 1995;3361(10):1995.
Wang H, Li X, Li Y, Sun Y, Xu H, et al. Non-destructive detection of apple multi-quality parameters based on hyperspectral imaging technology and 3d-cnn. J Nanjing Agric Univ. 2020;43(1):178–85. https://doiorg.publicaciones.saludcastillayleon.es/10.7685/jnau.201906067.
Wang D, Vinson R, Holmes M, Seibel G, Bechar A, Nof S, Tao Y. Early detection of tomato spotted wilt virus by hyperspectral imaging and outlier removal auxiliary classifier generative adversarial nets (or-ac-gan). Sci Rep. 2019;9(1):4377. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-019-40066-y.
Boatwright JL, Pajerowska-Mukhtar K. Salicylic acid: an old hormone up to new tricks. Mol Plant Pathol. 2013;14(6):623–34. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/mpp.12035.
Gaffney T, Friedrich L, Vernooij B, Negrotto D, Nye G, Uknes S, Ward E, Kessmann H, Ryals J. Requirement of salicylic acid for the induction of systemic acquired resistance. Science. 1993;261(5122):754–6. https://doiorg.publicaciones.saludcastillayleon.es/10.1126/science.261.5122.754.
Pumplin N, Voinnet O. RNA silencing suppression by plant pathogens: defence, counter-defence and counter-counter-defence. Nat Rev Microbiol. 2013;11(11):745–60. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/nrmicro3120.
Ludman M, Burgyán J, Fátyol K. Crispr/cas9 mediated inactivation of argonaute 2 reveals its differential involvement in antiviral responses. Sci Rep. 2017. https://doiorg.publicaciones.saludcastillayleon.es/10.1038/s41598-017-01050-6.
Katsarou K, Mitta E, Bardani E, Oulas A, Dadami E, Kalantidis K. DCL-suppressed nicotiana benthamiana plants: valuable tools in research and biotechnology. Mol Plant Pathol. 2018;20(3):432–46. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/mpp.12761.
MUSES9-HS Spectricon. https://spectricon.com/muses9-hs/. Accessed 07 Oct 2023.
QGIS Official Website. https://qgis.org/en/site/. Accessed 07 Oct 2023.
Manning C, Raghavan P, Schutze H. Introduction to information retrieval, vol. 1. Cambridge University Press; 2008.
Zhang M, Qin Z, Liu X, Ustin SL. 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(4):295–310. https://doiorg.publicaciones.saludcastillayleon.es/10.1016/S0303-2434(03)00008-4.
Hochreiter S, Schmidhuber J. Long short-term memory. Neural Comput. 1997;9(8):1735–80.
Yusuf BL, He Y. Application of hyperspectral imaging sensor to differentiate between the moisture and reflectance of healthy and infected tobacco leaves. Afr J Agric Res. 2011;6(29):6267–80.
Funding
Not applicable.
Author information
Authors and Affiliations
Contributions
R.T.C. developed the primary method, implemented the software, led the investigation, and was responsible for validation, formal analysis, data curation, project administration, preparing the original draft, and reviewing the manuscript. I.L. contributed to the conceptualization, methodology, validation, formal analysis, and investigation and was involved in drafting and reviewing the manuscript. I.M. oversaw the project, contributed to the investigation and resources, provided supervision, and was responsible for securing funding and reviewing the manuscript. T.S. supported the methodology, formal analysis, and investigation and assisted with writing and reviewing the manuscript. Z.M. contributed to formal analysis, investigation, and manuscript review. Ch.K. assisted with conceptualization, investigation, data curation, and manuscript review. C.K. contributed to conceptualization, methodology, formal analysis, and validation, supervised the work, and contributed to writing and reviewing the manuscript. All authors read and approved the final manuscript.
Corresponding author
Ethics declarations
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Competing interests
The authors declare that they have no competing interests.
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Chadoulis, RT., Livieratos, I., Manakos, I. et al. 3D-CNN detection of systemic symptoms induced by different Potexvirus infections in four Nicotiana benthamiana genotypes using leaf hyperspectral imaging. Plant Methods 21, 15 (2025). https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s13007-025-01337-0
Received:
Accepted:
Published:
DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s13007-025-01337-0