Abstract:
This paper presents a study aimed at developing a neural network method for
detecting healthy and diseased areas of plant leaves based on their images and calculating the
ratio of their areas. The basic network of the FPN architecture with an encoder in the form
of the ResNet-34 architecture was used as a neural network model. To train the ANN, binary
masks of target areas of plant leaves were used as labels; they were obtained programmatically
without manual marking. Due to this, it was possible to achieve a reasonable compromise
between the resources required to create masks and their accuracy. When training the neural
network model, the accuracy of 96.5% and 78.9% was achieved according to the F1 metric for
determining healthy and diseased areas, respectively. Next, the model was inferred, as a result
of which the "health" index was calculated for each of the studied leaf images. In the context
of the problems being solved, the "health" index is the difference between the percentages
of healthy and diseased areas, which can be used to assess the severity of the disease, as well
as to monitor the dynamics of the disease as an indicator of the effectiveness of the drugs or
care methods used. The scientific novelty of the presented study lies in the creation of a
method for automatically determining the ratio of healthy and diseased leaf areas, which
combines modern computer vision technologies, machine learning and practical applicability
for agronomy and plant growing.
Key words and phrases:neural network analysis, health index, healthy leaf
area, diseased leaf area, model.