paper-with-me

Papers

On the Image-Based Detection of Tomato and Corn leaves Diseases : An in-depth comparative experiments

2023-12-14 · Affan Yasin, Rubia Fatima

The research introduces a novel plant disease detection model based on Convolutional Neural Networks (CNN) for plant image classification, marking a significant contribution to image categorization. The innovative training approach enables a streamlined and efficient system implementation. The model classifies two distinct plant diseases into four categories, presenting a novel technique for plant disease identification. In Experiment 1, Inception-V3, Dense-Net-121, ResNet-101-V2, and Xception models were employed for CNN training. The newly created plant disease image dataset includes 1963 tomato plant images and 7316 corn plant images from the PlantVillage dataset. Of these, 1374 tomato images and 5121 corn images were used for training, while 589 tomato images and 2195 corn images were used for testing/validation. Results indicate that the Xception model outperforms the other three models, yielding val_accuracy values of 95.08% and 92.21% for the tomato and corn datasets, with corresponding val_loss values of 0.3108 and 0.4204, respectively. In Experiment 2, CNN with Batch Normalization achieved disease detection rates of approximately 99.89% in the training set and val_accuracy values exceeding 97.52%, accompanied by a val_loss of 0.103. Experiment 3 employed a CNN architecture as the base model, introducing additional layers in Model 2, skip connections in Model 3, and regularizations in Model 4. Detailed experiment results and model efficiency are outlined in the paper's sub-section 1.5. Experiment 4 involved combining all corn and tomato images, utilizing various models, including MobileNet (val_accuracy=86.73%), EfficientNetB0 (val_accuracy=93.973%), Xception (val_accuracy=74.91%), InceptionResNetV2 (val_accuracy=31.03%), and CNN (59.79%). Additionally, our proposed model achieved a val_accuracy of 84.42%.

📄 PDF Abstract BibTeX arXiv:2312.08659

Code (0)

등록된 구현이 없습니다.

Tasks

Image Categorizationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Average Pooling 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
BASE 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

mart mobile application to recognize tomato leaf diseases using Convolutional Neural Networks

2019-07-22 · Azeddine Elhassouny, Florentin Smarandach

The automatic identification and diagnosis of tomato leaves diseases are highly desired in field of agriculture information. Recently Deep Convolutional Neural networks (CNN) has made tremendous advances in many fields, …

Image Classificationobject-detectionObject Detection

Aggrotech: Leveraging Deep Learning for Sustainable Tomato Disease Management

2025-01-21 · MD Mehraz Hosen, Md. Hasibul Islam

Tomato crop health plays a critical role in ensuring agricultural productivity and food security. Timely and accurate detection of diseases affecting tomato plants is vital for effective disease management. In this study…

Data AugmentationDeep LearningManagement

Development of an Improved Capsule-Yolo Network for Automatic Tomato Plant Disease Early Detection and Diagnosis

2025-07-03 · Idris Ochijenu, Monday Abutu Idakwo, Sani Felix arxiv

Like many countries, Nigeria is naturally endowed with fertile agricultural soil that supports large-scale tomato production. However, the prevalence of disease causing pathogens poses a significant threat to tomato heal…

Detection of Late Blight Disease in Tomato Leaf Using Image Processing Techniques

2023-05-31 · Muhammad Shoaib Farooq, Tabir Arif, Shamyla Riaz

=One of the most frequently farmed crops is the tomato crop. Late blight is the most prevalent tomato disease in the world, and often causes a significant reduction in the production of tomato crops. The importance of to…

Image SegmentationSemantic Segmentation

Real-time Plant Health Assessment Via Implementing Cloud-based Scalable Transfer Learning On AWS DeepLens

2020-09-09 · Asim Khan, Umair Nawaz, Anwaar Ulhaq, Randall W. Robinson

In the Agriculture sector, control of plant leaf diseases is crucial as it influences the quality and production of plant species with an impact on the economy of any country. Therefore, automated identification and clas…

ClassificationGeneral ClassificationTransfer Learning