oc dataset, we trained all DCNNs for 240 epochs starting with a learning rate of 0.01 and de- caying 1% per epoch. We split the Cropped-PlantDoc dataset into 65% of the samples for training, 15% for validation and 20% for testing. Our source code written for these experiments and their raw result files are publicly available at https://github.com/joaopauloschuler/two-branch-plant-disease/ . 58
Open resource ↗joaopauloschuler/two-branch-plant-disease · pdf-raw-page:4 lines:1-120Paper record
Color-Aware Two-Branch DCNN for Efficient Plant Disease Classification
MENDEL · 30 Jun 2022 · 10.13164/mendel.2022.1.055
Abstract
Deep convolutional neural networks (DCNNs) have been successfully applied to plant disease detection. Unlike most existing studies, we propose feeding a DCNN CIE Lab instead of RGB color coordinates. We modified an Inception V3 architecture to include one branch specific for achromatic data (L channel) and another branch specific for chromatic data (AB channels). This modification takes advantage of the decoupling of chromatic and achromatic information. Besides, splitting branches reduces the number of trainable parameters and computation load by up to 50% of the original figures using modified layers. We achieved a state-of-the-art classification accuracy of 99.48% on the Plant Village dataset and 76.91% on the Cropped-PlantDoc dataset.
Code and data availability