Malus domestica, commonly known as the Apple, belongs to the Rosaceae family and is grown in almost 93 nations globally. Presently, China is at the forefront of apple cultivation, followed by the USA, Turkey, Poland and India in fifth place
(Kumar et al., 2022). The Himalayan region harbors the majority of apple orchards, with Jammu and Kashmir, Himachal Pradesh and Uttarakhand being the primary apple-producing states
(Ripin et al., 2024). The production of apples generally depends upon the soil, climate, pests and disease management. The presence of diseases significantly impacts the quantity and quality of fruits, resulting in low yields and inferior quality (
Zhong and Zhao, 2020;
Mehta et al., 2025).
Timely and accurate disease detection is vital as misidentification can lead to the wrong selection of pesticides, resulting in substantial losses (
Zhong and Zhao, 2020). Therefore, automated methods are increasingly used to detect and classify diseases accurately, as visual inspection requires field expertise and is time-consuming and costly (
Sai Reddy and Neeraja, 2022). Deep learning, particularly convolutional neural networks (CNNs), has become a dominant tool due to its ability to automatically extract discriminative features without complex pre-processing (
Cho, 2024), its efficient utilization of GPUs for faster computation
(Mustafa et al., 2022) and its capability to process extremely large datasets with high accuracy (
Barbedo, 2018;
Attallah, 2023;
Lee and Kim, 2024).
Even though several CNN-based and transfer learning models have shown outstanding results in apple leaf disease classification, there are still several unaddressed issues. The current approaches are based on single backbone designs that do not consider the complementary multi-scale characteristics and others use an ensemble of large-scale models that cannot be deployed in real-time in agricultural settings. The third major limitation is the unavailability of diversified apple leaf disease datasets. The limited available datasets are mostly gathered under controlled settings, which are not equivalent to the varied natural orchards in terms of lighting, orientation and background. All these contribute to poor model generalization and restrict their application in field settings.
The recent attention-based fusion schemes for apple leaf disease, including BLSENet (SE attention with bilinear dual-subnetwork fusion)
(Fang et al., 2024) and EMA-enhanced lightweight detector
(Wang et al., 2025) are tested primarily on data from their source and their generalization ability to unseen orchard conditions remains unproven. However, due to the distribution mismatch, domain adaptation approaches have been explored, such as cross-dataset discriminant subspace learning (
Yan and Wang, 2024). However, none of these studies combine domain adaptation with attention-guided multi-backbone fusion for apple leaf disease classification.
To address these limitations, this paper proposes an attention-based feature-stacked plant leaf disease classification network (AFS-PLDCNet). The proposed framework combines EfficientNetV2S, MobileNetV2 and ResNet18 and an adaptive attention-guided feature fusion scheme that learns dynamically to prioritize the most discriminative features. By utilizing the complementarity of several CNNs, AFS-PLDCNet is more robust, less redundant and computationally efficient for real-time apple leaf disease classification in orchards.
The primary contributions of this paper are as follows:
• A novel, self-curated leaf disease dataset with 9000 images of Alternaria, healthy and Marssonina leaves.
• A novel, attention-based feature-stacked plant leaf disease classification network (AFS-PLDCNet) is proposed.
• The suggested framework’s generalization is assessed on an external validation dataset and enhanced by a lightweight domain-specific adaptation of the meta learner.
Related work
Thakur et al., (2022) introduced a lightweight VGG-ICNN, combining VGG16 and InceptionV7, reaching 99.16% accuracy on the PlantVillage dataset.
Ali et al., (2024) introduced AppleLeafNet, a lightweight 37-layer, 1.33 M parameters, to diagnose apple-leaf diseases in real-time. It reached 98.25% to 98.60% accuracy on the Plant Pathology 2021-FGVC8 dataset.
Singh et al., (2021) proposed a 19-layer CNN outperforming various state-of-the-art models with 99.2% accuracy on the self-curated dataset.
Fu et al., (2022) added multiscale layers and a squeeze-and-excitation attention mechanism to AlexNet. The model scored 97.36% accuracy on the AI Studio dataset, outperforming ResNet-50 and GoogLeNet.
The custom CNN structures have shown encouraging results, but their performance is often constrained by limited data and generalization issues, leading researchers to implement transfer learning and fine-tuning with pretrained CNNs.
Liu et al., (2023) proposed ECA-DCMobileNet, a modified MobileNet-V2, reaching 95% accuracy, outperforming AlexNet, VGG16, ResNet50, ShuffleNet and MobileNetV2.
Srinidhi et al., (2021) fine-tuned EfficientNet-B7 and DenseNet-121 on the Plant Pathology 2020(FGVC7) dataset to classify apple leaf disease and achieved an accuracy of 99.8% and 99.75%, respectively. The authors recommended considering stacking and ensemble techniques for robustness.
Ali et al., (2025) fine-tuned an EfficientNet-B0 with global max-pooling, batch normalization and regularization and achieved 99% accuracy.
Iftikhar et al., (2024) compared AlexNet, MobileNet and ResNet against the proposed fine-tuned E-CNN with SVM and LR. E-CNN achieved 98.17% accuracy.
Although transfer learning has significantly improved apple leaf disease classification, the single-backbone model might not be effective in using complementary feature representations. This weakness has led to the creation of ensemble learning and feature fusion-based convolutional neural network methods, which are the cornerstone of the most recent developments.
Gupta et al., (2025) presented E-YOLOv8, a lightweight detector for apple leaf disease, achieving 93.9% mAP across three datasets.
Zhang et al., (2023) enhanced the ResNet-50 with Coordinate Attention (CA) and Weight-Adaptive Multi-scale Feature Fusion (WAMSFF), reaching 98.32% accuracy on the AppleLeaf9 and ATLDSD datasets.
Apleni et al., (2025) introduced a concatenation- based VGG16, ResNet50 and InceptionV3 ensemble for plant disease classification, reaching 97% accuracy.
Sood et al., (2025) built a DenseNet121- ResNet50 fusion model for crop diseases and pest detection, achieving 99.13% and 98.67% accuracy on PlantVillage and IP102.