Hierarchical Object Detection and Recognition Framework for Practical Plant Disease Diagnosis
Kohei Iwano, Shogo Shibuya, Satoshi Kagiwada, Hitoshi Iyatomi

TL;DR
This paper introduces HODRF, a two-stage hierarchical framework combining object detection and classification to improve plant disease diagnosis, reducing false positives and leveraging limited training data effectively.
Contribution
The paper presents a novel hierarchical framework that integrates object detection and classification for plant disease diagnosis, enhancing accuracy and reducing labeling costs.
Findings
HODRF outperforms YOLOv7 by 5.8 to 21.5 points on healthy data.
HODRF improves macro F1 scores by 0.6 to 7.5 points over YOLOv7.
HODRF increases macro F1 by 1.1 to 7.2 points over EfficientNetV2.
Abstract
Recently, object detection methods (OD; e.g., YOLO-based models) have been widely utilized in plant disease diagnosis. These methods demonstrate robustness to distance variations and excel at detecting small lesions compared to classification methods (CL; e.g., CNN models). However, there are issues such as low diagnostic performance for hard-to-detect diseases and high labeling costs. Additionally, since healthy cases cannot be explicitly trained, there is a risk of false positives. We propose the Hierarchical object detection and recognition framework (HODRF), a sophisticated and highly integrated two-stage system that combines the strengths of both OD and CL for plant disease diagnosis. In the first stage, HODRF uses OD to identify regions of interest (ROIs) without specifying the disease. In the second stage, CL diagnoses diseases surrounding the ROIs. HODRF offers several…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSmart Agriculture and AI
MethodsPointwise Convolution · Depthwise Convolution · Batch Normalization · Depthwise Separable Convolution · 1x1 Convolution · Inverted Residual Block · EfficientNetV2
