<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">FloraCheck: Pioneering for Leaf Disease Recognition</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Alongbar</forename><surname>Wary</surname></persName>
							<email>alongbarwary@igdtuw.ac.in</email>
							<affiliation key="aff0">
								<orgName type="institution">Indira Gandhi Delhi Technical University for Women</orgName>
								<address>
									<postCode>110006</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Navya</forename><surname>Gupta</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Indira Gandhi Delhi Technical University for Women</orgName>
								<address>
									<postCode>110006</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Pratha</forename><surname>Garg</surname></persName>
							<email>prathagarg2410@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Indira Gandhi Delhi Technical University for Women</orgName>
								<address>
									<postCode>110006</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Anushka</forename><surname>Rajoria</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Indira Gandhi Delhi Technical University for Women</orgName>
								<address>
									<postCode>110006</postCode>
									<settlement>Delhi</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">Symposium on Computing &amp; Intelligent Systems (SCI)</orgName>
								<address>
									<addrLine>May 10</addrLine>
									<postCode>2024</postCode>
									<region>New Delhi</region>
									<country key="IN">INDIA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">FloraCheck: Pioneering for Leaf Disease Recognition</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">414283663DAE1166B49B7AC8D8C4D874</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:39+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Plant disease recognition</term>
					<term>CNN</term>
					<term>transfer learning</term>
					<term>plant village 1</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The major source of our economy, which is the agricultural sector, is seriously threatened by plant diseases. They negatively impact crops and the means of livelihood for farming communities. The need for automated solutions becomes evident when we consider how laborintensive and error-prone traditional manual methods are for identifying illnesses. Our study FloraCheck investigates plant disease identification using the EfficientNetB3 model by using deep learning. We have chosen the PlantVillage dataset and implemented advanced image preprocessing techniques for effective model training. Existing approaches show differences in the data and models they use and often struggle with limitations such as dataset specificity and a lack of comprehensive generalization. FloraCheck is bridging these gaps by harnessing the power of EfficientNetB3 through transfer learning, ensuring adaptability to a diverse range of plant diseases. The model is refined through strategic construction involving batch normalization, regularization, dropout and a final classification layer. This ensures the development of a robust and adaptive framework for accurately detecting plant diseases. Our project has achieved an accuracy rate of 98.93%, signifying a considerable advancement in the automated detection of plant diseases.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>In India, agriculture remains the backbone of the economy, with a substantial percentage of</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Literature Review</head><p>In <ref type="bibr" target="#b0">[1]</ref>, the key elements of CNN architecture, such as convolutional layers, ReLU activation, pooling layers, and dropout layers, were employed in the Caffe framework. In <ref type="bibr" target="#b1">[2]</ref>, CNN architecture was used with layers such as Convo2D, flatten, max, pooling etc. on the Plant Village dataset with accuracy of 88%. In <ref type="bibr" target="#b2">[3]</ref>, the five different architectures are compared which include VGG16, ResNet50, InceptionV3, InceptionResNet, and DenseNet169, achieving the best result from ResNet50. <ref type="bibr" target="#b3">[4]</ref> evaluates multiple deep learning models such as GoogleNet, ResNet101, ResNet50, InceptionV3, AlexNet, InceptionResNetV2, SqueezeNet, VGG16, VGG19. For object recognition, conventional techniques like LBP, HOG, colour features and GLCM for are also assessed. Bi-CNN employs pre-trained VGG and ResNet models for feature extraction followed by ADAM optimizer on Plant Village Dataset <ref type="bibr" target="#b4">[5]</ref>.</p><p>In <ref type="bibr" target="#b5">[6]</ref>, CNN is achieved through a re-parametrization method and a dynamic pruning gate to manage computational complexity, optimizing the feature extraction network. In <ref type="bibr" target="#b6">[7]</ref>, three classifiers LeafNet, SVM and MLP are evaluated to detect diseases in tea plants. LeafNet performed best with accuracy of 90.16%. In <ref type="bibr" target="#b7">[8]</ref>, the recognition of diseases in tomato leaves is done by S-CNN in which the model is trained using segmented images. In <ref type="bibr" target="#b8">[9]</ref>, on tomato, potato and pepper crops in the Plant Village dataset, CNN with image preprocessing is done and it achieves 98.029% of accuracy.</p><p>In <ref type="bibr" target="#b9">[10]</ref>, CNN incorporated a fully connected layer for classification, convolutional and pooling layer for feature extraction on approx. 35,000 images of Plant Village dataset. In <ref type="bibr" target="#b10">[11]</ref>, max pooling layers come after the convolutional layers, and the final layer includes an Adam optimizer and softmax activation to lower the loss function. In <ref type="bibr" target="#b11">[12]</ref>, using CNN with Raspberry Pi kit to anticipate crop diseases in advance. With a suggested activation function and two convolutional layers, it achieves 95% of system accuracy. Fertilizer optimization is aided by K-means clustering-based image segmentation.</p><p>In <ref type="bibr" target="#b12">[13]</ref>, convolution is used to identify patterns and edges, while pooling serves to reduce the image dimensions. CNN architectures which are applied simple CNN, VGG and InceptionV3. In <ref type="bibr" target="#b13">[14]</ref>, a diverse dataset is captured through various sensors. Subsequently, transfer learning is employed to leverage a pre-trained GoogLeNet CNN, facilitating detection and classification tasks. The dataset is expanded (XDB) through manual subdivision of images into smaller regions for optimal results.</p><p>In <ref type="bibr" target="#b14">[15]</ref>, The synthesis of three different CNN models (VGG-16, Google Net, ResNet 50) used with the application of two different classifiers (SVM and KNN). In <ref type="bibr" target="#b15">[16]</ref>, CNN is being used where the feature extraction is done by DWT, GLCM giving an accuracy of 98.12%. In <ref type="bibr" target="#b16">[17]</ref>, three approaches are used, a customized CNN, transfer learning with INCEPTIONv3, and visual transformers (small and large). Training involves Adam and RM-Sprop optimization, categorical cross-entropy loss, and callbacks and appropriate learning rates.</p><p>[18] explores ML and DL techniques, like random forest, SVM, and CNN like VGG-16, VGG-19, and Inception-V3, to accurately detect and classify citrus leaf diseases based on a manually curated dataset. (Evaluation involves area under the curve (AUC), precision, F1-score, recall and accuracy, comparing the performance of ML and DL methods, with DL demonstrating higher overall effectiveness). <ref type="bibr" target="#b18">[19]</ref> Utilizing the Plant Village dataset for supervised learning, applying pixel-based operations, and employing CNNs for image classification.</p><p>In <ref type="bibr" target="#b19">[20]</ref>, utilization of advanced deep learning meta-architectures including RFCN, SSD and Faster RCNN, SSD with Inception-v2 and the highest mean average precision (73.07%) was achieved and optimization with Adam significantly improves accuracy, particularly for specific disease classes. In <ref type="bibr" target="#b20">[21]</ref>, while the model is trained, its process has included 160 images of the papaya leaves. There are numerous machine learning algorithms, such as KNN, Naive Bayes, Random Forest, Support Vector Machine, CART, and Logistic Regression, these all have been applied. Out of which, random forest performed the best with an accuracy of 70.14%.</p><p>In <ref type="bibr" target="#b21">[22]</ref>, detection of plant infections relies on K Means clustering and GLCM technique. Accuracy achieved was 98.27%. In <ref type="bibr" target="#b22">[23]</ref>, through the introduction of a rice plant disease recognition system, the ML algorithms such as KNN, Logistic Regression, Naive Bayes and Decision Tree are introduced. The Decision Tree algorithm gave best results by achieving an accuracy of a perfect 97.9167%. This dataset consisted of three different disease classes wherein each class has 40 images.</p><p>In <ref type="bibr" target="#b23">[24]</ref>, this paper's primary objective was to suggest enhancements to the existing machine-learning based classification methods which are for plant disease detection, supported by a comparison of the KNN classifier and SVM classifier. The outcomes demonstrated that the suggested algorithm has achieved a good accuracy of 98.56%, which also surpassed the 97.6% accuracy of the old/existing system. In <ref type="bibr" target="#b24">[25]</ref>, the suggested approach detects the plant diseases with an average accuracy of 93% by using the Random Forest Classifier as well as the digital Image processing technique.</p><p>In <ref type="bibr" target="#b25">[26]</ref>, Transfer learning is implemented with five pre-trained deep neural network architectures: VGG16, DenseNet169, InceptionV3, ResNet50, and Xception. Following model training, images representing different corn diseases from various datasets are employed as test data to evaluate the models' generalization capabilities. The DenseNet169 model demonstrated superior performance. The highest generalization accuracy of 81.60% was achieved when training the DenseNet169 model using (RGBA) images from the CD&amp;S corn disease dataset, with backgrounds removed. In <ref type="bibr" target="#b26">[27]</ref>, the study compares 4 deep neural models such as fasterRCNN, EfficientDET, YoloV5 and YoloV6. Amongst all, YoloV5 model, which was trained with 93% accuracy on pre-trained hyper parameters, produced the best result. <ref type="bibr" target="#b27">[28]</ref> achieves a detection accuracy of 98.26% by using the EfficientNetV2 model for cardamom plant disease detection and the U2-Net for background removal.</p><p>[29] employs transfer learning with six different CNN architectures, including VGG16, InceptionV3, Xception, Resnet50, MobileNet, and DenseNet121, for multi-class classification of plant diseases using 11,333 images from the PlantVillage dataset, with DenseNet121 achieving the highest accuracy at 95.48%. <ref type="bibr" target="#b29">[30]</ref> proposes a rice plant disease diagnosis method using DenseNet169-MLP, combining DenseNet169 as a feature extractor and a multilayer perceptron for classification along with fuzzy c-means (FCM) based segmentation for identifying diseased portions, achieving an accuracy of 97.68%. <ref type="bibr" target="#b30">[31]</ref> uses a hyperparameter-optimized Deep Convolutional Neural Network with data augmentation to achieve an accuracy of 98.41%. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Methodology</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Data Acquisition</head><p>We have opted for the PlantVillage dataset, a compilation of images encompassing diverse plant species and diseases. Originally comprising 38 labelled classes, we refined the dataset to 25 classes. This curation, focused on specific plant species and diseases, establishes a controlled framework for the purpose of recognizing and classifying plant diseases. The resulting dataset, presented in Table <ref type="table" target="#tab_0">1</ref>, optimizes precision by concentrating on classes crucial to our research.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Data Preprocessing</head><p>Before model construction, thorough data pre-processing procedures were conducted to guarantee the quality and relevance of the dataset. shifts to enhance robustness of our dataset and a scaling function to normalize pixel values. To balance efficiency and information preservation, we resize the images to (224, 224) pixels, aligning with the EfficientNetB3 architecture, which utilizes three color channels (RGB). • Batch Size Selection: For both training and testing, we chose a batch of 40. This action aimed to achieve equilibrium between computational efficiency and model convergence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Model Construction</head><p>Once the data was pre-processed, we constructed the model architecture. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Model Training</head><p>With the model architecture in place, we trained the model using specific parameters and evaluated its performance.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Training parameters:</head><p>• Epochs: The model underwent training for a total of five epochs.</p><p>• Verbose Setting (Verbosity): The training progress was displayed with verbosity set to 1, for real time updates on metrics like loss and accuracy. 2. Validation for performance evaluation: To gauge the performance of our model and confirm that it can be extended to unfamiliar data, a validation dataset was employed during the training process. After each epoch, the model was evaluated on this independent dataset, providing insights into its capacity to extrapolate beyond the provided training dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">Classification</head><p>The classification process determines whether a plant leaf from the Plant Village Dataset is contaminated or not. It further distinguishes the class of plant infection and recognizes the specific plant variety.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Result and Analysis</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>• Classification Model</head><p>We have distributed our dataset into 80% training set, 10% validation set and 10% testing set. We prepared a classification report that provides a detailed assessment of the plant disease recognition system's performance across various diseases affecting plants.    </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>• Comparison Analysis of Performance with Related Studies</head><p>We compared our results with several existing research papers to contextualize the success of our method. Following is the comparison evaluation of performance with existing research papers.</p><p>Our approach, concentrating on 25 carefully selected classes, distinguishes itself from studies like <ref type="bibr" target="#b13">[14]</ref>, which employed a more diverse dataset captured through numerous different sensors widely available. The deliberate emphasis on specificity enhances the precision of disease classification in our model. The stratified split, image processing, and augmentation techniques contributed to the robustness of our dataset.</p><p>In comparison to <ref type="bibr" target="#b9">[10]</ref>, which utilized CNN with a fully connected layer for classification and convolutional and pooling layers for feature extraction, our preprocessing techniques align with the specific requirements of the EfficientNetB3 architecture, ensuring efficiency and preservation of information. Leveraging transfer learning with EfficientNetB3, we introduced batch normalization, densely connected layers with regularization, and dropout for generalization.</p><p>Compared to <ref type="bibr" target="#b16">[17]</ref>, which explored multiple approaches including a customized CNN and transfer learning, our use of EfficientNetB3 with tailored modifications ensures an effective balance between complexity and accuracy. Using categorical cross-entropy as the loss function, five epochs were conducted during the training phase at a learning rate of 0.001.</p><p>In comparison to <ref type="bibr" target="#b5">[6]</ref>, where a reparameterization method and dynamic pruning gate were used to manage computational complexity. Our approach achieves competitive accuracy without resorting to complex computational optimization techniques.</p><p>Our model achieved an outstanding accuracy of 98.93% surpassing the performance of <ref type="bibr" target="#b19">[20]</ref>, wherein deep learning meta-architectures with a mean average precision of 73.07% attained the highest score. The specificity of our model in detecting diverse plant diseases across various species is reflected in the precision, recall, and F1-score metrics, as illustrated in our classification report.</p><p>So, our research showcases competitive performance when compared to existing research papers. The specificity and efficiency of our approach position it as a noteworthy contribution to the field of plant disease detection and classification. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>• Limitations</head><p>While our project has made significant strides, it is crucial to acknowledge areas where can continue to grow and improve.</p><p>1. Larger dataset: The project acknowledges that the model's performance is contingent on the size and diversity of the dataset. For the model to be even more effective at generalizing to a wider variety of plant diseases, a bigger dataset might be needed. 2. Additional factors: One aspect worth noting is our model's current focus on visual cues in images, leaving out contextual information such as soil conditions or weather patterns. Integrating these factors could provide a more comprehensive analysis of plant health.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>3.</head><p>Real-time updates: The project does not explicitly address real-time or frequent updates. Changes in the dataset or emerging diseases may necessitate periodic model updates for sustained effectiveness. Periodic updates could be necessary to keep the model relevant and effective.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>Our plant disease recognition system has accomplished prominent results using the plant village dataset when evaluated. The model has achieved test accuracy of 98.93% which shows that the model is highly trained at classifying the different classes of plant diseases accurately. We have also provided a comprehensive classification report containing evaluation parameters such as positive prediction value, sensitivity, and F-measure of different plant disease classes which again declares the efficiency of the model. In this paperwork, transfer learning has been employed with EfficientNetB3, integrated image preprocessing techniques, applied batch normalization, used ReLU activation and dropout layers making sure the model remains efficient and robust in all kinds of situations. In order to efficiently train and test the model, we have divided the dataset in strategic ways. Also, image augmentation is incorporated to enhance model's robustness. The data is fed into the model by dividing it into batches. These techniques contribute to enhancing the efficacy of the model and capability to identify the different plant diseases precisely.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Schematic overview of proposed methodology.</figDesc><graphic coords="5,244.60,237.32,119.45,288.53" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Sample images from Plant Village dataset.</figDesc><graphic coords="6,213.25,229.95,168.50,340.70" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>•</head><label></label><figDesc>Dataset Stratification: A stratified split was implemented to guarantee that classes were fairly represented in the test, validation, and training sets • Image Processing and Augmentation: We implemented image augmentation techniques of horizontal flipping, rotation, zooming, brightness adjustments, and</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Graph of loss during training and validation across epochs.</figDesc><graphic coords="10,208.93,472.35,194.40,173.37" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Graph of accuracy during training and validation across epochs.</figDesc><graphic coords="11,209.80,85.05,189.57,169.35" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Comparison of performance with different studies</figDesc><graphic coords="12,85.05,338.62,429.10,124.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="9,171.95,85.05,264.75,485.37" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Details of our dataset</figDesc><table><row><cell>Details</cell><cell>Count</cell></row><row><cell>Number of images</cell><cell>31407</cell></row><row><cell>Number of unique plant species</cell><cell>5</cell></row><row><cell>Number of distinct plant diseases represented</cell><cell>25</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>• Transfer Learning with EfficientNetB3: We have utilized transfer learning with the EfficientNetB3 architecture as our base model for the construction of the image classification model. The model's pre-training on the ImageNet dataset motivated this choice, enabling it to capture complex image features. To tailor the base model to our specific classification task, we added these supplementary layers.• Incorporating Batch Normalization: For the purpose of stabilizing and accelerating the training process, we incorporated batch normalization. This enabled us to normalize the input of each layer preventing internal covariate shift and promoting more streamlined model learning.</figDesc><table /><note>• Dense layer with regularization: A dense layer with Rectifier activation was introduced to capture complex patterns in the data. In order to reduce overfitting, L2 weight regularization was applied to the layer to promote resilient learning.• Dropout for generalization: To enhance model generalization, a dropout layer with rate of 0.45 was implemented. This layer randomly deactivated neurons during training, to avoid overdependence of models on specific nodes and improving overall performance. • Final Classification Layer: The model's concluding layer consists of a dense layer employing softmax activation, providing probabilities for each class in the classification task. This layer is crucial for generating predictions and determining the likelihood for each class. • Model Compilation: The model that has been compiled makes use of the Adamax optimizer with a step size of 0.001. Choosing categorical cross-entropy as the loss function was in line with our goal of training for accuracy.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 .</head><label>2</label><figDesc>Classification ReportThe training process of the model unfolded over five epochs, revealing significant progress in both training and validation accuracies. Commencing with a notably high accuracy of 89.82% and loss of 4.2516, the model exhibited a remarkable learning curve, culminating in an accuracy of 99.26% and a substantially reduced loss of 0.2842 by the final epoch. Such progression signifies the model's adeptness at capturing intricate patterns within the dataset.Finally, our plant disease recognition model achieves an accuracy of 98.93% on the test dataset following the model's performance evaluation.</figDesc><table /><note>• Performance Metrics</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 .</head><label>3</label><figDesc>Performance Metrix</figDesc><table><row><cell></cell><cell>Accuracy</cell><cell>Loss</cell></row><row><cell>Train</cell><cell>0.9937</cell><cell>0.2407</cell></row><row><cell>Valid</cell><cell>0.9913</cell><cell>0.2649</cell></row><row><cell>Test</cell><cell>0.9893</cell><cell>0.2604</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Deep Neural Networks Based Recognition of Plant Diseases by Leaf Image Classification</title>
		<author>
			<persName><forename type="first">Srdjan</forename><surname>Sladojevic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marko</forename><surname>Arsenovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andras</forename><surname>Anderla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dubravko</forename><surname>Culibrk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Darko</forename><surname>Stefanovic</surname></persName>
		</author>
		<idno type="DOI">10.1155/2016/3289801</idno>
		<idno>Article ID 3289801</idno>
		<ptr target="https://doi.org/10.1155/2016/3289801" />
	</analytic>
	<monogr>
		<title level="j">Computational Intelligence and Neuroscience</title>
		<imprint>
			<biblScope unit="volume">2016</biblScope>
			<biblScope unit="page">11</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">PLANT DISEASE DETECTION USING CONVOLUTIONAL NEURAL NETWORK</title>
		<author>
			<persName><forename type="first">Prakanshu</forename><forename type="middle">&amp;</forename><surname>Srivastava</surname></persName>
		</author>
		<author>
			<persName><surname>Mishra</surname></persName>
		</author>
		<author>
			<persName><surname>Kritika &amp; Awasthi</surname></persName>
		</author>
		<author>
			<persName><surname>Vibhav</surname></persName>
		</author>
		<author>
			<persName><surname>Sahu</surname></persName>
		</author>
		<author>
			<persName><surname>Vivek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pawan</forename><surname>Pal</surname></persName>
		</author>
		<author>
			<persName><surname>Kumar</surname></persName>
		</author>
		<idno type="DOI">10.21474/IJAR01/12346</idno>
	</analytic>
	<monogr>
		<title level="j">International Journal of Advanced Research</title>
		<imprint>
			<biblScope unit="volume">09</biblScope>
			<biblScope unit="page" from="691" to="698" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">On using transfer learning for plant disease detection</title>
		<author>
			<persName><forename type="first">A</forename><surname>Sagar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jacob</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BioRxiv</title>
		<imprint>
			<biblScope unit="page" from="1" to="8" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Plant disease and pest detection using deep learning-based features</title>
		<author>
			<persName><forename type="first">Muammer</forename><surname>Türkoğlu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Davut</forename><surname>Hanbay</surname></persName>
		</author>
		<idno type="DOI">10.3906/elk-1809-181</idno>
		<ptr target="https://doi.org/10.3906/elk-1809-181" />
	</analytic>
	<monogr>
		<title level="j">Turkish Journal of Electrical Engineering and Computer Sciences</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Plant disease classification using deep bilinear cnn</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">Srinivasa</forename><surname>Rao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Babu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sravan Kiran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Rajasekhar</surname></persName>
		</author>
		<author>
			<persName><surname>Srinivas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Intelligent Automation &amp; Soft Computing</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="161" to="176" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A High-Precision Plant Disease Detection Method Based on a Dynamic Pruning Gate Friendly to Low-Computing Platforms</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lv</surname></persName>
		</author>
		<idno type="DOI">10.3390/plants12112073</idno>
		<ptr target="https://doi.org/10.3390/plants12112073" />
	</analytic>
	<monogr>
		<title level="j">Plants</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<date type="published" when="2023">2023. 2073</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Visual Tea Leaf Disease Recognition Using a Convolutional Neural Network Model</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gao</surname></persName>
		</author>
		<idno type="DOI">10.3390/sym11030343</idno>
		<ptr target="https://doi.org/10.3390/sym11030343" />
	</analytic>
	<monogr>
		<title level="j">Symmetry</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page">343</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Performance analysis of deep learning CNN models for disease detection in plants using image segmentation</title>
		<author>
			<persName><forename type="first">P</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">P S</forename><surname>Berwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ghai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Process. Agric</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="566" to="574" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Plant Leaf Diseases Detection and Classification Using Image Processing and Deep Learning Techniques</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Jasim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Al-Tuwaijari</surname></persName>
		</author>
		<idno type="DOI">10.1109/CSASE48920.2020.9142097</idno>
	</analytic>
	<monogr>
		<title level="m">International Conference on Computer Science and Software Engineering (CSASE)</title>
				<meeting><address><addrLine>Duhok, Iraq</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="259" to="265" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Plant Leaf Detection and Disease Recognition using Deep Learning</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">V</forename><surname>Militante</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">D</forename><surname>Gerardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">V</forename><surname>Dionisio</surname></persName>
		</author>
		<idno type="DOI">10.1109/ECICE47484.2019.8942686</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE Eurasia Conference on IOT, Communication and Engineering (ECICE)</title>
				<meeting><address><addrLine>Yunlin, Taiwan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="579" to="582" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Plant Disease Detection Using CNN</title>
		<author>
			<persName><forename type="first">G</forename><surname>Shrestha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Deepsikha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><surname>Dey</surname></persName>
		</author>
		<idno type="DOI">10.1109/ASPCON49795.2020.9276722</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE Applied Signal Processing Conference (ASPCON)</title>
				<meeting><address><addrLine>Kolkata, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="109" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Plant Disease Detection and Classification using CNN Model with Optimized Activation Function</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">Y</forename><surname>Yadhav</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Senthilkumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jayanthy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J A</forename><surname>Kovilpillai</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICESC48915.2020.9155815</idno>
	</analytic>
	<monogr>
		<title level="m">2020 International Conference on Electronics and Sustainable Communication Systems (ICESC)</title>
				<meeting><address><addrLine>Coimbatore, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="564" to="569" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Plant disease detection using deep learning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Chohan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Katper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mahar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int J Recent Technol Eng</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="909" to="914" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Plant disease identification from individual lesions and spots using deep learning</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Barbedo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Biosyst Eng</title>
		<imprint>
			<biblScope unit="volume">180</biblScope>
			<biblScope unit="page" from="96" to="107" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Plant Disease Detection with Deep Learning and Feature Extraction Using Plant Village</title>
		<author>
			<persName><forename type="first">F</forename><surname>Mohameth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bingcai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Sada</surname></persName>
		</author>
		<idno type="DOI">10.4236/jcc.2020.86002</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Computer and Communications</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="10" to="22" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Tomato Leaf Disease Detection Using Deep Learning Techniques</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ashok</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kishore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Rajesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Suchitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">G G</forename><surname>Sophia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pavithra</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICCES48766.2020.9137986</idno>
	</analytic>
	<monogr>
		<title level="m">5th International Conference on Communication and Electronics Systems (ICCES)</title>
				<meeting><address><addrLine>Coimbatore, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="979" to="983" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Plant Disease Detection Using Deep Learning</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hirani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Magotra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bide</surname></persName>
		</author>
		<idno type="DOI">10.1109/I2CT51068.2021.9417910</idno>
	</analytic>
	<monogr>
		<title level="m">6th International Conference for Convergence in Technology (I2CT)</title>
				<meeting><address><addrLine>Maharashtra, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="1" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Performance of deep learning vs machine learning in plant leaf disease detection</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sujatha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Chatterjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Jhanjhi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Brohi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Microprocessors and Microsystems</title>
		<imprint>
			<biblScope unit="volume">80</biblScope>
			<biblScope unit="page">103615</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Image-based Plant Diseases Detection using Deep Learning</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Panchal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">C</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Bagyalakshmi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">R</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Soni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mater. Today Proc</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Image-Based Plant Disease Identification by Deep Learning Meta-Architectures</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">H</forename><surname>Saleem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Khanchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Potgieter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Arif</surname></persName>
		</author>
		<idno type="DOI">10.3390/plants9111451</idno>
		<ptr target="https://doi.org/10.3390/plants9111451" />
	</analytic>
	<monogr>
		<title level="j">Plants</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">1451</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Plant Disease Detection Using Machine Learning</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ramesh</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICDI3C.2018.00017</idno>
	</analytic>
	<monogr>
		<title level="m">International Conference on Design Innovations for 3Cs Compute Communicate Control (ICDI3C)</title>
				<meeting><address><addrLine>Bangalore, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="41" to="45" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Plant Infection Detection Using Image Processing</title>
		<author>
			<persName><surname>Dr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Sridhathan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal Of Modern Engineering Research (IJMER)</title>
		<imprint>
			<biblScope unit="volume">08</biblScope>
			<biblScope unit="issue">07</biblScope>
			<biblScope unit="page" from="13" to="16" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Rice Leaf Disease Detection Using Machine Learning Techniques</title>
		<author>
			<persName><forename type="first">K</forename><surname>Ahmed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Shahidi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Irfanul Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Momen</surname></persName>
		</author>
		<idno type="DOI">10.1109/STI47673.2019.9068096</idno>
	</analytic>
	<monogr>
		<title level="m">International Conference on Sustainable Technologies for Industry 4.0 (STI)</title>
				<meeting><address><addrLine>Dhaka, Bangladesh</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Plant Leaf Disease Detection using Machine Learning</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Tulshan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Raul</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICCCNT45670.2019.8944556</idno>
	</analytic>
	<monogr>
		<title level="m">10th International Conference on Computing, Communication and Networking Technologies (ICCCNT)</title>
				<meeting><address><addrLine>Kanpur, India</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Plant disease detection using image processing and machine learning</title>
		<author>
			<persName><forename type="first">P</forename><surname>Kulkarni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karwande</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kolhe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kamble</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wyawahare</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2106.10698</idno>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Toward Generalization of Deep Learning-Based Plant Disease Identification Under Controlled and Field Conditions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ahmad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Gamal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Saraswat</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2023.3240100</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="9042" to="9057" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Real-Time Plant Health Detection Using Deep Convolutional Neural Networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Khalid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Sarfraz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Iqbal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">U</forename><surname>Aftab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Niedbała</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">T</forename><surname>Rauf</surname></persName>
		</author>
		<idno type="DOI">10.3390/agriculture13020510</idno>
		<ptr target="https://doi.org/10.3390/agriculture13020510" />
	</analytic>
	<monogr>
		<title level="j">Agriculture</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">510</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Cardamom Plant Disease Detection Approach Using EfficientNetV2</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">C K</forename></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C D</forename></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Patil</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2021.3138920</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="789" to="804" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<title level="m" type="main">Transfer Learning-Based Plant Disease Detection</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sumalatha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Rao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Singothu</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">10</biblScope>
			<pubPlace>IJIEMR; Lucknow, India</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Deep transfer learning based rice plant disease detection model</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Narmadha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sengottaiyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Kavitha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Intelligent Automation &amp; Soft Computing</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="1257" to="1271" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">A Five Convolutional Layer Deep Convolutional Neural Network for Plant Leaf Disease Detection</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Pandian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Kanchanadevi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">D</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Jasińska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Goňo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Leonowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jasiński</surname></persName>
		</author>
		<idno type="DOI">10.3390/electronics11081266</idno>
		<ptr target="https://doi.org/10.3390/electronics11081266" />
	</analytic>
	<monogr>
		<title level="j">Electronics</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page">1266</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
