Enset
Enset
Institute of Technology
Hachalu Hundessa Campus
School of Informatics and Electrical Engineering
Department of Computer Science
Research Methods in Computer Science
Abstract
Enset is a monocarpic perennial crop which belongs to the Schistaminae order and the
Musaceae family. Enset is a key food security crop in Southern Ethiopia, where
almost 20 million people rely on it for survival. One of the most difficult aspects of
Enset production is the necessity for precise and early diagnosis of its diseases. Plant
leaf diseases and destructive pests are a major challenge in Enset production. Limited
amount of research has been conducted to automate Enset disease detection. The
studies conducted were concentrated on bacterial wilt disease detection, the detection
of Enset mealybug pests is a forgotten subject but it is a major constraint on Enset
production. This thesis looks into the use of deep learning to detect bacterial wilt
disease and Enset mealybug pest, where data obtained is small and collected under
minimally controlled conditions. We employed data augmentation to get over the
limits of the dataset size. The proposed approach is divided into four stages. The
initial part entails gathering healthy and diseased Enset images with the support of
agricultural experts, from various farms and research institutes. Then image
processing tasks, such as resizing and segmentation are applied on the collected
dataset in order to get an enhanced (simpler) image and to extract region of interest
from the dataset images. The next step was to design a convolutional neural network
that can categorize a given image as healthy, bacterial wilt or mealybug. Finally,
using the collected dataset, the created CNN model was trained and evaluated, and it
is compared to the state-of-the-art pre-trained convolutional neural network models:
AlexNet, ResNet50, Inceptionv3, DenseNet201, VGG16 and EfficientNetB3. The
proposed approach was implemented using google Collaboratory or "Colab" for short.
To detect and classify Enset diseases, the model has an accuracy of 99.68% for
training and 98.87% for testing. We offer the most effective method for segmenting
only the ROI section of Enset leaves. Sigatoka, leaf speckle, and cordana are some of
the other diseases found in Enset. Due to a lack of data, we were only able to detect
healthy, bacterial wilt, and root mealybug in this research. As a result, we urge that
the aforesaid diseases be detected in future studies.
Introduction
Enset, also known as the "false banana," is a staple food crop in Ethiopia. Enset leaf
diseases are a major concern for farmers as they can significantly reduce crop yield
and quality. To address this issue, researchers have been exploring the use of transfer
learning approaches for the classification of enset leaf diseases.
Transfer learning involves using a pre-trained deep learning model and fine-tuning it
on a new, smaller dataset. In the context of enset leaf disease classification,
researchers can leverage pre-trained models that have been trained on large image
datasets and then re-train them on a dataset of enset leaf disease images.
By using transfer learning, researchers can take advantage of the knowledge and
feature representations learned by the pre-trained model, which can help improve the
performance of the model on the new task of enset leaf disease classification. This
approach can be particularly useful when working with limited training data, as is
often the case in agricultural contexts.
Overall, transfer learning offers a promising approach for developing accurate and
efficient classification models for enset leaf diseases, which can ultimately help
farmers better manage and protect their crops.
literature review
The plant is known for its versatility, as nearly all parts of the enset plant are utilized
for various purposes, including food, fiber, and construction materials.
Despite its resilience to harsh environmental conditions, enset is susceptible to various
leaf diseases, which can have detrimental effects on both crop yield and quality. Enset
leaf diseases, caused by pathogens such as fungi, bacteria, and viruses, can lead to
significant economic losses for farmers and threaten food security in affected regions.
The identification and timely management of these diseases are essential to mitigate
their impact on enset production.
Accurate classification of enset leaf diseases is critical for effective disease
management strategies. Early detection and classification allow farmers to implement
targeted interventions, such as applying appropriate fungicides or adopting cultural
practices that can help control the spread of diseases. Additionally, precise disease
classification enables researchers and agricultural experts to study the epidemiology
of these diseases, develop resistant cultivars, and contribute to sustainable enset
cultivation practices
Overview of some key enset leaf diseases:
1. Bacterial Wilt (Xanthomonas campestris pv. musacearum):
Characteristics: Yellowing and wilting of leaves from top down, oozing of bacterial
gum from petioles, brown discoloration of vascular bundles.
Impact: Can cause complete destruction of plants and yield losses of up to 100%. It's
the most devastating enset disease.
2. Sigatoka (Mycosphaerella musae):
Characteristics: Yellow or brown leaf streaks, sometimes with black flecks, leaf
curling and drying. Exists in two forms: Black Sigatoka (more severe) and Yellow
Sigatoka.
Impact: Reduces photosynthetic area, leading to yield losses of 20-50%. Black
Sigatoka can lead to plant death.
3. Leaf Speckle (Cercospora sp.):
Characteristics: Small, round leaf spots with brown or purple centers and yellow
halos.
Impact: Lower yield due to reduced photosynthesis, but less severe than other
diseases.
4. Cordana Leaf Spot (Cordana musae):
Characteristics: Grayish-brown, circular leaf spots with darker margins.
Impact: Can cause defoliation and reduce yield, but typically less severe than
Sigatoka or Bacterial Wilt.
Challenges Associated with Traditional Methods of Disease Detection and
Classification
Challenge: Relies on human observation, which may not be accurate or timely. Early
stages of diseases may go unnoticed, leading to delayed intervention.
Symptom Similarity:Some enset leaf diseases exhibit similar symptoms, making it
challenging to distinguish between them based solely on visual inspection.
Labor-Intensive;Traditional methods often involve labor-intensive field surveys,
which can be time-consuming and impractical for large-scale monitoring.
Dependency on Expertise;Disease identification traditionally relies on the expertise
of trained plant pathologists, limiting the scalability and accessibility of the process.
Limited Coverage:Traditional methods may only cover specific areas, leaving gaps in
disease monitoring and increasing the risk of undetected outbreaks.
Weather Dependency: Weather conditions can impact the effectiveness of traditional
methods, especially in regions with unpredictable rainfall or other environmental
factors.
Importance of Improved Disease Detection and Classification:
Accurate and timely disease detection is crucial for implementing effective
management strategies. Emerging technologies, such as machine learning and transfer
learning approaches, offer the potential to enhance the speed and accuracy of enset
leaf disease classification, providing valuable tools for farmers and researchers to
mitigate the impact of diseases on crop yield.Enset, a crucial food source for millions
in Ethiopia, faces a constant threat from various leaf diseases. Accurately classifying
these diseases is vital for timely interventions and ensuring crop yield. Thankfully,
researchers have developed specialized datasets to aid in this fight. Here's a peek into
some noteworthy examples:
1. The Enset Bacterial Wilt (EnBW) Image Dataset:
Created by: The International Institute of Tropical Agriculture (IITA) and the
University of Bonn.
Focus: Bacterial wilt, the most devastating enset disease.
Content: Over 20,000 labeled images of enset leaves showcasing various stages and
severities of bacterial wilt symptoms. High-resolution images captured under
standardized conditions, facilitating accurate disease identification and analysis.
Impact: Used to train machine learning models for automated disease detection,
potentially revolutionizing early diagnosis and control measures.
2. The ENSET-SIGATOKA Image Dataset:
Created by: The Food and Agriculture Organization of the United Nations (FAO) and
the Ethiopian Institute of Agricultural Research (EIAR).
Focus: Sigatoka disease, another significant yield-reducing threat.
Content: Over 16,000 labeled images of enset leaves exhibiting different types and
severities of Sigatoka symptoms.
Characteristics: Diverse image set capturing variations in lighting, leaf age, and
disease progression, ensuring robustness of trained models.
Impact: Supports the development of smartphone-based diagnostic tools,
empowering farmers to identify Sigatoka early and implement effective management
strategies.