← Papers

Unverified paper record

PotatoLeafNet: two-stage convolutional neural networks for effective Potato Leaf disease identification and classification.

Frontiers in artificial intelligence · 12 Jan 2026 · 10.3389/frai.2025.1668839

Abstract

Introduction Potato foliar diseases, particularly early and late blight, pose a serious threat to yield and food security, yet reliable visual recognition remains challenging due to cultivar heterogeneity, variable symptom expression, and acquisition noise in field-like imagery. To address these issues, we propose PotatoLeafNet, a two-stage deep learning framework that combines a fixed-sequence image-augmentation pipeline with a compact, task-optimized 11-layer convolutional neural network (CNN) using 3 × 3 kernels for robust, data-efficient classification of potato leaf conditions (Healthy, Early Blight, Late Blight). Methods We construct a dataset of 4,072 labeled potato leaf images from the PlantVillage-Potato subset and standardize all inputs to 224 × 224 RGB tensors with pixel intensities normalized to [0,1]. A balanced, fixed-order augmentation policy-comprising rotation, translation, shear, zoom, horizontal flipping, brightness adjustment, and channel jitter-is applied exclusively to the training split, increasing it to 6,000 images (2,000 per class) while keeping the validation and test sets free of synthetic samples. The second stage consists of an 11-layer CNN implemented in TensorFlow/Keras and trained with categorical cross-entropy loss and the Adam optimizer under a unified training and evaluation protocol. Performance is benchmarked against strong CNN and hybrid baselines, including ResNet-50 + VGG-16, VGG-16 + MobileNetV2, MobileNetV2, and Inception-V3. Results On the PlantVillage-Potato test set, PotatoLeafNet achieves 98.52% accuracy, 98.67% macro-precision, 99.67% macro-recall, 99.16% macro-F1, and 1.00 macro-AUC, outperforming all baseline models under identical preprocessing and training conditions. In particular, PotatoLeafNet surpasses ResNet-50 + VGG-16 (97.10% accuracy, AUC 0.98), VGG-16 + MobileNetV2 (94.80% accuracy, AUC 0.93), MobileNetV2 (93.20% accuracy, AUC 0.92), and Inception-V3 (92.50% accuracy, AUC 0.91). Short 10-epoch runs yield stable convergence (training accuracy 88.22%, validation accuracy 86.91%, test accuracy 88.15%), indicating efficient learning from the augmented distribution. Discussion The results demonstrate that explicitly coupling a fixed sequential augmentation stage with a lightweight 3×3-kernel CNN enables high tri-class accuracy, strong recall for disease classes, and improved generalization relative to deeper or fused architectures, without incurring substantial computational cost. By emphasizing disease-relevant structure while limiting overfitting, PotatoLeafNet provides a practical and resource-efficient solution for automated screening of potato leaf health in real-world agronomic settings, supporting timely and data-driven disease management.

Plant phenotyping relevance

ジャガイモ葉の病害状態を画像から分類するCNN手法を開発し、複数モデルとの性能比較で検証しており、植物フェノタイピング手法が研究の中心である。

abstractwe propose PotatoLeafNet, a two-stage deep learning framework
abstractclassification of potato leaf conditions (Healthy, Early Blight, Late Blight)
abstractPerformance is benchmarked against strong CNN and hybrid baselines
abstractautomated screening of potato leaf health

Code and data availability

The paper's potato leaf disease classification is built on two publicly available Kaggle image datasets: the PlantVillage dataset (source of the PlantVillage-Potato subset) and the Potato Leaf Disease Dataset (PLD, 4,072 images across Healthy, Early Blight, Late Blight). Both are cited with public Kaggle URLs in the 3.

Datasetpublic

Potato Leaf Disease Dataset ( 2025 ). Kaggle dataset 2024. Available online at: https://www.kaggle.com/datasets/rizwan123456789/potato-disease-leaf-datasetpld

Open resource ↗Kaggle · rizwan123456789/potato-disease-leaf-datasetpld · lines:788-867
Datasetpublic

Plant Village Dataset ( 2024 ). Kaggle [dataset]. Available online at: https://www.kaggle.com/datasets/mohitsingh1804/plantvillage (Accessed April 29, 2024).

Open resource ↗Kaggle · mohitsingh1804/plantvillage · lines:788-867

This is an automatically classified, unverified record. Curator approval is required before any resource enters the Catalog.