CVFeb 24, 2020

LeafGAN: An Effective Data Augmentation Method for Practical Plant Disease Diagnosis

arXiv:2002.10100v2197 citationsHas Code
AI Analysis

This addresses the issue of limited and variable training data for plant disease diagnosis, offering a domain-specific incremental improvement over existing methods.

The paper tackles the problem of overfitting and poor generalization in automated plant disease diagnosis by proposing LeafGAN, a data augmentation method that generates diseased images from healthy ones, boosting diagnostic performance by 7.4% in cucumber disease classification.

Many applications for the automated diagnosis of plant disease have been developed based on the success of deep learning techniques. However, these applications often suffer from overfitting, and the diagnostic performance is drastically decreased when used on test datasets from new environments. In this paper, we propose LeafGAN, a novel image-to-image translation system with own attention mechanism. LeafGAN generates a wide variety of diseased images via transformation from healthy images, as a data augmentation tool for improving the performance of plant disease diagnosis. Thanks to its own attention mechanism, our model can transform only relevant areas from images with a variety of backgrounds, thus enriching the versatility of the training images. Experiments with five-class cucumber disease classification show that data augmentation with vanilla CycleGAN cannot help to improve the generalization, i.e., disease diagnostic performance increased by only 0.7% from the baseline. In contrast, LeafGAN boosted the diagnostic performance by 7.4%. We also visually confirmed the generated images by our LeafGAN were much better quality and more convincing than those generated by vanilla CycleGAN. The code is available publicly at: https://github.com/IyatomiLab/LeafGAN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes