The Classification of Tea Leaf Diseases Using Sift Feature Extraction of
Learning Vector Quantization Method with Support Vector Machine
Mutia Ulfa
1,2
, Rahmad Syah
1,2
and Muhathir
1,2
1
Informatics Depatrment, Faculty of Engineering, Universitas Medan Area, Medan, Indonesia
2
Excellent Centre of Innovations and New Science, Universitas Medan Area, Medan, Indonesia
Keywords:
Tea Leaf Diseases, Sift Feature Extraction, LVQ, SVM, Classification.
Abstract:
Productivity is highly dependent on healthy leaves, which are the main components of the product. However,
plants are very susceptible to all kinds of disturbances. One of these disturbances is a pest that causes disease
on tea leaves; the pest is helopeltis. is a type of pest that attacks young leaf shoots by piercing the part to be
attacked, and then the puncture mark from the razor will show symptoms in the form of irregular spots. Based
on the uniqueness of the damage pattern on the tea leaves, this study tested the classification of the types of tea
leaf diseases by comparing two methods, namely support vector machine and learning vector quantization, and
utilizing SIFT feature extraction. The level of accuracy produced by each method is 98% using the Support
Vector Machine method with 99% precision, 98% recall, and 98% F1-Score, and 94% using the Learning
Vector Quantization method with 96% precision, 94% recall, and 96% F1-Score.
1 INTRODUCTION
Artificial Neural Network (ANN), i.e., the model used
in problem solving to make decisions based on the
training provided (Cervantes et al., 2020), The ANN
concept is visible in the ANN working model, specif-
ically in the layer results and node output. ANN was
created to solve problems such as learning process
classification and pattern recognition. Backpropaga-
tion (slow training time, fast execution time), Boltz-
man (slow training and execution time), learning vec-
tor quantization (fast training and execution time),
and Hopfield are all monitored methods in ANN (fast
training time and moderate execution time). Based on
this method, it is clear that it has significant advan-
tages over the Learning Vector Quantization (LVQ)
method (Chen et al., 2021).
Learning Vector Quantization (LVQ) is a classifi-
cation method that uses a supervised layer for train-
ing. This layer can classify input vectors that are pro-
vided automatically. Some of the input vectors have
close weight values, so these weights will connect the
input layer with the competitive layer, which is the
layer that produces classes that are connected to the
output layer via the activation function. The LVQ al-
gorithm has two stages of training and testing that will
be used as a training and testing process. The initial
weight of the input values X1 to Xn is sent to the out-
put layer, which represents all classes, to determine
the maximum epoch (MaxEpoch), learning rate pa-
rameter (), reduced learning rate (Dec), and minimum
error (Eps). During the training stage, the LVQ calcu-
lations are used to generate weight values that will be
saved and used during the testing phase. During the
testing phase, new input data is classified by calculat-
ing the value of each weight in the input and selecting
the shortest distance between the two stored weights.
The class in the input image will be represented by the
value with the smallest weight distance (Guo et al.,
2023).
SVM is a nonlinear mapping algorithm that trans-
forms the original training data to a higher dimension.
In this case, the new dimension will seek a hyperplane
to separate linearly, and data from the two classes can
always be separated by a hyperplane with a precise
nonlinear mapping to a higher dimension (Kasisel-
vanathan et al., 2020). SVM is used to solve binary
classification problems. The goal is to find the best
hyperplane, not only by separating the two class la-
bels from the training sample, but also by defining
this hyperplane so that it is as far away from the clos-
est members of the two classes as possible (Kour and
Arora, 2019). SVM commonly employs linear, radial
basic function (RBF), and polynomial kernel func-
tions. The kernel functions and parameters used in
SVM analysis have a significant impact on the accu-
10
Ulfa, M., Syah, R. and Muhathir, .
The Classification of Tea Leaf Diseases Using Sift Feature Extraction of Learning Vector Quantization Method with Support Vector Machine.
DOI: 10.5220/0012439900003848
Paper published under CC license (CC BY-NC-ND 4.0)
In Proceedings of the 3rd International Conference on Advanced Information Scientific Development (ICAISD 2023), pages 10-14
ISBN: 978-989-758-678-1
Proceedings Copyright © 2024 by SCITEPRESS – Science and Technology Publications, Lda.