169 research outputs found

    Grape leaf image disease classification using CNN-VGG16 model

    Get PDF
    Penelitian ini bertujuan melakukan klasifikasi citra penyakit pada daun anggur dengan menggunakan pengolahan citra. Proses pengolahan citra berupa segmentasi menggunakan algoritme k-means clustering dan proses ekstraksi fitur dengan menggunakan teknik transfer learning VGG16 serta klasifikasi menggunakan CNN. Dataset diambil dari Kaggle sejumlah 4000 citra daun anggur untuk empat kelas, yaitu daun dengan campak hitam, bercak daun, daun sehat, dan hawar daun. Citra dari Google sejumlah 100 gambar juga digunakan sebagai data uji di luar dataset. Hasil dari penelitian ini diperoleh akurasi pelatihan model CNN sebesar 99,50 %. Pengujian dengan menggunakan data uji menghasilkan akurasi sebesar 97,25 % sedangkan dengan menggunakan data citra uji di luar dataset diperoleh hasil akurasi sebesar 95 %. Metode pengolahan citra yang dirancang diharapkan dapat diterapkan dalam merancang sistem untuk melakukan identifikasi dan klasifikasi citra penyakit pada daun anggur.This study aims to classify the disease image on grape leaves using image processing. The segmentation uses the k-means clustering algorithm, the feature extraction process uses the VGG16 transfer learning technique, and the classification uses CNN. The dataset is from Kaggle of 4000 grape leaf images for four classes: leaves with black measles, leaf spot, healthy leaf, and blight. Google images of 100 pieces were also used as test data outside the dataset. The accuracy of the CNN model training is 99.50 %. The classification yields an accuracy of 97.25 % using the test data, while using test image data outside the dataset obtains an accuracy of 95 %. The designed image processing method can be applied to identify and classify disease images on grape leaves

    Transfer Learning Models Used in the Classification of Plant Leaves Disease: A Review

    Get PDF
    In many countries around the world, agriculture plays a crucial role due to rapid population growth and the resulting increasing demand for food. Therefore, there is an urgent need to improve crop quality, which has a clear impact on increasing the economic and financial growth of farmers. Important factors contributing to the decline in crop quality are diseases caused by bacteria, viruses, fungi and other agricultural pests. The impact of these diseases can be mitigated using plant disease detection techniques based on artificial intelligence techniques. Transfer learning models in such cases are particularly useful for early identification and detection of these diseases, as they are specifically data-centric and prioritize specific outcomes related to the task at hand. This study provides a comprehensive overview of the different stages of the general plant disease detection system and a comparative analysis of the temporal model used to classify plant diseases. This analysis aims to enhance agricultural economic growth and provide tangible benefits to farmers and agricultural businesses, which have a direct impact on the financial and economic income of countries

    TOMATO DISEASE DETECTION MODEL BASED ON DENSENET AND TRANSFER LEARNING

    Get PDF
    Plant diseases are a foremost risk to the safety of food. They have the potential to significantly reduce agricultural products quality and quantity. In agriculture sectors, it is the most prominent challenge to recognize plant diseases. In computer vision, the Convolutional Neural Network (CNN) produces good results when solving image classification tasks. For plant disease diagnosis, many deep learning architectures have been applied. This paper introduces a transfer learning based model for detecting tomato leaf diseases. This study proposes a model of DenseNet201 as a transfer learning-based model and CNN classifier. A comparison study between four deep learning models (VGG16, Inception V3, ResNet152V2 and DenseNet201) done in order to determine the best accuracy in using transfer learning in plant disease detection. The used images dataset contains 22930 photos of tomato leaves in 10 different classes, 9 disorders and one healthy class. In our experimental, the results shows that the proposed model achieves the highest training accuracy of 99.84% and validation accuracy of 99.30%

    Deep Learning for Plant Identification and Disease Classification from Leaf Images: Multi-prediction Approaches

    Full text link
    Deep learning plays an important role in modern agriculture, especially in plant pathology using leaf images where convolutional neural networks (CNN) are attracting a lot of attention. While numerous reviews have explored the applications of deep learning within this research domain, there remains a notable absence of an empirical study to offer insightful comparisons due to the employment of varied datasets in the evaluation. Furthermore, a majority of these approaches tend to address the problem as a singular prediction task, overlooking the multifaceted nature of predicting various aspects of plant species and disease types. Lastly, there is an evident need for a more profound consideration of the semantic relationships that underlie plant species and disease types. In this paper, we start our study by surveying current deep learning approaches for plant identification and disease classification. We categorise the approaches into multi-model, multi-label, multi-output, and multi-task, in which different backbone CNNs can be employed. Furthermore, based on the survey of existing approaches in plant pathology and the study of available approaches in machine learning, we propose a new model named Generalised Stacking Multi-output CNN (GSMo-CNN). To investigate the effectiveness of different backbone CNNs and learning approaches, we conduct an intensive experiment on three benchmark datasets Plant Village, Plant Leaves, and PlantDoc. The experimental results demonstrate that InceptionV3 can be a good choice for a backbone CNN as its performance is better than AlexNet, VGG16, ResNet101, EfficientNet, MobileNet, and a custom CNN developed by us. Interestingly, empirical results support the hypothesis that using a single model can be comparable or better than using two models. Finally, we show that the proposed GSMo-CNN achieves state-of-the-art performance on three benchmark datasets.Comment: Jianping and Son are joint first authors (equal contribution

    A survey of detecting leaf diseases using machine learning and deep learning in various crops

    Get PDF
    For agricultural productivity and food security to be guaranteed, early detection and treatment of illnesses are crucial. Machine learning (ML) and deep learning (DL) approaches can be used to precisely and successfully identify plant leaf diseases. A heterogeneous dataset comprising photos of both healthy and diseased leaves such as bacterial blights, fungal infections, and viral manifestations provides the foundation for the model building and training. Accuracy, precision, recall, and F1-score are the measures used to assess the model's performance. ML techniques are helpful in the identification and extraction of pertinent information from plant leaf pictures, whereas DL techniques in general, and convolutional neural networks (CNN), in particular, are remarkable at learning complex hierarchical representations. Therefore, DL architectures like CNN are utilized in conjunction with ML approaches like support vector machines (SVM), decision trees, and random forests to extract complicated patterns and attributes from leaf pictures. This research provides an extensive analysis of the performance and application of DL and ML approaches recently applied to the early identification of leaf diseases in different crops

    Comprehensive Review on Automated Fruit Disease Detection at Early Stage

    Get PDF
    Fruits are now cultivated in many different countries, which has increased global fruit output to 2,914.27 thousand tons. Numerous countries want to increase their fruit production in the next years, thus the number of countries producing fruits is expected to keep growing. But despite this, a variety of challenges and problems are still experienced while growing crops. These include problems with the fruit's general quality, the cost of manufacturing, the state of the seed, and the fruit's own illness. The main causes of fruit diseases' detrimental impacts are microbes and fungus. Early fruit disease detection is used to foresee fruit disease, which helps farmers save money by lowering the amount of capital they have to spend. To stop fruit illnesses in their early stages, it is crucial to figure out the best way to identify fruit infections. Many studies on a variety of fruits, including the papaya, apple, mango, olive, kiwifruit, orange, etc., have employed deep learning approaches. This study compares several ways for image capture, pre-processing, and segmentation as well as deep learning techniques. The study discovered that the best deep learning strategy for a particular collection of data may change depending on the system's computational power and the data being used. The results of this study show that a convolution neural network is more accurate and can predict a wide range of fruit diseases

    Crop leaf disease detection and classification using machine learning and deep learning algorithms by visual symptoms: a review

    Get PDF
    A Quick and precise crop leaf disease detection is important to increasing agricultural yield in a sustainable manner. We present a comprehensive overview of recent research in the field of crop leaf disease prediction using image processing (IP), machine learning (ML) and deep learning (DL) techniques in this paper. Using these techniques, crop leaf disease prediction made it possible to get notable accuracies. This article presents a survey of research papers that presented the various methodologies, analyzes them in terms of the dataset, number of images, number of classes, algorithms used, convolutional neural networks (CNN) models employed, and overall performance achieved. Then, suggestions are prepared on the most appropriate algorithms to deploy in standard, mobile/embedded systems, Drones, Robots and unmanned aerial vehicles (UAV). We discussed the performance measures used and listed some of the limitations and future works that requires to be focus on, to extend real time automated crop leaf disease detection system

    VotTomNet: Voting-based tomato disease diagnosis with transfer learning

    Get PDF
    The research presents an advanced automation system, termed VotTomNet, designed for diagnosing tomato leaf diseases using transfer learning, and soft and hard voting ensemble techniques. By leveraging six pre-trained deep learning convolutional neural networks—VGG16, InceptionNet, ResNet, MobileNet, EfficientNet, and DenseNet—the system achieved an impressive accuracy of 99.2%. These models were meticulously fine-tuned to diagnose multiple types of tomato diseases with heightened precision. The integration of a soft and hard voting mechanism further enhanced the overall diagnostic accuracy by combining the strengths of these diverse models into a powerful ensemble. The findings underscore the robustness, reliability, and effectiveness of this ensemble technique, marking a significant advancement in precision agriculture and crop health assessment. By outperforming traditional methods, this approach offers a more practical and efficient solution for large-scale agricultural applications, enabling comprehensive crop management and improved yield. In conclusion, this research lays a strong foundation for future innovations in automated plant disease diagnosis and agricultural technology. Its contributions have the potential to revolutionize disease management, reduce crop losses, and ultimately enhance food security on a global scale

    Methods for Detecting and Classifying Weeds, Diseases and Fruits Using AI to Improve the Sustainability of Agricultural Crops: A Review

    Get PDF
    The rapid growth of the world’s population has put significant pressure on agriculture to meet the increasing demand for food. In this context, agriculture faces multiple challenges, one of which is weed management. While herbicides have traditionally been used to control weed growth, their excessive and random use can lead to environmental pollution and herbicide resistance. To address these challenges, in the agricultural industry, deep learning models have become a possible tool for decision-making by using massive amounts of information collected from smart farm sensors. However, agriculture’s varied environments pose a challenge to testing and adopting new technology effectively. This study reviews recent advances in deep learning models and methods for detecting and classifying weeds to improve the sustainability of agricultural crops. The study compares performance metrics such as recall, accuracy, F1-Score, and precision, and highlights the adoption of novel techniques, such as attention mechanisms, single-stage detection models, and new lightweight models, which can enhance the model’s performance. The use of deep learning methods in weed detection and classification has shown great potential in improving crop yields and reducing adverse environmental impacts of agriculture. The reduction in herbicide use can prevent pollution of water, food, land, and the ecosystem and avoid the resistance of weeds to chemicals. This can help mitigate and adapt to climate change by minimizing agriculture’s environmental impact and improving the sustainability of the agricultural sector. In addition to discussing recent advances, this study also highlights the challenges faced in adopting new technology in agriculture and proposes novel techniques to enhance the performance of deep learning models. The study provides valuable insights into the latest advances and challenges in process systems engineering and technology for agricultural activities.The work is supported by the R&D Project BioDAgro—Sistema operacional inteligente de informação e suporte á decisão em AgroBiodiversidade, project PD20-00011, promoted by Fundação La Caixa and Fundação para a Ciência e a Tecnologia, taking place at the C-MAST—Centre for Mechanical and Aerospace Sciences and Technology, Department of Electromechanical Engineering of the University of Beira Interior, Covilhã, Portugal.info:eu-repo/semantics/publishedVersio

    Review of the State of the Art of Transfer Learning for Plant Leaf Diseases Detection

    Get PDF
    Plant leaf diseases can have a significantly negative influence on the quantity and quality of agricultural cultivation, as well as the safety of food production. Plant leaf diseases could potentially entirely prevent the harvest of grains in some situations. Therefore, it is extremely important from a pragmatic standpoint to look for quick, automatic, cheap, and accurate ways to detect plant leaf diseases. One of the well-known plant leaf disease detection approaches is deep learning. Deep learning has several drawbacks as a result of the huge amount of data required to train the network. When a dataset has inadequate photographs, performance falls. An approach called "Transfer Learning" is an extensively used method for addressing the shortcomings of a small dataset, the length of the training process, and improving the performance of the model. In this study, we investigated transfer learning for deep CNNs to improve the learning capability to recognize leaf disease. This survey focuses on categorizing and analyzing the recent developments in transfer learning for Deep CNN situations to enhance learning performance by reducing the need for extensive training data collecting
    • …
    corecore