82 research outputs found

    Machine Learning-Based Algorithms for the Detection of Leaf Disease in Agriculture Crops

    Get PDF
    Identifying plant leaves early on is key to preventing catastrophic outbreaks. An important studyarea is automatic disease detection in plants. Fungi, bacteria, and viruses are the main culprits in most plantillnesses. The process of choosing a classification method is always challenging because the quality of the results can differ depending on the input data. K-Nearest Neighbor Classifier (KNN), Probabilistic NeuralNetwork (PNN), Genetic Algorithm, Support Vector Machine (SVM) and Principal Component Analysis,Artificial Neural Network (ANN), and Fuzzy Logic are a few examples of diverse classification algorithms.Classifications of plant leaf diseases have many uses in a variety of industries, including agriculture andbiological research. Presymptomatic diagnosis and crop health information can aid in the ability to managepathogens through proper management approaches. Convolutional neural networks (CNNs) are the mostwidely used DL models for computer vision issues since they have proven to be very effective in tasks likepicture categorization, object detection, image segmentation, etc. The experimental findings demonstrate theproposed model's superior performance to pre-trained models such as VGG16 and InceptionV3. The range ofcategorization accuracy is 76% to 100%, based on

    Cotton Plants Diseases Detection Using CNN

    Get PDF
    Identifying cotton infections is a major problem that often requires expert assistance in determining and treating the disease. This investigation aims to create a sophisticated learning model that can tell a plant's illness apart from images of its leaves. Convolution Brain Organization is used to do move training to complete deep learning. For the dataset used, this method produced outcomes for a given state of quality. The main goal is to offer this approach to as many individuals as is realistically expected while reducing the cost of professional aid in identifying cotton plant diseases. The ability to recognize and understand items from photographs has been made possible by rapid advancements in deep learning (DL) techniques

    Effective Approaches for Improving the Efficiency of Deep Convolutional Neural Networks for Image Classification

    Get PDF
    Aquesta tesi presenta dos mètodes per reduir el nombre de paràmetres i càlculs de punt flotant a arquitectures DCNN utilitzades amb classificació d'imatges. El primer mètode és una modificació de les primeres capes d‟una DCNN que divideix els canals d‟una imatge codificada amb l‟espai de color CIE Lab en dos camins separats, un per al canal acromàtic i un altre per a la resta de canals cromàtics. Modifiquem una arquitectura Inception V3 per incloure una branca específica per a dades acromàtiques (canal L) i una altra branca específica per a dades cromàtiques (canals AB). Aquesta modificació aprofita el desacoblament de la informació cromàtica i acromàtica. A més, la divisió de branques redueix el nombre de paràmetres entrenables i la càrrega de càlcul fins a un 50% de les xifres originals a les capes modificades. Vam aconseguir una state-of-the-art precisió classificació de 99,48% a Plant Village. També trobem una millor fiabilitat en la classificació d'imatges quan les imatges d'entrada contenen soroll. A les DCNNs, el recompte de paràmetres en convolucions puntuals creix ràpidament a causa de la multiplicació dels filtres i canals dentrada de la capa anterior. Per gestionar aquest creixement, el segon mètode d'optimització fa que les convolucions puntuals tinguin pocs paràmetres mitjançant l'ús de branques paral·leles, on cada branca conté un grup de filtres i processa una fracció dels canals d'entrada. Per evitar degradar la capacitat daprenentatge de les DCNN, proposem intercalar la sortida dels filtres de branques paral·leles en capes intermèdies de convolucions puntuals successives. Provem la nostra optimització en un EfficientNet-B0 com a arquitectura de referència i realitzem proves de classificació als conjunts de dades CIFAR-10, Histologia del càncer colorectal i Malària. Per a cada conjunt de dades, la nostra optimització aconsegueix un estalvi del 76%, 89% i 91% de la quantitat de paràmetres entrenables de EfficientNet-B0, mantenint la precisió de classificació.Esta tesis presenta dos métodos para reducir el número de parámetros y cálculos de punto flotante en arquitecturas DCNN utilizadas con clasificación de imágenes. El primer método es una modificación de las primeras capas de una DCNN que divide los canales de una imagen codificada con el espacio de color CIE Lab en dos caminos separados, uno para el canal acromático y otro para el resto de canales cromáticos. Modificamos una arquitectura Inception V3 para incluir una rama específica para datos acromáticos (canal L) y otra rama específica para datos cromáticos (canales AB). Esta modificación aprovecha el desacoplamiento de la información cromática y acromática. Además, la división de ramas reduce el número de parámetros entrenables y la carga de cálculo hasta en un 50% de las cifras originales en las capas modificadas. Logramos una state-of-the-art precisión clasificación de 99,48% en Plant Village. También encontramos una mejor confiabilidad en la clasificación de imágenes cuando las imágenes de entrada contienen ruido. En las DCNNs, el conteo de parámetros en convoluciones puntuales crece rápidamente debido a la multiplicación de los filtros y canales de entrada de la capa anterior. Para manejar este crecimiento, el segundo método de optimización hace que las convoluciones puntuales tengan pocos parametros mediante el empleo de ramas paralelas, donde cada rama contiene un grupo de filtros y procesa una fracción de los canales de entrada. Para evitar degradar la capacidad de aprendizaje de las DCNN, proponemos intercalar la salida de los filtros de ramas paralelas en capas intermedias de convoluciones puntuales sucesivas. Probamos nuestra optimización en un EfficientNet-B0 como arquitectura de referencia y realizamos pruebas de clasificación en los conjuntos de datos CIFAR-10, Histología del cáncer colorrectal y Malaria. Para cada conjunto de datos, nuestra optimización logra un ahorro del 76 %, 89 % y 91 % de la cantidad de parámetros entrenables de EfficientNet-B0, manteniendo la precisión de clasificación.This thesis presents two methods for reducing the number of parameters and floating-point computations in existing DCNN architectures used with image classification. The first method is a modification of the first layers of a DCNN that splits the channels of an image encoded with CIE Lab color space in two separate paths, one for the achromatic channel and another for the remaining chromatic channels. We modified an Inception V3 architecture to include one branch specific for achromatic data (L channel) and another branch specific for chromatic data (AB channels). This modification takes advantage of the decoupling of chromatic and achromatic information. Besides, splitting branches reduces the number of trainable parameters and computation load by up to 50% of the original figures in the modified layers. We achieved a state-of-the-art classification accuracy of 99.48% on the Plant Village dataset. This two-branch method improves image classification reliability when the input images contain noise. In DCNNs, the parameter count in pointwise convolutions quickly grows due to the multiplication of the filters and input channels from the preceding layer. To handle this growth, the second optimization method makes pointwise convolutions parameter-efficient via parallel branching. Each branch contains a group of filters and processes a fraction of the input channels. To avoid degrading the learning capability of DCNNs, we propose interleaving the filters' output from separate branches at intermediate layers of successive pointwise convolutions. We tested our optimization on an EfficientNet-B0 as a baseline architecture and made classification tests on the CIFAR-10, Colorectal Cancer Histology, and Malaria datasets. For each dataset, our optimization saves 76%, 89%, and 91% of the number of trainable parameters of EfficientNet-B0, while keeping its test classification accuracy

    Image based Chili Crop Disease Prediction Using Deep Transfer Learning

    Get PDF
    Crop diseases have a terrible impact on food protection and can result in considerable reductions in both the supply and quality of agricultural products. Human professional have traditionally been relying on to diagnose crop diseases caused by insects, pests, virus, bacteria, fungal, inadequate nutrition, or adverse environmental conditions. This, however, is costly, time demanding, and in some situations unworkable. Thus, in the area of agricultural information, the automatic identification of crop diseases is significantly required. Many strategies have been presented to solve this challenge, with deep learning becoming as the preferred approach due to its outstanding performance.This research describes a method for detecting chili leaf diseases using a deep convolutional neural network. We compared performances of four architectures: MobileNet, Inception-ResnetV2, EfficientNetB0, and DenseNet. The proposed approach evaluated the findings using measures such as accuracy, loss and time. Our model compares favorably to EfficientNetB0 with an accuracy of 0.995, a loss of 0.023, and time is 5 minutes 45 seconds. EfficientNetB0, a compact deep learning architecture has fine tuned to classify two forms of chili leaf diseases. The method was tested on 2475 photos from the Plant Village dataset
    corecore