Agriculture has been responsible for food security, as it directly impacts food availability for over 800 million undernourished people (
Pawlak and Kołodziejczak, 2020;
Beebe, 2000). It supports economic stability, particularly in developing countries where populations rely on locally produced staples. The globalization of agriculture highlights the need for resilient crop varieties to combat plant diseases, ensuring sustainable food production amidst growing challenges (
Strange and Scott, 2005;
Fiona and Denish, 2024). Among common crops, beans are particularly vulnerable to various diseases, which can greatly affect their productivity. Accurate and timely identification of plant diseases is crucial for preventing large-scale crop losses (
Sahu and Sahu, 2021;
Mallick et al., 2023).
Beans are an essential part of diets worldwide, valued not only for their nutritional content but also for their role in food security and combating malnutrition. Rich in protein, fiber, vitamins and minerals, beans contribute significantly to the diets of populations in both developed and developing nations
(Broughton et al., 2003). Particularly in regions where access to animal protein is limited, beans serve as an affordable and nutrient-dense alternative, helping address protein and micronutrient deficiencies that contribute to malnutrition (
FAO, 2016). This makes beans a crucial crop for improving dietary quality and supporting sustainable agricultural systems, especially in areas with high food insecurity (
Jeong and Na, 2024).
Despite their nutritional benefits, bean crops are susceptible to a number of diseases that can reduce yield, impacting both farmers and consumers. Among these, Angular Leaf Spot and Rust are two of the most prevalent diseases affecting beans, each posing significant threats to crop productivity (
Wagara and Kimani, 2007). Accurate identification and timely intervention are essential to manage these diseases and ensure a stable supply of beans. However, traditional disease identification methods are often labour-intensive, requiring expert knowledge and specialized equipment that may not be readily available in rural or resource-limited areas
(Simhadri et al., 2024; Shoaib et al., 2023). This limitation underscores the need for accessible, efficient and automated methods of plant disease detection.
The developments made recently in the realm of Information and Communication technology, particularly the Artificial Intelligence (AI), have proven quite proficient in addressing these challenges. Convolutional Neural Networks (CNNs), a subset of deep learning, have been widely adopted for image-based disease identification due to their high accuracy and ability to generalize across different datasets (
Kamilaris and Prenafeta-Boldú, 2018;
AlZubi et al., 2023; Al-Dosari et al., 2024; Lugito et al., 2022). AlexNet, a pioneering CNN architecture introduced by
Krizhevsky et al., (2012), has proven particularly effective in large-scale image classification tasks. Its layered design, incorporating convolutional and fully connected layers with ReLU activations and dropout regularization, enhances model performance and reduces overfitting, making it well-suited for complex visual data such as plant disease images
(Zhuoxin et al., 2022).
In this study, AlexNet was applied to classify bean leaf images into three classes: Angular Leaf Spot, Rust and Healthy. The aim was to assess the model’s performance in segregating healthy leaves from diseased leaves, using CNNs for crop health monitoring and disease management.
Related work
AlexNet has been widely applied in image identification tasks due to its efficiency in handling complex image data. AlexNet became the standard for visual-related tasks after its success in the ImageNet challenge in 2012
(Singh et al., 2023; Akter et al., 2023). Since its development, AlexNet has set a foundation for deep learning in image recognition, particularly due to its performance in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC), where it achieved unprecedented accuracy
(Krizhevsky et al., 2012; Sladojevic and Anderla, 2016;
Santiago et al., 2023). AlexNet’s architecture consists of five convolutional layers, along with max-pooling layers and 3 fully connected layers, which enable it to capture both spatial and hierarchical features of images. This model’s simplicity and effectiveness have led to its extensive use in diverse fields, particularly in the identification of diseases through image analysis.
AlexNet has shown significant promise in disease identification across various medical and agricultural applications.
Litjens et al., (2017) highlighted AlexNet’s application across medical imaging modalities, demonstrating its capability to detect patterns indicative of diseases like cancer, liver cirrhosis and diabetic retinopathy. AlexNet has been utilized primarily for its architecture in medical image analysis tasks, making use of its ability to process large 2D CT slices for detecting interstitial patterns. The network employs large receptive fields in initial layers and smaller kernels in later layers, enhancing feature extraction. Additionally, AlexNet’s pre-trained models have demonstrated strong performance in various classification tasks, challenging human expert accuracy in some instances.
In medical imaging domain, for example, AlexNet has been applied to identify and classify diseases in radiographs. As
Alom et al., (2018) discuss, CNNs like AlexNet can efficiently process large datasets and distinguish complex patterns, making them suitable for diagnosing conditions such as pneumonia and skin cancer through radiological images. Similarly, AlexNet was employed to analyze MRI brain images for diagnosing Alzheimer at an early stage by extracting significant features indicative of Mild Cognitive Impairment (MCI). The model utilized transfer learning techniques and achieved a high accuracy of 98.35% in classifying the images, demonstrating its effectiveness in early detection
(Kumar et al., 2022). Spanhol et al., (2016) utilized AlexNet to classify breast cancer histopathology images, achieving high diagnostic accuracy. The architecture was adapted to handle high-resolution histopathological images which demonstrated superior performance compared to simpler models like LeNet.
Liu et al. (2017) highlighted that using AlexNet for diagnosing tuberculosis (TB) improved classification accuracy for various TB manifestations in chest X-ray images. It demonstrated outstanding performance in detecting TB, achieving an 85.68% classification accuracy, which surpassed previous methods. Additionally, the architecture’s ability to be fine-tuned with transfer learning from natural image datasets enhanced its effectiveness in medical image analysis.
In agriculture, AlexNet has been instrumental in diagnosing plant diseases, a critical task for food security. Plant diseases can often be identified by specific visual symptoms and CNNs like AlexNet are well-suited for capturing these subtleties.
Ferentinos (2018) utilized AlexNet demonstrated that CNNs can effectively distinguish healthy from diseased plants, even when the visual differences are subtle. Similarly,
Too et al., (2019) compared various deep learning models, including AlexNet, for plant disease recognition and found that AlexNet performed competitively, further reinforcing its relevance in agricultural image identification. Specifically, in bean plants, AlexNet has been applied to detect common diseases, such as rust and bacterial blight, that visually manifest on leaves showing that the network could distinguish between healthy leaves and those affected by diseases with high accuracy
(Yu et al., 2023). Their work highlights AlexNet’s ability to detect subtle patterns and textures in leaf imagery, which are indicative of various diseases. In another study, the AlexNet was implemented along with transfer learning, where pre-trained weights were fine-tuned to improve accuracy which enhanced model’s performance by adjusting hyperparameters. They achieved a classification accuracy of 95.31%.
In this study, Alexnet was used to analyse leaf images of beans for the purpose of identifying diseased plants. The detailed methodology is given under the following section.