Tomatoes (
Solanum lycopersicum) is one of the most widely planted vegetable crops worldwide, with great significance in food security, economics and nutrition. However, tomato cultivation is severely affected by several bacterial, fungal and viral diseases namely bacterial spot, early blight, late blight, leaf mold, septoria leaf spot and mosaic virus. These diseases are detrimental to yield and fruit quality and negatively impacts income of farmers.
Traditionally, diagnosis of plant diseases is made based on visually observing leaves/fruits using inspection of agricultural experts. While the expert-based method is successful it is time consuming, subject to human judgment,laborious, expensive and difficult to apply to a large agricultural field. Since then, there has been immense interest in using Artificial Intelligence (AI) based deep learning models for automated diagnosis of plant diseases.
Deep learning architectures namely CNNs, transfer learning, transformer based and ensemble models have reported good performance in tomato leaf disease classification. Models such as VGG16, ResNet50, DenseNet121, EfficientNet and Vision Transformers are successfully used for lesion recognition in recent researches. Despite such progress, some research challenges still persist in automated diagnosis of tomato leaves:
Research gap
Most existing tomato disease classification approaches rely on end to end CNN pipelines, focusing more on global image feature representations while neglecting local and lesion centric learning. Furthermore,
1. Background clutter, noisy irrelevant regions tend to result in classification inaccuracies.
2. Similarity between classes (spider mites, target spot, leaf mold,
etc.) leads to classification confusion.
3. Few methods attempt to explicitly model disease to disease relationship.
4. Context aware graph-based correlation learning has rarely been utilized for tomato disease classification.
5. Hybrid decision fusion approaches using prototype learning and graph similarity scoring are rarely explored.
The objective of this paper is to address these shortcomings by introducing a novel hybrid deep learning framework, incorporating APD (Adaptive Patch Decomposition), GDCL (Graph Based Disease Correlation Learning) and HDFC (Hybrid Decision Fusion Classification). This proposed framework addresses the need for a context-aware local-global feature extraction model by using both lesion-centric feature learning with graph-based inter-class relationship learning and hybrid decision fusion. The contributions are as follows:
● Designing an adaptive patch decomposition based on lesion-centric feature extraction.
● Presenting a graph-based disease correlation learning in inter-class disease similarity.
● Integrating local and global contextual feature aggregation.
● Presenting a hybrid decision fusion classifier combined with prototype distance and graph similarity learning.
● Comprehensive experiments and comparative evaluation through 5-fold cross-validation.
Literature review
The automatic tomato leaf disease identification has become a hot topic and attracts more attention in the recent years for the necessity of precision agriculture and the rapid progress of early crop disease detection. Many researchers propose the deep learning approaches to increase the recognition performance.
Saeed et al., (2023) proposes a transfer learning-based CNN framework for smart tomato leaf disease detection. The paper shows that pre-trained CNN architecture improve the classification performance greatly but decrease the computation complexity and increase speed compared to existing approaches.
Khan et al., (2023) proposes TomFormer which is a novel hybrid transformer-CNN structure for premature and accurate identification of tomato diseases and it is strong enough to handle the classification problem across datasets and indicate the crucial role of attention based global feature learning.
Ouamane et al., (2024) proposes a CNN based framework in combination of tensor subspace learning and HOWSVD-MD, reporting that the classification precision and robustness of tomato leaf diseases are increased.
Sharma et al., (2025) proposes an ensemble framework combining ResNet50 and MobileNetV2 in order to achieve excellent classification performance and gain more feature diversity.
Sujatha et al., (2025) demonstrates an integrated ML and DL framework for leaf infection finding and claims the robustness of the system relies on both preprocessing and hybrid architecture.
Das et al., (2025) provides the latest literature review on detection, classification and segmentation for tomato leaf diseases utilizing deep learning algorithms including CNN, transformers and object detection models. Ramos and Sappa (2025) analyses YOLO architectures on tomato leaf disease identification in detail and proves that object detection-based approach plays important role on locating the leaf lesion.
Gunasekaran et al., (2026) concentrates on the application of trivial deep learning and fringe AI based approach for real-time tomato disease identification and pays attention to the challenges for deploying models into mobile and IoT devices.
In their research of plant leaf infection finding with deep learning methods,
Zhao et al. (2025) stated that CNN based methods are widely used while the transformer-based methods are appearing frequently in recently published articles.
Mustofa et al. (2023) delivered an in-extensive assessment of deep learning standards like CNN, ViT, YOLO and residual networks for plant disease detection.
Hosen and Islam (2025) examined VGG19 and model InceptionV3 for leaf disease classification in tomato plant and achieved very promising result to real-world crop health inspection. Previous researches also applied several classical CNN models including VGG16, ResNet50, DenseNet121 and EfficientNet with very well performance, however the issues with inter-class similarity and learning contextual features are often observed. Nevertheless, researches on graph-based disease correlation learning, patch-wise adaptive feature decomposition and hybrid score fusion are seldom.
Metagar and Walikar (2024) in the review article, published in Agricultural Science Digest, outlined machine learning (ML) and deep learning (DL) techniques employed in the diagnosis of plant diseases and noted that image processing techniques, feature extraction and the combination of sophisticated learning models contribute to higher accuracy in disease prediction, thereby enabling precision agriculture practices.
Mehtt et al., (2025) through their article presented in the Indian Journal of Agricultural Research provided an overview of different AI techniques to aid in disease diagnosis of various crops and concluded that convolutional neural networks (CNN), transfer learning and other deep learning frameworks have shown to be a robust and scalable way to perform plant disease classification, thereby powering smart farming operations.
Mehtt et al., (2025) also conducted another review article in the Indian Journal of Agricultural Research, analysed the recent research related to the application of artificial intelligence for detecting plant diseases where they observed that DL algorithms integrated with computer vision for plant images have made improvements in classification and have been proved useful for timely detection of plant diseases in various agricultural setups.
Nigam and Jain (2020) analysed a plethora of deep learning algorithms used in the detection and identification of plant diseases in their review, concluded that there have been immense improvements in the classification accuracies using the applications of computer vision (CV), machine learning (ML) and deep learning (DL) for intelligent decision-making process in agriculture.
Most of existing work follows an end-to-end CNN pipeline and implicitly extracts features without modeling inter-class disease relations. This paper attempt to tackle this problem through combining the APD, GDCL and HDFC together.