Papers
Topics
Authors
Recent
Search
2000 character limit reached

AgriChain Visually Grounded Expert Verified Reasoning for Interpretable Agricultural Vision Language Models

Published 9 Apr 2026 in cs.CV | (2604.07814v1)

Abstract: Accurate and interpretable plant disease diagnosis remains a major challenge for vision-LLMs (VLMs) in real-world agriculture. We introduce AgriChain, a dataset of approximately 11,000 expert-curated leaf images spanning diverse crops and pathologies, each paired with (i) a disease label, (ii) a calibrated confidence score (High/Medium/Low), and (iii) an expert-verified chain-of-thought (CoT) rationale. Draft explanations were first generated by GPT-4o and then verified by a professional agricultural engineer using standardized descriptors (e.g., lesion color, margin, and distribution). We fine-tune Qwen2.5-VL-3B on AgriChain, resulting in a specialized model termed AgriChain-VL3B, to jointly predict diseases and generate visually grounded reasoning. On a 1,000-image test set, our CoT-supervised model achieves 73.1% top-1 accuracy (macro F1 = 0.466; weighted F1 = 0.655), outperforming strong baselines including Gemini 1.5 Flash, Gemini 2.5 Pro, and GPT-4o Mini. The generated explanations align closely with expert reasoning, consistently referencing key visual cues. These findings demonstrate that expert-verified reasoning supervision significantly enhances both accuracy and interpretability, bridging the gap between generic multimodal models and human expertise, and advancing trustworthy, globally deployable AI for sustainable agriculture. The dataset and code are publicly available at: https://github.com/hazzanabeel12-netizen/agrichain

Summary

  • The paper demonstrates that expert-verified, visually grounded chain-of-thought rationales significantly enhance model transparency and diagnostic accuracy.
  • It details a multi-stage data curation pipeline that refines over 11,000 images with structured annotations, calibrated scores, and explicit visual evidence.
  • Evaluation shows AgriChain outperforms state-of-the-art baselines in accuracy and error reduction, effectively addressing ambiguous and minority disease cases.

Visually Grounded Chain-of-Thought Reasoning for Interpretable Visionโ€“LLMs in Plant Disease Diagnosis

Introduction

AgriChain (2604.07814) presents a comprehensive approach to enhancing the accuracy and transparency of plant disease diagnosis systems by leveraging visionโ€“LLMs (VLMs) supervised with expert-verified chain-of-thought (CoT) rationales. By annotating an 11,000-image dataset with expert-refined explanations, disease labels, and calibrated confidence scores, and by fine-tuning a VLM (Qwen-2.5-VL-3B) on this dataset, the authors demonstrate substantial improvements over state-of-the-art zero-shot and fine-tuned multimodal baselines. The methodology directly addresses current limitations in domain-adapted VLMsโ€”namely, insufficient visual grounding, lack of calibrated uncertainty, and the absence of interpretable reasoning in agricultural decision-making.

Methodology and Data Pipeline

The AgriChain dataset is constructed through a multi-stage curation pipeline that aggregates and cleans data from several plant pathology image corpora (PlantVillage, PlantDoc, PlantCLEF). Initial diagnostic rationales are produced by prompting GPT-4o; these are then rigorously verified and standardized by professional agricultural engineers. Each image is annotated with a diagnosis, a confidence score (High/Medium/Low), and a structured rationale using standardized domain lexicon and explicit references to key visual cues (such as lesion morphology, color, and distribution). This structured approach systematically captures expert visual inspection and decision patterns. Figure 1

Figure 1: AgriChain training pipeline, showing data aggregation, rationale drafting by GPT-4o, expert verification, and fine-tuning of an open VLM.

Prompts are iteratively refined to elicit expert-level, step-wise, visually anchored reasoning, structurally mirroring domain diagnostic workflows and supporting robust, explicit justification in the generated explanations. Figure 2

Figure 2: Example of the diagnostic rationale prompt, constructed to guide the model towards structured, detailed visual reasoning with a confidence score.

The processed and curated dataset is used to fine-tune Qwen-2.5-VL-3B in a supervised fashion, with the model jointly trained to predict the disease class and to generate an associated expert-style CoT rationale. Standard autoregressive next-token prediction objectives are used, and training is performed with careful early stopping, optimizer tuning, and data augmentation for class balance and generalizability.

Evaluation and Results

Evaluation is conducted on a carefully class-balanced, 1,000-image test set, measuring top-1 accuracy, macro-Fโ‚, and weighted Fโ‚. AgriChain-VL3B achieves a top-1 accuracy of 73.1%, an unweighted macro Fโ‚ of 0.466, and a weighted Fโ‚ of 0.655โ€”outperforming Gemini 2.5 Pro, Gemini 1.5 Flash, GPT-4o-Mini, and zero-shot Qwen-2.5-VL by substantial margins (Gemini Pro: 55.8% accuracy, macro Fโ‚ 0.141). The performance differential is attributed specifically to reasoning-based supervision and not simply to scale or underlying VLM pretraining.

Strong performance is especially evident in the modelโ€™s ability to handle minority classes and confusable disease pairs, with CoT reasoning chains leading to improved calibration and error reduction in visually ambiguous situations. Notably, the explanations generated by the fine-tuned model are consistently domain-faithful, informative, and linked to explicit visual evidence as judged by blinded annotators (average 4.63/5 across six reasoning quality dimensions). Figure 3

Figure 3: Sample outputs demonstrating visually grounded diagnoses, confidence estimation, and structurally coherent rationales.

Qualitative analysis demonstrates that AgriChain-VL3B explanations feature robust symptom anchoring, structured differential diagnosis routines (explicitly eliminating alternative diagnoses based on negative evidence), and high reviewability by experts. In contrast, baseline models frequently produce generic or hallucinated explanations lacking domain specificity. Figure 4

Figure 4: Reasoning sample for cedar-apple rustโ€”note explicit linking of visual features to domain-specific discriminative cues.

Discussion and Implications

The data and methodology in AgriChain address previously unsolved issues in agricultural AI: (1) domain grounding via expert-guided lexicon and visual evidence referencing, (2) true interpretability by forced model explanation, and (3) practical uncertainty calibration via confidence ranking. The substantial absolute gains in top-1 accuracy and macro Fโ‚ directly support the claim that CoT supervision with expert verification outperforms pure label-based fine-tuning, especially in low-resource (tail) classes and visually ambiguous cases.

These findings have direct implications for real-world deployment scenarios, especially in regions where agricultural diagnostics are a limiting factor for food security. The modelโ€™s capacity to output transparent rationales and uncertainty scores aligns closely with requirements for trustworthy, auditable, AI-driven support systems, both in cloud and resource-constrained edge environments. Furthermore, the AgriChain approach is theoretically extensible to other agricultural visual tasks (e.g., pest identification, stress phenotyping) as well as to adjacent domains requiring visually grounded interpretability (e.g., medical imaging, environmental monitoring).

Limitations and Future Directions

AgriChainโ€™s current limitations include persistent difficulties in highly rare classes (due to limited data and symptom overlap) and periodic overfitting to domain lexicon. Future work directions identified include semi-automated rationale annotation pipelines to improve dataset scalability, multilingual rationale support for global deployment, expanded disease/taxa diversity, and tighter enforcement of evidence-bound explanations (to counteract subtle hallucinations). Integration into closed-loop farmer support systemsโ€”with human-in-the-loop feedbackโ€”remains a critical next step toward robust, adaptive, and field-deployable decision support.

Conclusion

AgriChain establishes that fine-tuning VLMs with expert-verified, visually grounded CoT rationales yields significant improvements in both diagnostic performance and interpretability over prior models and benchmarks. By centering domain-authentic explanatory supervision and rigorous data curation, the approach elevates plant disease VLMs from black-box classifiers to auditable, trustworthy decision-support toolsโ€”embodying a paradigm shift toward transparent AI in agriculture. The general methodology is highly applicable for other high-stakes visual reasoning tasks where reliability and human-AI co-validation are paramount.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.