Group 2
Group 2
Submission date:19/01/2024
Submitted to:Mrs.Lelise
A Deep Learning Approach for Teff Leaf Disease
Classification
Abstract
Tef is often considered as a relatively healthy crop since it suffers very little from
epidemics of pests including diseases as compared to most other cereal crops grown in
the country (Ketema, 1993, Assefa et al., 2011, Assefa and Chanyalew, 2018; Chanyalew
et al., 2019). This has, amongst others, been due to the fact that the crop species being an
indigenous ancient crop originated and domesticated in Ethiopia before the Semetic
invasion of 4000-1000 BC (Ponti, 1978), it has coevolved with the pathogens and other
pests over the millennia of its cultivation (Badebo, 2013).
A comprehensive review of the pathological research on tef was made first by Amogne et
al. (2001) and later on by Badebo (2013). The main objective of this topic is to give a
summary of the body of knowledge, information, and innovation on teff diseases and
their management in Ethiopia.
This study gives the body of knowledge and information available to date on the biology,
distribution, significance, and management of the major diseases of tef in Ethiopia. To
this effect, the fisrt section presents an inventory of the diseases so far known and
recorded in teff in Ethiopia. The subsequent sections focus on description, symptoms,
spore characters, yield losses and management options of five important teff diseases
including teff rust (Uromyces eragrostidis), head smudge (Helminthosporium miyakei),
smut sp., zonate eye spot (Helminthosporium giganteum), and damping off. Accounts are
also made of recently emerging diseases such as blast and smut. Finally, it is concluded
by giving summarized highlights of the diseases and recommendations on the future
directions for the management of the diseases.
Keywords: Teff leaf Disease, Convolutional Neural Networks, Crop Viral Strains,
Artificial Intelligence
1. Introduction
Teff is a regular meal in the tropics that enriches the body with carbohydrates, or energy,
for over 200 million people. Teff produces more carbs per hectare than the major cereal
plants that can be cultivated at a cheaper cost. Teff also thrives under less-than-ideal
conditions: It may be stored underground for several months after maturation and is
tolerant of soil infertility and drought stress (Taiwo, 2006). Teff is planted in almost
every African country between 30° north and 30° south of the equator; however, it is
mostly grown in regions of humid tropics, although they can grow with minimal
agronomic inputs on low-nutrient soils. It can withstand drought and adapts well to
traditional mixed-cropping farming methods. It's simple to cultivate and propagate,
produces a lot of leaves per acre, and grows quickly (Ufuan Achidi et al., 2005). Protein,
vitamins, and minerals are abundant in Teff leaves. Teff leaves are consumed to varying
degrees in Africa's Teff-growing regions, and in some countries, they represent a key part
of the diet. Teff is grown in a variety of environmental and climatic circumstances on a
small, medium, and large scale across Africa, adding to food security and industrial
crops.
However, the main struggle known to Teff is grown almost in all regions of the country
as sole crop, mixed crop, relay crop, or in rotation with several types of crops in both
Belg (short rainy season February to May) and meher (long rainy season June to
September) seasons. It is also produced as irrigated crop in some areas. In these
production systems, teff is infected by about 25 fungal diseases and three pathogenic
nematodes (Bekele (1986), Amogne et al. (2001), (Table 1)). The composition of the
fungal species suggests that tef is attacked by different species at the seed, seedling,
vegetative, and reproductive stages as well as stored grains. However, only few of these
diseases occasionally cause economic yield losses.
Among the fungal diseases, zonate eye spot (Helminthosporium giganteum), smut, and
leaf blast are recent records(Ashenafi et. al, 2018). In the past the fungus Darluca filum
(B.V. ex Fr) Cast. (Eudarluca caricis (Biv). O. E Eriskss (teleomorph) was reported as
causative agent of disease in teff; however, this fungus is a mycoparasite of cereal rust-
fungi. Bacterial and viral diseases are not known in teff.
For tef rust (Uromyces eragrostidis), head smudge (Helminthosporium miyakei), smut
sp., Damping off, and zonate eye spot (Helminthosporium giganteum) brief description
symptoms and spore character and management options are given.
2. Objective
2.1. General Objective
This study aims to develop a CNN technique for Teff leaf disease diagnosis.
2.2. Specific Object
The aim of this study was achieved with the following objectives:
i. To obtain the Teff leaf dataset and preprocess the dataset.
ii. To design a CNN framework for the identification and classification of Teff leaf
disease.
iii. To develop a CNN model for the identification and classification of Teff leaf
disease.
3. Related Works
S/N Author Dataset Name Application Accuracy Training
% Models
5 (Chebet et al., Plant leaf Images Plant disease 99.75 VGG 16,
2018) ((Hughes & Salathe, identification Inception V4,
2015) ResNet and
DenseNets
4. Methodology
This research work involves using deep learning techniques for the diagnosis of teff leaf
disease. The proposed conceptual framework was implemented using Deep
Convolutional Neural Networks, and feature extractions were executed to minimize the
initial raw set of data to a manageable group for processing because features that are
improperly selected will hurt our model. The proof of concept was evaluated using
standard machine learning evaluation techniques such as accuracy, precision, recall and
F1Score.
Healthy 0
Figure Error! No text of specified style in document.: Sample Image of the dataset
containing the
𝑦̃ = 𝜆𝑦𝑖 + (1 − 𝜆) 1.2
where 𝑥𝑖, 𝑥𝑗 are the raw input data and 𝑦𝑖, 𝑦𝑗 are the one-hot label encodings. The [0, 1]
range of values that are sampled from the lambda distribution are the lambda values.
In detecting Teff leaf disease, the proposed model is interested in finding a function 𝑓 ∈
𝐹 that describes the relationship between a feature in the dataset 𝑋 and the target class 𝑌,
which follows the joint distribution (𝑋, 𝑌). The loss function 𝑙𝑓 was defined, which was
used to penalise the differences between predictions (𝑥) and the actual target 𝑦, for
instance, (𝑥, 𝑦)~𝑃. Then, the model minimizes the average of the loss function 𝑙𝑓 over the
data distribution 𝑃, also known as the expected risk:
The distribution 𝑃 of the training dataset , where (𝑥𝑖, 𝑦𝑖)~𝑃 for all 𝑖 = 1,
… , 𝑛 Using the training data 𝑇𝑑, the distribution 𝑃 may be approximated by the
empirical distribution in
Equation 1.4
where 𝛿(𝑥 = 𝑥𝑖, 𝑦 = 𝑦𝑖) is a mass centred at (𝑥𝑖, 𝑦𝑖), which can be used to approximate the
expected risk by the empirical risk using the empirical distribution 𝑃𝛿.
i. A Cross-Entropy Loss with default parameters was utilized. ii. A learning rate of 1e-
4 with “ReduceLROnPlateau” scheduler based on average validation loss (mode=’min’,
factor=0.2, patience=5, eps=1e-6) was also adopted.
iii. Train augmentations from the Albumentations Python library were utilized. iv. A
RandomResizedCrop, Transpose, HorizontalFlip. VerticalFlip, ShiftScaleRotate, and
Normalize functions were also employed in reshaping the raw image data.
v. The MixUp hyperparameter technique was utilized to return a random index from
another image in the batch. This ensures that images from the most frequent class
(i.e., class 3 in the dataset) will always be mixed with an image from another class,
hence, ensuring that the other classes are more present in the training dataset.
Table 4 and Table 5 illustrate the raw image size, reshaped image size, the custom-
top-liner layer as well as the learning rate of the developed model.
Original Image Size Reshaped Image Size Custom-top-Liner Layer Learning Rate
800*600 512*512 384*384 1e-4 / 7
Table 5: Batch Size and N_Folds and Epochs of the Proposed Model
Batch Size Validation No. Labels N_Folds Batch Size Base Epochs
139*8 5 5 16 30
5.3 Benchmarking the CNN Model with the Existing models in Literature
The CNN model approach was benchmarked with state-of-the-art approaches and
models. The CNN model efficiency was investigated using performance accuracy. Table
10 and Figure 8 illustrate the performance accuracies obtained from state-of-the-art
techniques and the CNN model. Even though (Sangbamrung et al., 2020) Study
outperforms other studies in terms of accuracy, the CNN model outperforms this work
and gets a competitive accuracy result. Based on the outcomes of analyzing the proof of
concept, it can be concluded that the method used in this study is effective for
classifying and detecting Teff leaf disease picture collection. Table 10: Comparison
with state-of-the-art techniques
S/N Authors Model Model Performance (%)
1 (METLEK, 2021) ResNet50 85.4
2 (Methil et al., 2021) Efficient Net 85.64
3 (Zhuang, 2021) Vision transformer 90
4 (Ramcharan et al., 2017) CNN with Transfer 93
Learning
5 (Sambasivam & Opiyo, 2021) CNN 93
6 (Sangbamrung et al., 2020) R-CNN 96
7 Developed CNN Model CNN 97.28
6. Conclusion
Plant infections are a type of natural disaster that inhibits plants from growing and, in
the majority of cases, causes them to die. The risk of incorrectly identifying and
incorrectly classifying plant disease with a high error rate, as well as the labour-
intensive nature of identifying and classifying diseases using artificial eyes, led to the
proposed method of employing deep learning-based methods to identify plant illness.
This study implemented a fast Teff disease detection model. The main objective is the
development of a pre-trained deep learning model to detect Teff disease and reduced the
false positive rate. A secondary data source containing a total of 21,367 data images.
The data set was trained using the pre-trained network, and its performance was
analyzed using standard evaluation techniques. The result shows that the proposed
model achieved a prediction accuracy of 97.28 which outperformed existing models in
literature. The results indicate that the proposed model performed well in detecting Teff
disease and it is capable of diagnosing Teff leaf diseases. The implemented model will
be trained on the Nigeria Teff leaf dataset. The idea is to aid farmers in Nigeria improve
detect early plant diseases and improving their harvest rate.
References
Agarwal, M., Singh, A., Arjaria, S., Sinha, A., & Gupta, S. (2020). ScienceDirect
ToLeD : ToLeD : Tomato Tomato Leaf Leaf Disease Disease Detection Detection
using using Convolution
Convolution Neural Neural Network Network. Procedia Computer Science,
167(2019), 293– 301. https://doi.org/10.1016/j.procs.2020.03.225
Alom, M. Z., Taha, T. M., Yakopcic, C., Westberg, S., Sidike, P., Nasrin, M. S., Hasan,
M., Van Essen, B. C., Awwal, A. A. S., & Asari, V. K. (2019). A state-of-the-art
survey on deep learning theory and architectures. Electronics (Switzerland), 8(3).
https://doi.org/10.3390/electronics8030292