Ensemble of Convolutional Neural Networks for StrokePrediction: Towards Improved Diagnostic Accuracy

TL;DR

Ensemble CNN achieves 99.52% accuracy in stroke prediction, outperforming individual models.

cs.CV 🔴 Advanced 2026-08-26 64 views
Md Shahriar Sajid
deep learning stroke prediction ensemble methods neural networks medical AI

Key Findings

Methodology

The study integrates seven supervised machine learning algorithms, emphasizing ensemble techniques like Random Forest, Stacking Classifier, and Bagging Classifier, utilizing 11 features for stroke prediction. Data preprocessing involves missing value imputation, feature selection via importance scores, and normalization. Models are trained and validated through cross-validation, with performance assessed via confusion matrices, ROC curves, and AUC metrics. Ensemble models achieved up to 99.52% accuracy, significantly surpassing single models. A custom feedforward neural network also achieved 94.91%, demonstrating deep learning's potential. The comprehensive evaluation confirms ensemble strategies' robustness for clinical application.

Key Results

  • Ensemble methods (Random Forest, Stacking, Bagging) reached 99.52% accuracy, outperforming traditional models and validating the effectiveness of model fusion.
  • Decision Tree achieved 98.24%, KNN and TabNet reached 96.73% and 96.49%, respectively, indicating reliability across diverse algorithms.
  • Custom neural network achieved 94.91%, showing deep learning's promise but slightly less than ensemble methods.

Significance

This research demonstrates that combining multiple models significantly enhances stroke prediction accuracy, offering a reliable tool for early diagnosis. High-precision models can facilitate automated screening, reduce healthcare costs, and improve patient outcomes. The study also highlights the synergy between traditional machine learning and deep learning, paving the way for more sophisticated AI-driven diagnostic systems. Such advancements could be extended to other medical conditions, advancing personalized medicine and public health initiatives.

Technical Contribution

The study's key innovation lies in integrating multiple ensemble learning techniques—Random Forest, stacking, and bagging—to boost predictive performance. It introduces a feature importance-based selection process, ensuring model robustness. The design of a custom deep neural network adds depth to feature representation. The multi-metric evaluation framework ensures model reliability across various scenarios. This comprehensive approach advances the state-of-the-art in stroke prediction, providing a scalable, accurate, and interpretable AI solution for clinical deployment.

Novelty

This work is among the first to systematically combine multiple ensemble learning strategies with deep neural networks for stroke prediction. Unlike prior studies relying on single models or limited combinations, this research achieves a 99.52% accuracy by leveraging diverse model fusion and feature optimization. It also explores multi-model integration in a unified framework, filling gaps in model robustness and generalization. The innovative use of feature importance scores for model input refinement further distinguishes this approach, setting new benchmarks in predictive healthcare AI.

Limitations

  • Limited dataset size and diversity may restrict model generalization across different populations and regions.
  • Heavy reliance on selected features means that noisy or incomplete data could degrade performance.
  • Computational complexity of ensemble training and inference poses challenges for real-time deployment in resource-constrained settings.

Future Work

Future efforts should focus on expanding datasets with diverse demographic and clinical data to improve model robustness. Developing lightweight ensemble architectures and feature extraction techniques can reduce computational load. Incorporating multimodal data, such as imaging and genetic information, could further enhance accuracy. Improving model interpretability and explainability will be crucial for clinical acceptance. Ultimately, integrating these models into real-world healthcare workflows will require validation through prospective studies and regulatory approval, paving the way for widespread adoption.

AI Executive Summary

Stroke remains one of the leading causes of death and disability worldwide, demanding highly accurate early diagnostic tools. Traditional clinical assessments, while valuable, often lack the precision needed for timely intervention. Recent advances in machine learning and deep learning have opened new avenues for predictive modeling, yet challenges remain in achieving clinical-grade accuracy. This study introduces a sophisticated ensemble framework combining multiple machine learning algorithms, notably Random Forest, Stacking Classifier, and Bagging Classifier, trained on 11 key features extracted from public datasets.

The models underwent rigorous preprocessing, including missing data handling, feature importance-based selection, and normalization, ensuring robustness. Experimental results show the ensemble methods reaching an unprecedented 99.52% accuracy, significantly outperforming individual models like decision trees and neural networks. The custom deep neural network achieved 94.91%, demonstrating the value of deep learning in feature representation.

These findings underscore the potential of ensemble AI models to revolutionize stroke screening, enabling automated, rapid, and reliable early detection. Such systems could be integrated into clinical workflows, providing physicians with powerful decision support tools that reduce misdiagnosis and improve patient outcomes. The research also highlights the importance of combining traditional machine learning with deep learning to leverage their respective strengths.

Looking ahead, expanding datasets, enhancing model interpretability, and integrating multimodal data sources will be key to translating this technology into real-world healthcare settings. Despite current limitations, this work marks a significant step toward intelligent, accessible stroke diagnostics, promising substantial benefits for global health systems and patient care.

Deep Dive

Abstract

Brain stroke, known for its high mortality and incidence rates, poses significant health risks and requires rapid intervention for survival. Early diagnosis and preventive measures can greatly reduce life loss and disabilities. Recent advancements in deep learning have led to novel computer-aided diagnostic techniques for early stroke detection. This study proposes an intelligent system that predicts potential strokes using eleven features, evaluated through seven supervised machine learning algorithms. The process includes a literature review, dataset visualization, data preprocessing, and model evaluation. Ensemble methods like Random Forest, Stacking Classifier, and Bagging Classifier achieved high accuracies of 99.52%, while Decision Tree reached 98.24%. Other models, including KNN and TabNet, demonstrated reliable performance, achieving accuracies of 96.73% and 96.49%, respectively. The custom feedforward model achieved 94.91%, while SVC and logistic regression had lower accuracies at 88.06% and 77.03%. The results highlight the effectiveness of ensemble methods in stroke classification.

cs.CV cs.AI