Back To Projects

Predicting the Severity of Alzheimer’s/Dementia from Magnetic Resonance Imaging Scans Using a Deep Learning Approach

Akshaj S.

The overall approach used in this research was utilizing a deep learning model, specifically a convolutional neural network. A convolutional neural network is a type of neural network architecture that specializes in identifying and making sense of patterns in image data. For this research, this type of neural network was mostly used for classifying images of dementia MRI scans based on their severities.


Dementia and Alzheimer’s disease are growing health challenges, as an estimated 10 million new diagnoses happen annually, highlighting the need for more efficient diagnostic processes. The lengthy process involves scheduling appointments, pre-screening assessments, and arranging screening appointments, consuming valuable time for healthcare professionals. A streamlined process leveraging computer-based screening could optimize efficiency. In fact, artificial intelligence-based systems also have potential to decrease overall healthcare costs by upwards of 10%, or over $360 billion annually (The Financial Cost of AI in Healthcare, 2023). Deep learning models, with their precision and technical capabilities, offer a promising solution. By automating screening tasks using deep learning, they can reduce administrative burdens, enhance accuracy, and expedite diagnoses, ultimately improving patient care and outcomes. The overall approach used in this research was utilizing a deep learning model, specifically a convolutional neural network. A convolutional neural network is a type of neural network architecture that specializes in identifying and making sense of patterns in image data. For this research, this type of neural network was mostly used for classifying images of dementia MRI scans based on their severities. It used certain classifying methods such as multi-class classification and a high volume of data (roughly 6400 images) to accurately distinguish between different levels of dementia severity. The model's performance metrics are robust, achieving an accuracy of 0.989, a precision of 0.99, a recall of 0.989, and an f1-score of 0.99 after 20 training epochs. These results suggest a high potential for CNN-based models to be integrated into clinical workflows, providing rapid and reliable assessments of dementia severity.

Explore More!

Akshaj S.
Kasra Koushan
MSE in CS from Penn

Related Projects

Using CNNs to Detect Breast Cancer From Histological Images

This study evaluated multiple deep learning approaches for automatically classifying breast cancer histopathology images as malignant or benign. The models demonstrated strong performance, with Keras Sequential achieving the highest accuracy (85.7%) and precision (88.4%), while VGG19 achieved the highest recall (94.8%), highlighting the potential of deep learning to support breast cancer diagnosis.
Edward C.
Mentored by Rami Abi-Akl
Using Machine Learning Models to Predict Asthma Hospitalizations Based on Air Pollutants

This study uses a Decision Tree regression model to analyze the relationship between air pollution (PM2.5, NO2, O3) and asthma hospitalizations in New York City, revealing significant prediction challenges and highlighting the potential for targeted healthcare interventions based on regional health vulnerabilities.
Nikhil T.
Mentored by Kyra Kraft
Skin Cancer Detection

The goal of this research project is to predict whether or not a patient has skin cancer through a machine learning model that is developed from an image dataset. Skin cancer is extremely dangerous, as over 9500 people in the US are diagnosed with it daily. If detected early, patients will have a more likely chance of survival. I tested an MLP Classifier, Decision Tree Regressor, a Logistic Regression Model, and a KNN Model to compare various results and ultimately determine the best accuracy. The MLP Classifier had a 74.5% accuracy, the Decision Tree Regressor had a 74.1% accuracy, the Logistic Regression Model had a 68.8% accuracy, and the KNN Model had a 74.6% accuracy (all testing). We can see that the MLP Classifier, Decision Tree Regressor, and the KNN Model had around the same accuracy while outperforming the Logistic Regression Model. However, when comparing training data, there seems to be a large overfitting problem with most of the models.
Jaida G.
Mentored by Odysseas Drosis