MINIPPT
MINIPPT
AND CLASSIFICATION
INTRODUCTION
PROBLEM STATEMENT
PROPOSED METHODOLOGY
OBJECTIVES
LITRATURE REVIEW
IMPLEMENTATION
REFERENCES
Department Name, BVCOE, New Delhi
2 Topic Name: , Mentor Name:
INTRODUCTION
Dementia, with Alzheimer's disease (AD) as its most prevalent form, is an escalating
global health concern. Timely detection and classification of dementia play pivotal
roles in patient care and intervention strategies. The challenge lies not only in
identifying early symptoms but also in providing accessible and accurate diagnostic
tools [1]. In this context, our research endeavors to harness the power of deep
learning and machine learning techniques to create a robust system for dementia
detection.
Our research sets out with a clear purpose: to develop an innovative, accessible, and
highly accurate system for dementia detection. By achieving this objective, we hope
to make substantial strides in addressing the global challenge of dementia, ultimately
contributing to the well-being of individuals and society at large.
3
PROBLEM STATEMENT
4
PROPOSED METHODOLOGY
Model Exploration
LITRATURE REVIEW • Experimenting with
• Learning approach DATA PREPROCESSING
• Replicating studies
• Data Cleaning & Exploration different Models
• Normalizing & Augmentation • Finding techniques and
possible model
[2] M.P. Bhatkoti KSA classification k-Sparse autoencoder (KSA) was Enhanced pair Model complexity
Pushkar used To find degraded brain regions. predictions with 100 was very high and
Experiments were conducted using classifier there is overfitting
150 images for MRI scans as well as combinations issue with degraded
CSF and PET images from the ADNI had accuracy = brain region study.
study. 83.143%, compared
to 71.327% for 50
combinations
[3] F. CHIYU, A. 3D-CNN A 3D-CNN framework for AD diag- Classifying AD Model was unable
ELAZAB, Y. framework, FSBi- nosis that utilized both MRI and PET from NC, pMCI from to diagnose sMCI
PENG, T. LSTM images, To improve the results of their NC, and sMCI from with good accuracy
WANG, F. method, they used FSBi-LSTM to NC had diagnosis which limits the real
ZHOU completely stack bidirectional long accuracy results of life application of
short- term memory on the concealed 94.82%, 86.36%, study.
spatial information from deep and 65.35%,
feature maps on ADNI dataset. respectively.
LITRATURE REVIEW
[5] M. Liu, F. Li, H. CNN, 3D A deep CNN model was used for Their method had
Yan, K. Wang, Y. DenseNet hippocampal segmentation. accuracy of 88.9%,
Ma, L. Shen, M. Xu, Then, using the segmented (ROC) had accuracy
A.D.N hippocampus a 3D DenseNet 76.2%. and an AUC of
was created to learn distinct 77.5% for detecting MCI
image features. vs. NC subjects.
[6] S. Neffati, K. Ben DKPCA, SVM They downsized the DKPCA was tested on Model focused
Abdellafou, I. Jaffel, dimensionality of the data using the OASIS dataset and more on
O. Taouali, K. DKPCA, and then applying a results were satisfactory preprocessing
Bouzrara multiclass SVM for classification compared to other methodology and
on the reduced-dimensional conventional less research
data. approaches. was done in
classification.
[7] T.A. Tuan, T.B. CNN, GNN, First they did tissuesegmentation On AD-86 and AD-126
Pham, J.Y. Kim, XGBoost, SVM which integrates a CNN module datasets, they achieved
J.M.R. Tavares and a Gaussian Mixture Model a Dice of 0.96 for
(GMM).Then, a hybrid classifica- segmentation and
tion model is proposed that classification accuracies
combines both extreme gradient o 0.88 and 0.80,
boosting (XGBoost) and SVM to respectively. AD-126
classify AD depending on group’s classification
the segmented tissues. accuracy was
lower than AD-86.
LITRATURE REVIEW
[9] Z. Cui, Z. Gao, J. CNN (Inception To improve the focus accuracy Accuracy of
Leng, T. Zhang, P. V3) Inception V3 three Inception blocks 85.7% for NC vs
Quan, W. Zhao were used. Better Inception V3 MCI
mannequin classified patients Classification.
With NC and MCI effectively.
[11] M. Shahbaz, S. Ali, KNN, DT, GLM Their study compared six different GLM can The accuracy
A. Guergachi, A. ML and data mining algorithms effectively was not very
Niazi, A. Umer including kNN, Decision Tree (DT), diagnose the high, and the
rule stages of AD work represents
inducton, Naive Bayes, generalized with accuracy of a comparative
linear model (GLM), and DL 88.24% study of ML
algorithms to find most distinguishing techniques.
feature for AD staging. All six
classifiers were subjected to a
10-fold cross-validation procedure.
IMPLEMENTATION OVERVIEW
1. Explored diverse Kaggle brain image datasets with classes like 'Moderate Demented,'
'Non Demented,' 'Mild Demented,' and 'Very Mild Demented.’
• 2. Implemented a CNN for image classification using TensorFlow and Keras, Conducted
rigorous exploratory data analysis, visualizing random images and scrutinizing
dimensions.
• 3. Preprocessed data with normalization and caching for efficient processing, Compiled
the CNN with the Adam optimizer and performed insightful training with visualizations.
• 5. Built a front-end for a web application for dementia detection and laid the foundation
for back-end development.
DATASET OVERVIEW
Key Components:
Model Architecture:
•Input Layer: Rescales pixel values to [0, 1] for normalization.
•Convolutional Layers: Extract features via convolution and activation
functions (ReLU).
•Pooling Layers: Downsample spatial dimensions.
• Flatten Layer:
Converts 2D feature
maps to a 1D array
• Dense Layers:
Concludes with dense
layers for
classification.
PREPROCESSING
• Checked class-wise distribution of images in the dataset.
• Implemented data
augmentation techniques
(horizontal flip, rotation, zoom)
to enhance model
generalization.
Visual Representation:
Graphical presentation showcasing
the validation accuracy and loss
curves over epochs.
Validation Accuracy:
Achieved an impressive validation
accuracy of 98.68%.
Validation Loss:
Attained a low validation loss of
0.0411.
REFERENCES
[1] F. Zhang, Z. Li, B. Zhang, H. Du, B. Wang, X. Zhang, Multi-modal deep learning
model for auxiliary diagnosis of alzheimer’s disease, Neurocomputing 361 (2019) 185–
195.
[2] M.P. Bhatkoti Pushkar, Early diagnosis of alzheimer’s disease: A multi-class deep
learning framework with modified k-sparse autoencoder classification.
[3] F. CHIYU, A. ELAZAB, Y. PENG, T. WANG, F. ZHOU, Deep learning framework
for alzheimer’s disease diagnosis via 3d-cnn and fsbi-lstm.
[4] J. Islam, Y. Zhang, Brain mri analysis for alzheimer’s disease diagnosis using an
ensemble system of deep convolutional neural networks, Brain informatics 5 (2) (2018)
1–14
[5] M. Liu, F. Li, H. Yan, K. Wang, Y. Ma, L. Shen, M. Xu, A.D.N. Initiative, et al, A
multi-model deep convolutional neural network for automatic hippocampus
segmentation and classification in alzheimer’s disease, NeuroImage 208 (2020)
116459.
[6] S. Neffati, K. Ben Abdellafou, I. Jaffel, O. Taouali, K. Bouzrara, An improved
machine learning technique based on downsized kpca for alzheimer’s disease
17 classification,Department
Int. J. Imaging Syst. Technol.
Name, BVCOE, 29 (2) (2019) 121–131
New Delhi
Topic Name: , Mentor Name:
REFERENCES
[7] S. Sarraf, G. Tofighi, Classification of alzheimer’s disease using fmri data and deep
learning convolutional neural networks, arXiv preprint arXiv:1603.08631.
[8] Z. Cui, Z. Gao, J. Leng, T. Zhang, P. Quan, W. Zhao, Alzheimer’s disease diagnosis
using enhanced inception network based on brain magnetic resonance image, in: 2019
IEEE International Conference on Bioinformatics and Biomedicine (BIBM), IEEE,
2019, pp. 2324–2330.
[9] E. Jabason, M.O. Ahmad, M. Swamy, Classification of alzheimer’s disease from mri
data using an ensemble of hybrid deep convolutional neural networks, 2019 IEEE 62 nd
International Midwest Symposium on Circuits and Systems
(MWSCAS), IEEE, 2019, pp. 481–484.
[11] T.A. Tuan, T.B. Pham, J.Y. Kim, J.M.R. Tavares, Alzheimer’s diagnosis using deep
learning in segmenting and classifying 3d brain mr images, Int. J. Neurosci. (2020) 1–
10.
THANK
YOU