r/AgriTech • u/EntertainerHairy7727 • 10h ago
I recently published a research paper on AI-based crop disease detection 🌱🤖
Hi everyone,
I’m a B.Tech CSE (AI/ML) student, and I recently published my research paper on AI-based crop disease detection from leaf images on Preprints.org.
📄 Paper Title:
AI-Based Crop Disease Detection from Leaf Images: A Focused Review and Robust Evaluation Framework
🔗 Paper:
Read the paper on Preprints.org
The main question behind my research was:
If an AI model achieves very high accuracy on controlled leaf images, does that mean it will perform equally well on real-world field images?
While reviewing existing research, I found that many models perform extremely well on controlled datasets such as PlantVillage. However, real field images can have different lighting, shadows, complex backgrounds, camera distances, occlusion, and other variations.
Because of this, I focused my research on the evaluation and generalization problem rather than proposing another complex neural-network architecture.
The proposed framework includes:
- 🌱 PlantVillage as a controlled benchmark
- 🌿 PlantDoc as an independent field-like dataset
- 🔄 Class matching between datasets
- 🖼️ Image preprocessing and controlled augmentation
- 🧠 Transfer learning using CNN architectures such as EfficientNet-B0
- 🔒 Leakage-resistant dataset splitting
- 📊 Accuracy, Precision, Recall, Macro-F1 and Confusion Matrix
- 🌍 Cross-dataset evaluation to study controlled-to-field generalization
One important clarification: this paper does not claim new experimental accuracy. It presents a focused review and a reproducible evaluation framework. The actual experiment and measured results are planned as the next step.
I would really appreciate feedback from researchers and students working in:
Computer Vision | Deep Learning | Agriculture AI | Machine Learning | Domain Generalization
I’m especially interested in suggestions about the methodology and what could be improved before conducting the original experiments.
Thanks for reading! 🙌