Skip to content

Reliable Deep Learning Plant Leaf Disease Classification Based on Light-Chroma Separated Branches v1.0

Latest
Compare
Choose a tag to compare
@joaopauloschuler joaopauloschuler released this 21 Jun 06:06
· 7 commits to main since this release
d61cd75

This release contains the source code for the paper Reliable Deep Learning Plant Leaf Disease Classification Based on Light-Chroma Separated Branches.

Abstract

The Food and Agriculture Organization (FAO) estimated that plant diseases cost the world economy $220 billion in 2019. In this paper, we propose a lightweight Deep Convolutional Neural Network (DCNN) for automatic and reliable plant leaf diseases classification. The proposed method starts by converting input images of plant leaves from RGB to CIE LAB coordinates. Then, L and AB channels go into separate branches along with the first three layers of a modified Inception V3 architecture. This approach saves from 1/3 to 1/2 of the parameters in the separated branches. It also provides better classification reliability when perturbing the original RGB images with several types of noise (salt and pepper, blurring, motion blurring and occlusions). These types of noise simulate common image variability found in the natural environment. We hypothesize that the filters in the AB branch provide better resistance to these types of variability due to their relatively low frequency in the image-space domain.