论文标题
Leafgan:一种实用植物疾病诊断的有效数据增强方法
LeafGAN: An Effective Data Augmentation Method for Practical Plant Disease Diagnosis
论文作者
论文摘要
根据深度学习技术的成功,已经开发了许多用于自动诊断的植物诊断的应用。但是,这些应用程序通常会过度拟合,并且在新环境的测试数据集上使用时,诊断性能会大大降低。在本文中,我们提出了Leafgan,这是一种具有自己的注意机制的新型图像到图像翻译系统。 Leafgan通过从健康图像的转换来产生各种患病的图像,作为改善植物性诊断性能的数据增强工具。由于其自己的注意机制,我们的模型只能从具有多种背景的图像中转换相关区域,从而丰富了训练图像的多功能性。进行五级黄瓜疾病分类的实验表明,使用香草自行车的数据增加不足以改善概括,即疾病诊断性能仅比基线增加0.7%。相比之下,Leafgan将诊断性能提高了7.4%。我们还视觉上证实了我们的Leafgan生成的图像比Vanilla Cyclegan产生的图像更好,更具说服力。该代码可在以下网址公开提供:https://github.com/iyatomilab/leafgan。
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.