Skip to main content
QUICK REVIEW

[论文解读] Deep Learning for Classification and Severity Estimation of Coffee Leaf Biotic Stress

José G. M. Esgario, Renato A. Krohling|arXiv (Cornell University)|Jul 26, 2019
Smart Agriculture and AI参考文献 26被引用 22
一句话总结

本文提出了一种基于卷积神经网络(CNN)的多任务深度学习系统,用于分类咖啡叶生物胁迫并估计其严重程度。通过利用数据增强和mixup技术,基于ResNet50的模型在病征级图像上实现了97.07%的准确率,表现出优异的性能与鲁棒性,尤其在处理类别不平衡问题和提升泛化能力方面表现突出。

ABSTRACT

Biotic stress consists of damage to plants through other living organisms. Efficient control of biotic agents such as pests and pathogens (viruses, fungi, bacteria, etc.) is closely related to the concept of agricultural sustainability. Agricultural sustainability promotes the development of new technologies that allow the reduction of environmental impacts, greater accessibility to farmers and, consequently, increase on productivity. The use of computer vision with deep learning methods allows the early and correct identification of the stress-causing agent. So, corrective measures can be applied as soon as possible to mitigate the problem. The objective of this work is to design an effective and practical system capable of identifying and estimating the stress severity caused by biotic agents on coffee leaves. The proposed approach consists of a multi-task system based on convolutional neural networks. In addition, we have explored the use of data augmentation techniques to make the system more robust and accurate. The experimental results obtained for classification as well as for severity estimation indicate that the proposed system might be a suitable tool to assist both experts and farmers in the identification and quantification of biotic stresses in coffee plantations.

研究动机与目标

  • 开发一种高效且实用的深度学习系统,用于分类和估计咖啡叶生物胁迫的严重程度。
  • 解决现实世界植物病害检测中的挑战,包括复杂背景、光照变化以及病征模糊性问题。
  • 通过数据增强和mixup技术提升模型的鲁棒性与泛化能力。
  • 利用智能手机兼容的计算机视觉技术,为农民和专家创建低成本、易获取的工具。
  • 评估多种CNN架构(如ResNet50、VGG16、GoogLeNet)在新收集的咖啡叶图像数据集上的表现。

提出的方法

  • 采用多任务学习框架,利用深度卷积神经网络(CNN)联合执行分类与严重程度估计任务。
  • 利用预训练的CNN架构(ResNet50、VGG16、GoogLeNet、AlexNet)进行迁移学习,并在自定义的咖啡叶图像数据集上进行微调。
  • 应用数据增强技术,包括标准增强和mixup,以增加训练多样性并减少过拟合。
  • 使用t-SNE可视化技术分析ResNet50最后一个卷积层提取的高维特征表示。
  • 在两个数据集上训练模型:完整叶片和局部病征区域,以比较性能差异。
  • 使用标准指标(准确率、精确率、召回率)评估模型性能,辅以混淆矩阵和特征空间分析。

实验结果

研究问题

  • RQ1基于深度学习的多任务系统是否能仅通过叶片图像有效分类多种咖啡叶生物胁迫?
  • RQ2数据增强,特别是mixup技术,如何影响模型在类别不平衡的生物胁迫分类中的泛化能力与性能表现?
  • RQ3相较于完整叶片图像,使用局部病征图像在多大程度上提升了分类准确率?
  • RQ4模型在连续尺度上估计生物胁迫严重程度的能力如何?mixup是否改善了该估计性能?
  • RQ5不同CNN架构(如ResNet50与VGG16)对分类与严重程度估计性能有何影响?

主要发现

  • ResNet50架构在病征级数据集上实现了97.07%的最高分类准确率,优于VGG16、GoogLeNet和AlexNet。
  • 训练过程中使用mixup显著提升了召回率并减少了过拟合,尤其在处理类别不平衡问题时表现优异,ResNet50*的召回率达到96.99%。
  • 病征级图像的分类准确率高于完整叶片图像,原因在于背景噪声更少且病征焦点更清晰。
  • t-SNE可视化显示各类生物胁迫的聚类分布良好分离,表明特征具有强泛化能力,但炭疽病叶斑病类存在明显重叠。
  • mixup降低了类内方差并使特征分布更趋球形,尤其在病征数据集中表现显著,增强了模型鲁棒性。
  • 尽管对分类任务有益,mixup却因严重程度标签具有序数特性,导致模型估计性能下降,造成对中间值的偏差。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。