Search Results

Now showing 1 - 3 of 3
  • Article
    Citation - WoS: 21
    Citation - Scopus: 36
    Deep Learning-Based Computer-Aided Diagnosis (cad): Applications for Medical Image Datasets
    (Mdpi, 2022) Kadhim, Yezi Ali; Khan, Muhammad Umer; Mishra, Alok
    Computer-aided diagnosis (CAD) has proved to be an effective and accurate method for diagnostic prediction over the years. This article focuses on the development of an automated CAD system with the intent to perform diagnosis as accurately as possible. Deep learning methods have been able to produce impressive results on medical image datasets. This study employs deep learning methods in conjunction with meta-heuristic algorithms and supervised machine-learning algorithms to perform an accurate diagnosis. Pre-trained convolutional neural networks (CNNs) or auto-encoder are used for feature extraction, whereas feature selection is performed using an ant colony optimization (ACO) algorithm. Ant colony optimization helps to search for the best optimal features while reducing the amount of data. Lastly, diagnosis prediction (classification) is achieved using learnable classifiers. The novel framework for the extraction and selection of features is based on deep learning, auto-encoder, and ACO. The performance of the proposed approach is evaluated using two medical image datasets: chest X-ray (CXR) and magnetic resonance imaging (MRI) for the prediction of the existence of COVID-19 and brain tumors. Accuracy is used as the main measure to compare the performance of the proposed approach with existing state-of-the-art methods. The proposed system achieves an average accuracy of 99.61% and 99.18%, outperforming all other methods in diagnosing the presence of COVID-19 and brain tumors, respectively. Based on the achieved results, it can be claimed that physicians or radiologists can confidently utilize the proposed approach for diagnosing COVID-19 patients and patients with specific brain tumors.
  • Article
    Citation - WoS: 5
    Citation - Scopus: 4
    Avoiding Contingent Incidents by Quadrotors Due To One or Two Propellers Failure
    (Public Library Science, 2023) Altinuc, Kemal Orcun; Khan, Muhammad Umer; Iqbal, Jamshed
    With the increasing impact of drones in our daily lives, safety issues have become a primary concern. In this study, a novel supervisor-based active fault-tolerant (FT) control system is presented for a rotary-wing quadrotor to maintain its pose in 3D space upon losing one or two propellers. Our approach allows the quadrotor to make controlled movements about a primary axis attached to the body-fixed frame. A multi-loop cascaded control architecture is designed to ensure robustness, stability, reference tracking, and safe landing. The altitude control is performed using a proportional-integral-derivative (PID) controller, whereas linear-quadratic-integral (LQI) and model-predictive-control (MPC) have been investigated for reduced attitude control and their performance is compared based on absolute and mean-squared error. The simulation results affirm that the quadrotor remains in a stable region, successfully performs the reference tracking, and ensures a safe landing while counteracting the effects of propeller(s) failures.
  • Article
    Performance Investigation of ML Algorithms for Potato Blight Classification: The Role of Hyperparameter Tuning
    (Springer, 2026) Saeed, Sadia; Rehman, Hafiz Zia Ur; Hussain, Muhammad Ureed; Khan, Muhammad Umer; Saeed, Muhammad Tallal
    Potato is the world's fourth most important food crop, consumed by over a billion people. Early and late blight diseases can reduce yields by up to 40%, leading to severe economic and food security challenges. While manual detection methods are prone to error, automated, image-based machine learning (ML) offers a promising alternative, though its performance depends strongly on proper optimization. This study investigates the role of hyperparameter tuning in improving ML algorithms for potato blight classification. We utilized two datasets: the PlantVillage dataset (500 images per class) and a region-specific Potato Leaf Dataset (PLD) from Pakistan (1628 early blight, 1424 late blight, 1020 healthy). All images were resized to 256 & times; 256 pixels and augmented. Features were extracted using the Bag-of-Features (BoF) technique, and four classic ML models-Support Vector Machine (SVM), k-Nearest Neighbors (kNN), Linear Discriminant Analysis (LDA), and Random Forest (RF)-were trained. Hyperparameters were optimized via grid search with 5-fold cross-validation. This tuning led to measurable improvements; for instance, SVM accuracy increased from 93.0% to 95.9% on PlantVillage and from 85.0% to 87.0% on PLD. Evaluation using precision, recall, F1-score, and specificity confirmed SVM as the best-performing model. A confusion matrix analysis revealed that most misclassifications occurred between the two blight types due to visual similarity. To translate our findings into practice, we developed a MATLAB Graphical User Interface (GUI) that enables farmers to classify a leaf image in under three seconds and receive precautionary recommendations. This study demonstrates that systematic hyperparameter optimization is crucial for maximizing ML performance and is a key step in building accessible, real-time tools for precision agriculture. Future work will focus on extending the system to mobile and web platforms.