Data-intensive Knowledge Discovery from Brain Imaging of Alzheimer s Disease Patients

Size: px
Start display at page:

Download "Data-intensive Knowledge Discovery from Brain Imaging of Alzheimer s Disease Patients"

Transcription

1 PDCLifeS - EURO-PAR 2018 Invited Talk Data-intensive Knowledge Discovery from Brain Imaging of Alzheimer s Disease Patients Dr. Assoc. Prof., Head of Department Department of Computer Science University of Reading, UK G.DiFatta@reading.ac.uk 28 August 2018, Torino, Italy

2 Outline Motivations Collaborators Dementia and Alzheimer s Disease (AD) The Human Brain Structural Magnetic Resonance Imaging (MRI) Data-driven Knowledge Discovery Pre-processing: Feature generation Data manipulation Feature selection Classification A highly-descriptive predictive model Conclusions 2

3 Collaborators on this topic Many thanks to the colleagues and students I enjoyed working with: Prof. Doug Saddy, Director of Centre for Integrative Neuroscience and Neurodynamics, University of Reading, UK Prof. Mario Cannataro, Department of Medical and Surgical Sciences, School of Informatics and Biomedical Engineering, University Magna Graecia of Catanzaro, Italy Dr. Alessia Sarica, Istituto di Bioimmagini e Fisiologia Molecolare (IBFM), National Research Council (CNR), Catanzaro, Italy Dr. Alexander Spedding, PhD student, Department of Computer Science, University of Reading, UK Fabio Cappello, MSc student, Department of Computer Science, University of Reading, UK, now R&D Software Engineer at Sony Interactive Entertainment Europe, London. Miguel Sanchez, MSc student, Department of Computer Science, University of Reading, UK. 3

4 Dementia and Alzheimer s Disease Mental disorders are one of the five most costly conditions for medical spending. Dementia is the most expensive condition for medical and social cost and, still, it receives only a fraction of the research funds w.r.t. other health conditions. Alzheimer s Disease (AD): 60-80% of dementia cases Several national and international campaigns aimed at raising awareness and attention (e.g., Currently more than 40 million people suffer from AD million by 2050, leading to one of the most significant global social economic health crises 4

5 Alzheimer s Disease (AD) It is a neurodegenerative disease that slowly and progressively destroys brain cells. German neurologist Alois Alzheimer in 1907 first described the symptoms and identified the brain anomalies associated with it. AD affects memory, behaviour and cognitive function leading to confusion, changes of mood and disorientation. AD is most often diagnosed in people over 65 years. Early symptoms are mild cognitive difficulties (up to 8 years before), such as short term memory loss. In the late stage it causes a general deterioration in health and is terminal. Life expectancy following diagnosis is 3-9 years. The exact cause of AD is unknown. 5

6 Alzheimer s Disease (AD) Misconception: It is not a normal part of aging. Need for understanding causes to find better therapies and a cure. Importance of early and accurate diagnosis Quality of life can be significantly improved. 6

7 Alzheimer s Disease (AD) 7

8 Magnetic Resonance Imaging (MRI) MRI scanners use strong magnetic fields, radio waves, and field gradients to form images of the body. A scan generates a highly detailed view of tissues within the body. Structural MRI: a high resolution 3D image is generated. Brain MRI data are more frequently collected and in some cases made publicly available (e.g., ADNI, IXI).

9 Predictive Task Source data: structural MRI scans of human brains, demographic information and diagnosis of the subjects Alzheimer s Disease (AD) Mild Cognitive Impairment (MCI) It is not a type of dementia: it is a brain function syndrome with similar symptoms to AD (lesser extent). Recognised as a risk factor for developing AD Healthy Control (HC): no dementia syndrome Predictive task: Classify whether a subject is HC, MCI or AD based on a structural MRI Challenges: data manipulation, accuracy, curse of dimensionality, interpretability and confidence of models/predictions 9

10 Data Workflow data gathering, selection Image Segmentation Feature generation (stats on RoIs) data mining Pre-processing A single MRI scan file typically takes MB. After pre-processing the files generated for a single image take MB. We used MRI data of ~800 subjects: ~300GB. Pre-procesing of a single image takes ~8h ~9 months in total. A data parallel approach used to speed up computation ~10 days. 10

11 Data Workflow data gathering, selection Image Segmentation Feature generation (stats on RoIs) data mining Data Parallel task 3D brain images of 813 subjects Data Mining Predictive Task [Feature selection] Generate a predictive model from a training set: classification method Estimate accuracy of the model on a test set Use cross-validation to obtain a reliable estimate of the performance 11

12 Pre-processing Tools FreeSurfer is an open source software suite for processing and analyzing human brain MRI images. ( Image Registration, Subcortical Segmentation, Cortical Surface Reconstruction, Cortical Segmentation, Cortical Thickness Estimation, etc. The FMRIB Software Library (FSL) provides image analysis and statistical tools for fmri, MRI and DTI brain imaging data. ( 12

13 Feature Generation A total of 361 attributes: Morphological measures of specific regions of interests of left and right hemispheres: 138 cortical thickness measures (mean and standard deviation) 70 cortical areas 68 cortical volumes 16 hippocampal subfield volumes 66 volumes of subcortical structures age, gender, diagnosis volume data area data thickness data diffusion data demographical/clinical data 13

14 Data Manipulation FreeSurfer/FSL tools are based on UNIX shell scripts and generate a large number of files for a single image. Data manipulation may be a limiting factor for fast prototyping. Adopting an advanced analytics platform KNIME, the Konstanz Information Miner Introducing K-Surfer, a plugin for KNIME a tool for importing, managing and analysing FreeSurfer/FSL data in KNIME Introducing R-Surfer, an R package a tool for importing, managing and analysing FreeSurfer/FSL data in R K-Surfer

15 Data Science Platforms Gartner 2018 Magic Quadrant for Data Science and Machine-Learning Platforms 15

16 K-Surfer K-Surfer is a KNIME plug-in that contributes a number of nodes and meta-nodes to import FreeSurfer and FSL data into KNIME. K-Surfer simplifies the importing of multi-dimensional data for group analysis based on the volume, thickness and diffusion data of neuroimages. 16

17 R-Surfer Manipulating 'Freesurfer' generated data in R rsurfer is an R package that provides functionality to import the data generated by FreeSurfer version 5.3, the opensource software suite for the segmentation of brain MRIs. It helps to easily manipulate the data and provides brain specific normalisation commonly used when studying structural brain MRIs. 17

18 Feature Selection Feature selection can reduce dimensionality, thus mitigating computational performance issues and improving the classification accuracy. 1. Advanced Feature Selection composed by five stages (5S-Combo) Combining several methods and performing binary and multinominal classification: Correlation filter, Random Forest filter, SVM wrapper 2. Genetic Algorithms (GA) Exploiting the ability of GA to explore large search spaces efficiently 3. Statistical approach: differential two-step feature selection based on unequal variances T-test Exploiting similarity/dissimilarity of probability distributions in multi-label and multisource data 18

19 Advanced Feature Selection Binary classifiers: HCvsMCI, HCvsAD, ADvsMCI Multinominal OVO classification 19

20 Feature Selection Results 1. Advanced Feature Selection composed by five stages (5S-Combo), 2. Genetic Algorithms (GA) Both tested with Multinominal classification task SVM with radial basis filter kernel ADNI data 10-fold cross validation SVM used 133 features 20

21 CADDementia Computer-aided diagnosis methods based on structural brain MRI may improve the early diagnosis of dementia. CADDementia is a grand challenge workshop to objectively validate and compare methods for computer-aided diagnosis based on structural brain MRI scans. Advanced FS and SVM successfully applied to the CADDementia 2014 challenge Results of our team: 11 th /29 for multi-nominal accuracy 8 th //29 for AD classification accuracy 21

22 Classification Approaches Binary classification problem: HC vs AD Features: No selection: all the 361 numerical measurements of the brain RoIs Domain-specific feature selection: 16 hippocampal subfields Filter methods: correlation with the target variable Wrapper methods: 5S-Combo, GA algorithms Embedded methods: e.g. LASSO regression Classification methods I focus on predictive accuracy: 1. Binary Region Classifier (BRC) 2. Probability Weight-based Classification (PWC) 3. Bayesian Classifier (Bayes) 4. Support Vector Machine (SVM) Classification methods II predictive accuracy and descriptive power: Brain Age Estimation: Regression and Logistic Regression 22

23 LDA and Probability-based Classifiers PDF of volumes of 16 hippocampal subfields across subjects: HC vs AD X-axis: volume measure (v) Y-axis: P(AD v) and P(HC v) Thresholds determined by Linear Discriminant Analysis (LDA) 23

24 LDA and Probability-based Classifiers Number of subjects found positive in a number (1-14) of attributes 24

25 Classification Methods Features: 16 hippocampal subfields Classification methods: 1. Binary Region Classifier (BRC) 2. Probability Weight-based Classification (PWC) 3. Bayesian Classifier (Bayes) 4. Support Vector Machine (SVM) 10-fold cross validation (avg accuracy over ten 10-f xval trials)

26 Brain Age Estimation Can we achieve both descriptive and predictive goals? What could be a good model to predict a neurodegenerative disease with a good descriptive ability? AD makes the brain look older than the actual age of the subject. The subject age is estimated by (i) taking into account the specific predictive task and (ii) leveraging on multiple data sources. Method: 1. A context-aware regression model of the subject age: the apparent brain age 2. Classification model based on the difference between the apparent brain age and the actual age of the subject. 26

27 Brain Age Estimation Workflow D2FS brain age 27

28 Differential Feature Selection Differential Feature Selection based on Unequal Variances T- test (D1FS) Differential two-step Feature Selection based on Unequal Variances T-test (D2FS) IXI-HC D2FS ADNI-HC + T-test D1FS T-test - selected features ADNI-AD 28

29 Brain Age vs Age (male subjects) 29

30 Logistic Regression Male subjects Female subjects 30

31 Systematic Performance Analysis Classification algorithms SVM Proposed workflow with logistic regression: all possible variants of the workflow to identify contribution of each component Datasets ADNI ADNI and IXI Features All original features (brain region of interests measurements) All original features plus age deviation Only age deviation Hippocampal subfields Hippocampal subfields plus age deviation Performance indices Accuracy, specificity, sensitivity, NPV, precision 31

32 Accuracy Spotlight (M) ADNI IXI IXI data sources D1FS D2FS feature selection Apparent Brain Age single new feature 32

33 Classification Results The proposed method with a simple Logistic Regression based on a single highly descriptive feature (age deviation) achieves better accuracy than the baseline method (SVM on all features). Best accuracy achieved by SVM based on the proposed workflow for feature selection (D2FS) and the estimation of the apparent brain age. When domain-specific features are manually selected, the addition of the apparent brain age significantly improves the accuracy. Multi-source data are beneficial additional healthy subjects (IXI) improved the age regression model The two-step T-test feature selection is beneficial to improve the accuracy especially when the age deviation is used as single predictor and in all other cases as well. 33

34 Conclusions K-Surfer and R-Surfer: tools for automatic data manipulation helped to save time and to focus on the data mining challenges. With same pre-processing, normalisation and feature selection most classification methods are similar in terms of accuracy. Black-box approaches may achieve a good accuracy but may lack descriptive capabilities, especially in high-dimensional spaces. Hippocampal subfields are good predictors as known in the literature, but are not sufficient to achieve close-to-best accuracy. A new feature, the apparent brain age, helps at improving predictive accuracy in all cases and can also be used on its own for a highly descriptive classification model. Open issues Would more data be useful to improve the results further? What is the specificity w.r.t. other types of neurodegenerative diseases? Even more data would be needed to extend the work. 34

35 Publications A. Spedding, G. Di Fatta, F. Cappello and J.D. Saddy, Apparent Brain Age Estimation for Alzheimer s Disease Prediction, in preparation A. Spedding, G. Di Fatta and J.D. Saddy, "An LDA and Probability-based Classifier for the Diagnosis of Alzheimer's Disease from Structural MRI", Workshop on High Performance Bioinformatics and Biomedicine (HiBB), the IEEE International Conference on Bioinformatics and Biomedicine (BIBM), Nov. 9-12, 2015, Washington D.C., pp A. Spedding, G. Di Fatta and M. Cannataro, "A Genetic Algorithm for the Selection of Structural MRI Features for Classification of Mild Cognitive Impairment and Alzheimer's Disease", Workshop on Machine learning in decision making for biomedical applications, IEEE Int.l Conference on Bioinformatics and Biomedicine (BIBM), Nov. 9-12, 2015, Washington D.C., pp E.E. Bron et al., "Standardized evaluation of algorithms for computer-aided diagnosis of dementia based on structural MRI: the CADDementia challenge", NeuroImage, an Elsevier Journal of Brain Function, 1 May 2015, 111: A. Sarica, G. Di Fatta, G. Smith, M. Cannataro, D. Saddy, "Advanced Feature Selection in Multinominal Dementia Classification from Structural MRI Data", in the Proc. of the Workshop on Computer-Aided Diagnosis of Dementia based on structural MRI data (CADDementia), Conf. on Medical Image Computing and Computer Assisted Intervention (MICCAI), Sept. 18, 2014, Boston, MA, USA A. Sarica, G. Di Fatta, M. Cannataro, "K-Surfer: A KNIME extension for the management and analysis of human brain MRI FreeSurfer/FSL Data", Int.l Conf. on Brain Informatics and Health, August 2014, Warsaw, Poland, Springer LNCS V.8609, 2014, pp M. Berthold, N. Cebron, F. Dill, G. Di Fatta, T. Gabriel, F. Georg, T. Meinl, P. Ohl, C. Sieb, B. Wiswedel, "KNIME: the Konstanz Information Miner", Proc. 4th Annual Industrial Simulation Conference (ISC), Palermo, Italy, June 5-7, 2006, pp

36 Questions?

Data-driven Knowledge Discovery of Atypical Brain States

Data-driven Knowledge Discovery of Atypical Brain States UK Symposium on Knowledge Discovery and Data Mining 2016 Organised by BCS SGAI - The Specialist Group on Artificial Intelligence Data-driven Knowledge Discovery of Atypical Brain States Dr. Associate Professor

More information

An LDA and probability based classifier for the diagnosis of Alzheimer's Disease from structural MRI

An LDA and probability based classifier for the diagnosis of Alzheimer's Disease from structural MRI An LDA and probability based classifier for the diagnosis of Alzheimer's Disease from structural MRI Conference or Workshop Item Accepted Version Spedding, A. L., Di Fatta, G. and Saddy, J. D. (2015) An

More information

Advanced Feature Selection in Multinominal Dementia Classification from Structural MRI Data

Advanced Feature Selection in Multinominal Dementia Classification from Structural MRI Data Advanced Feature Selection in Multinominal Dementia Classification from Structural MRI Data Alessia Sarica 1, Giuseppe Di Fatta 2, Garry Mark Smith 2,3, Mario Cannataro 1, and James Douglas Saddy 3 and

More information

Detection of Mild Cognitive Impairment using Image Differences and Clinical Features

Detection of Mild Cognitive Impairment using Image Differences and Clinical Features Detection of Mild Cognitive Impairment using Image Differences and Clinical Features L I N L I S C H O O L O F C O M P U T I N G C L E M S O N U N I V E R S I T Y Copyright notice Many of the images in

More information

Heterogeneous Data Mining for Brain Disorder Identification. Bokai Cao 04/07/2015

Heterogeneous Data Mining for Brain Disorder Identification. Bokai Cao 04/07/2015 Heterogeneous Data Mining for Brain Disorder Identification Bokai Cao 04/07/2015 Outline Introduction Tensor Imaging Analysis Brain Network Analysis Davidson et al. Network discovery via constrained tensor

More information

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis

Classification and Statistical Analysis of Auditory FMRI Data Using Linear Discriminative Analysis and Quadratic Discriminative Analysis International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-6, November-2014 Classification and Statistical Analysis of Auditory FMRI Data Using

More information

Discriminative Analysis for Image-Based Studies

Discriminative Analysis for Image-Based Studies Discriminative Analysis for Image-Based Studies Polina Golland 1, Bruce Fischl 2, Mona Spiridon 3, Nancy Kanwisher 3, Randy L. Buckner 4, Martha E. Shenton 5, Ron Kikinis 6, Anders Dale 2, and W. Eric

More information

Characterizing Anatomical Variability And Alzheimer s Disease Related Cortical Thinning in the Medial Temporal Lobe

Characterizing Anatomical Variability And Alzheimer s Disease Related Cortical Thinning in the Medial Temporal Lobe Characterizing Anatomical Variability And Alzheimer s Disease Related Cortical Thinning in the Medial Temporal Lobe Long Xie, Laura Wisse, Sandhitsu Das, Ranjit Ittyerah, Jiancong Wang, David Wolk, Paul

More information

Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images.

Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images. Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images. Olga Valenzuela, Francisco Ortuño, Belen San-Roman, Victor

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Contributions to Brain MRI Processing and Analysis

Contributions to Brain MRI Processing and Analysis Contributions to Brain MRI Processing and Analysis Dissertation presented to the Department of Computer Science and Artificial Intelligence By María Teresa García Sebastián PhD Advisor: Prof. Manuel Graña

More information

Discriminative Analysis for Image-Based Population Comparisons

Discriminative Analysis for Image-Based Population Comparisons Discriminative Analysis for Image-Based Population Comparisons Polina Golland 1,BruceFischl 2, Mona Spiridon 3, Nancy Kanwisher 3, Randy L. Buckner 4, Martha E. Shenton 5, Ron Kikinis 6, and W. Eric L.

More information

Visualization strategies for major white matter tracts identified by diffusion tensor imaging for intraoperative use

Visualization strategies for major white matter tracts identified by diffusion tensor imaging for intraoperative use International Congress Series 1281 (2005) 793 797 www.ics-elsevier.com Visualization strategies for major white matter tracts identified by diffusion tensor imaging for intraoperative use Ch. Nimsky a,b,

More information

AUTOMATING NEUROLOGICAL DISEASE DIAGNOSIS USING STRUCTURAL MR BRAIN SCAN FEATURES

AUTOMATING NEUROLOGICAL DISEASE DIAGNOSIS USING STRUCTURAL MR BRAIN SCAN FEATURES AUTOMATING NEUROLOGICAL DISEASE DIAGNOSIS USING STRUCTURAL MR BRAIN SCAN FEATURES ALLAN RAVENTÓS AND MOOSA ZAIDI Stanford University I. INTRODUCTION Nine percent of those aged 65 or older and about one

More information

Supplementary Information Methods Subjects The study was comprised of 84 chronic pain patients with either chronic back pain (CBP) or osteoarthritis

Supplementary Information Methods Subjects The study was comprised of 84 chronic pain patients with either chronic back pain (CBP) or osteoarthritis Supplementary Information Methods Subjects The study was comprised of 84 chronic pain patients with either chronic back pain (CBP) or osteoarthritis (OA). All subjects provided informed consent to procedures

More information

Large-scale classification of major depressive disorder via distributed Lasso

Large-scale classification of major depressive disorder via distributed Lasso Large-scale classification of major depressive disorder via distributed Lasso Dajiang Zhu a, Qingyang Li b, Brandalyn C. Riedel a, Neda Jahanshad a, Derrek P. Hibar a, Ilya M. Veer h, Henrik Walter h,

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

Quantitative Neuroimaging- Gray and white matter Alteration in Multiple Sclerosis. Lior Or-Bach Instructors: Prof. Anat Achiron Dr.

Quantitative Neuroimaging- Gray and white matter Alteration in Multiple Sclerosis. Lior Or-Bach Instructors: Prof. Anat Achiron Dr. Quantitative Neuroimaging- Gray and white matter Alteration in Multiple Sclerosis Lior Or-Bach Instructors: Prof. Anat Achiron Dr. Shmulik Miron INTRODUCTION Multiple Sclerosis general background Gray

More information

Diagnosis of Liver Tumor Using 3D Segmentation Method for Selective Internal Radiation Therapy

Diagnosis of Liver Tumor Using 3D Segmentation Method for Selective Internal Radiation Therapy Diagnosis of Liver Tumor Using 3D Segmentation Method for Selective Internal Radiation Therapy K. Geetha & S. Poonguzhali Department of Electronics and Communication Engineering, Campus of CEG Anna University,

More information

MORNING COFFEE

MORNING COFFEE Final on-site schedule for 5. October MICCAI 2015 BrainLes: Brain-lesion workshop (BrainLes) Ischemic Stroke Lesion Segmentation Challenge (ISLES) Brain Tumor Image Segmentation Challenge (BRATS) MORNING

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

Early Detection of Lung Cancer

Early Detection of Lung Cancer Early Detection of Lung Cancer Aswathy N Iyer Dept Of Electronics And Communication Engineering Lymie Jose Dept Of Electronics And Communication Engineering Anumol Thomas Dept Of Electronics And Communication

More information

Multiple stages classification of Alzheimers disease based on structural brain networks using Generalized Low Rank Approximations (GLRAM)

Multiple stages classification of Alzheimers disease based on structural brain networks using Generalized Low Rank Approximations (GLRAM) Multiple stages classification of Alzheimers disease based on structural brain networks using Generalized Low Rank Approximations (GLRAM) Zhan L, Nie Z, Ye J, Wang Y, Jin Y, Jahanshad N, Prasad G, de Zubicaray

More information

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE Proceedings of the 3rd INFORMS Workshop on Data Mining and Health Informatics (DM-HI 2008) J. Li, D. Aleman, R. Sikora, eds. AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES

More information

Classification of Major Depressive Disorder. via Multi-Site Weighted LASSO Model

Classification of Major Depressive Disorder. via Multi-Site Weighted LASSO Model Classification of Major Depressive Disorder via Multi-Site Weighted LASSO Model DajiangZhu 1, Brandalyn c. Riedel 1, Neda Jahanshad 1, Nynke Groenewold 2, Dan J. Stein 2, Ian H. Gotlib 3, Danai Dima 4,5,

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science

Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science Assigning B cell Maturity in Pediatric Leukemia Gabi Fragiadakis 1, Jamie Irvine 2 1 Microbiology and Immunology, 2 Computer Science Abstract One method for analyzing pediatric B cell leukemia is to categorize

More information

arxiv: v2 [cs.cv] 19 Dec 2017

arxiv: v2 [cs.cv] 19 Dec 2017 An Ensemble of Deep Convolutional Neural Networks for Alzheimer s Disease Detection and Classification arxiv:1712.01675v2 [cs.cv] 19 Dec 2017 Jyoti Islam Department of Computer Science Georgia State University

More information

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2011 January 1.

NIH Public Access Author Manuscript Med Image Comput Comput Assist Interv. Author manuscript; available in PMC 2011 January 1. NIH Public Access Author Manuscript Published in final edited form as: Med Image Comput Comput Assist Interv. 2010 ; 13(Pt 3): 611 618. Sparse Bayesian Learning for Identifying Imaging Biomarkers in AD

More information

Identifikation von Risikofaktoren in der koronaren Herzchirurgie

Identifikation von Risikofaktoren in der koronaren Herzchirurgie Identifikation von Risikofaktoren in der koronaren Herzchirurgie Julia Schiffner 1 Erhard Godehardt 2 Stefanie Hillebrand 1 Alexander Albert 2 Artur Lichtenberg 2 Claus Weihs 1 1 Fakultät Statistik, Technische

More information

Network-based pattern recognition models for neuroimaging

Network-based pattern recognition models for neuroimaging Network-based pattern recognition models for neuroimaging Maria J. Rosa Centre for Neuroimaging Sciences, Institute of Psychiatry King s College London, UK Outline Introduction Pattern recognition Network-based

More information

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories

Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Investigating the performance of a CAD x scheme for mammography in specific BIRADS categories Andreadis I., Nikita K. Department of Electrical and Computer Engineering National Technical University of

More information

Detecting Cognitive States Using Machine Learning

Detecting Cognitive States Using Machine Learning Detecting Cognitive States Using Machine Learning Xuerui Wang & Tom Mitchell Center for Automated Learning and Discovery School of Computer Science Carnegie Mellon University xuerui,tom.mitchell @cs.cmu.edu

More information

Improved Hepatic Fibrosis Grading Using Point Shear Wave Elastography and Machine Learning

Improved Hepatic Fibrosis Grading Using Point Shear Wave Elastography and Machine Learning Improved Hepatic Fibrosis Grading Using Point Shear Wave Elastography and Machine Learning Presenter: Hersh Sagreiya 1, M.D. Authors: Alireza Akhbardeh 1, Ph.D., Isabelle Durot 1, M.D., Carlo Filice 2,

More information

High-fidelity Imaging Response Detection in Multiple Sclerosis

High-fidelity Imaging Response Detection in Multiple Sclerosis High-fidelity Imaging Response Detection in Multiple Sclerosis Dr Baris Kanber, Translational Imaging Group, Centre for Medical Image Computing, Department of Medical Physics and Biomedical Engineering,

More information

Postdoctoral and research scientist positions

Postdoctoral and research scientist positions Postdoctoral and research scientist positions Postdoctoral Positions 1. Brain Injury in Contact Sports 2. Imaging Genetics 3. Multi-parametric Tumor Quantification 4. Deep Learning for Neuroimaging 5.

More information

Assessing Brain Volumes Using MorphoBox Prototype

Assessing Brain Volumes Using MorphoBox Prototype MAGNETOM Flash (68) 2/207 33 Assessing Brain Volumes Using MorphoBox Prototype Alexis Roche,2,3 ; Bénédicte Maréchal,2,3 ; Tobias Kober,2,3 ; Gunnar Krueger 4 ; Patric Hagmann ; Philippe Maeder ; Reto

More information

Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision in Pune, India

Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision in Pune, India 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Logistic Regression and Bayesian Approaches in Modeling Acceptance of Male Circumcision

More information

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing

Segmentation of Tumor Region from Brain Mri Images Using Fuzzy C-Means Clustering And Seeded Region Growing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. I (Sept - Oct. 2016), PP 20-24 www.iosrjournals.org Segmentation of Tumor Region from Brain

More information

Automated detection of abnormal changes in cortical thickness: A tool to help diagnosis in neocortical focal epilepsy

Automated detection of abnormal changes in cortical thickness: A tool to help diagnosis in neocortical focal epilepsy Automated detection of abnormal changes in cortical thickness: A tool to help diagnosis in neocortical focal epilepsy 1. Introduction Epilepsy is a common neurological disorder, which affects about 1 %

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

National Academies Next Generation SAMPLE Researchers TITLE Initiative HERE

National Academies Next Generation SAMPLE Researchers TITLE Initiative HERE National Academies Next Generation SAMPLE Researchers TITLE Initiative HERE Dennis A. Dean, II, PhD Sanofi Auditorium July 13, 2017 sevenbridges.com A little about me Research Experience Analytics and

More information

Classification of Alzheimer s disease subjects from MRI using the principle of consensus segmentation

Classification of Alzheimer s disease subjects from MRI using the principle of consensus segmentation Classification of Alzheimer s disease subjects from MRI using the principle of consensus segmentation Aymen Khlif and Max Mignotte 1 st September, Maynooth University, Ireland Plan Introduction Contributions

More information

Biomedical Imaging: Course syllabus

Biomedical Imaging: Course syllabus Biomedical Imaging: Course syllabus Dr. Felipe Orihuela Espina Term: Spring 2015 Table of Contents Description... 1 Objectives... 1 Skills and Abilities... 2 Notes... 2 Prerequisites... 2 Evaluation and

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks

Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks Group-Wise FMRI Activation Detection on Corresponding Cortical Landmarks Jinglei Lv 1,2, Dajiang Zhu 2, Xintao Hu 1, Xin Zhang 1,2, Tuo Zhang 1,2, Junwei Han 1, Lei Guo 1,2, and Tianming Liu 2 1 School

More information

IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING 1

IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING 1 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING Joint Classification and Regression via Deep Multi-Task Multi-Channel Learning for Alzheimer s Disease Diagnosis Mingxia Liu, Jun Zhang, Ehsan Adeli, Dinggang

More information

Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation

Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation Challenges of Automated Machine Learning on Causal Impact Analytics for Policy Evaluation Prof. (Dr.) Yuh-Jong Hu and Shu-Wei Huang hu@cs.nccu.edu.tw, wei.90211@gmail.com Emerging Network Technology (ENT)

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

arxiv: v1 [stat.ml] 21 Sep 2017

arxiv: v1 [stat.ml] 21 Sep 2017 Yet Another ADNI Machine Learning Paper? Paving The Way Towards Fully-reproducible Research on Classification of Alzheimer s Disease Jorge Samper-González 1,2, Ninon Burgos 1,2, Sabrina Fontanella 1,2,

More information

End-To-End Alzheimer s Disease Diagnosis and Biomarker Identification

End-To-End Alzheimer s Disease Diagnosis and Biomarker Identification End-To-End Alzheimer s Disease Diagnosis and Biomarker Identification Soheil Esmaeilzadeh 1, Dimitrios Ioannis Belivanis 1, Kilian M. Pohl 2, and Ehsan Adeli 1 1 Stanford University 2 SRI International

More information

G8 Dementia Summit. Joint Opening Plenary

G8 Dementia Summit. Joint Opening Plenary G8 Dementia Summit Joint Opening Plenary London, 11 December 2013 Speech by Yves Leterme Deputy Secretary-General, OECD 0 Secretary of State Jeremy Hunt, Director General of the World Health Organisation

More information

Facial expression recognition with spatiotemporal local descriptors

Facial expression recognition with spatiotemporal local descriptors Facial expression recognition with spatiotemporal local descriptors Guoying Zhao, Matti Pietikäinen Machine Vision Group, Infotech Oulu and Department of Electrical and Information Engineering, P. O. Box

More information

Copyright 2007 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 2007.

Copyright 2007 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 2007. Copyright 27 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 27. This material is posted here with permission of the IEEE. Such permission of the

More information

Inter-method Reliability of Brainstem Volume Segmentation Algorithms in Preschoolers with ASD

Inter-method Reliability of Brainstem Volume Segmentation Algorithms in Preschoolers with ASD Bosco, Paolo and Giuliano, Alessia and Delafield-Butt, Jonathan and Muratori, Filippo and Calderoni, Sara and Retico, Alessandra (2017) Inter-method reliability of brainstem volume segmentation algorithms

More information

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES

ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES ANALYSIS AND DETECTION OF BRAIN TUMOUR USING IMAGE PROCESSING TECHNIQUES P.V.Rohini 1, Dr.M.Pushparani 2 1 M.Phil Scholar, Department of Computer Science, Mother Teresa women s university, (India) 2 Professor

More information

EUROPEAN ADNI/PharmaCOG Papers in progress

EUROPEAN ADNI/PharmaCOG Papers in progress EUROPEAN ADNI/PharmaCOG Papers in progress Journal Title 1st author *equally contributing authors Last author Status PLOS Medicine Development and validation of CSF cut-offs to predict progression in mild

More information

Classification of Brain MRI for Alzheimer's Disease Based on Linear Discriminate Analysis

Classification of Brain MRI for Alzheimer's Disease Based on Linear Discriminate Analysis Classification of Brain MRI for Alzheimer's Disease Based on Linear Discriminate Analysis Heba Mohsen 1, El-Sayed A. El-Dahshan 2,3, El-Sayed M. El-Horbaty 4, and Abdel-Badeeh M. Salem 4 1* Faculty of

More information

Model reconnaissance: discretization, naive Bayes and maximum-entropy. Sanne de Roever/ spdrnl

Model reconnaissance: discretization, naive Bayes and maximum-entropy. Sanne de Roever/ spdrnl Model reconnaissance: discretization, naive Bayes and maximum-entropy Sanne de Roever/ spdrnl December, 2013 Description of the dataset There are two datasets: a training and a test dataset of respectively

More information

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation

Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation Enhanced Detection of Lung Cancer using Hybrid Method of Image Segmentation L Uma Maheshwari Department of ECE, Stanley College of Engineering and Technology for Women, Hyderabad - 500001, India. Udayini

More information

Early Diagnosis of Alzheimer s Disease and MCI via Imaging and Pattern Analysis Methods. Christos Davatzikos, Ph.D.

Early Diagnosis of Alzheimer s Disease and MCI via Imaging and Pattern Analysis Methods. Christos Davatzikos, Ph.D. Early Diagnosis of Alzheimer s Disease and MCI via Imaging and Pattern Analysis Methods Christos Davatzikos, Ph.D. Director, Section of Biomedical Image Analysis Professor of Radiology http://www.rad.upenn.edu/sbia

More information

A micropower support vector machine based seizure detection architecture for embedded medical devices

A micropower support vector machine based seizure detection architecture for embedded medical devices A micropower support vector machine based seizure detection architecture for embedded medical devices The MIT Faculty has made this article openly available. Please share how this access benefits you.

More information

ADVANCE APPROACH FOR IDENTIFICATION WHITE MATTER FROM BRAIN MRI IMAGES AND CLASSIFICATION

ADVANCE APPROACH FOR IDENTIFICATION WHITE MATTER FROM BRAIN MRI IMAGES AND CLASSIFICATION ADVANCE APPROACH FOR IDENTIFICATION WHITE MATTER FROM BRAIN MRI IMAGES AND CLASSIFICATION Alkesh M. Kaba 1, Reena P. Parmar 2, 1 Student, Computer Department, Swamminarayan College of Engg. & Tech, Gujarat,

More information

Segmentation of Carotid Artery Wall towards Early Detection of Alzheimer Disease

Segmentation of Carotid Artery Wall towards Early Detection of Alzheimer Disease Segmentation of Carotid Artery Wall towards Early Detection of Alzheimer Disease EKO SUPRIYANTO, MOHD AMINUDIN JAMLOS, LIM KHIM KHEUNG Advanced Diagnostics and Progressive Human Care Research Group Research

More information

Predicting Breast Cancer Survival Using Treatment and Patient Factors

Predicting Breast Cancer Survival Using Treatment and Patient Factors Predicting Breast Cancer Survival Using Treatment and Patient Factors William Chen wchen808@stanford.edu Henry Wang hwang9@stanford.edu 1. Introduction Breast cancer is the leading type of cancer in women

More information

Sparse Bayesian Learning for Identifying Imaging Biomarkers in AD Prediction

Sparse Bayesian Learning for Identifying Imaging Biomarkers in AD Prediction Sparse Bayesian Learning for Identifying Imaging Biomarkers in AD Prediction Li Shen 1,2,, Yuan Qi 3,, Sungeun Kim 1,2, Kwangsik Nho 1,2, Jing Wan 1,2, Shannon L. Risacher 1, Andrew J. Saykin 1,, and ADNI

More information

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS

VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS VIDEO SURVEILLANCE AND BIOMEDICAL IMAGING Research Activities and Technology Transfer at PAVIS Samuele Martelli, Alessio Del Bue, Diego Sona, Vittorio Murino Istituto Italiano di Tecnologia (IIT), Genova

More information

Background Information

Background Information Background Information Erlangen, November 26, 2017 RSNA 2017 in Chicago: South Building, Hall A, Booth 1937 Artificial intelligence: Transforming data into knowledge for better care Inspired by neural

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

Automatic pathology classification using a single feature machine learning - support vector machines

Automatic pathology classification using a single feature machine learning - support vector machines Automatic pathology classification using a single feature machine learning - support vector machines Fernando Yepes-Calderon b,c, Fabian Pedregosa e, Bertrand Thirion e, Yalin Wang d,* and Natasha Leporé

More information

Certificate Courses in Biostatistics

Certificate Courses in Biostatistics Certificate Courses in Biostatistics Term I : September December 2015 Term II : Term III : January March 2016 April June 2016 Course Code Module Unit Term BIOS5001 Introduction to Biostatistics 3 I BIOS5005

More information

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer

Research Article. Automated grading of diabetic retinopathy stages in fundus images using SVM classifer Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2016, 8(1):537-541 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Automated grading of diabetic retinopathy stages

More information

GLCM Based Feature Extraction of Neurodegenerative Disease for Regional Brain Patterns

GLCM Based Feature Extraction of Neurodegenerative Disease for Regional Brain Patterns GLCM Based Feature Extraction of Neurodegenerative Disease for Regional Brain Patterns Akhila Reghu, Reby John Department of Computer Science & Engineering, College of Engineering, Chengannur, Kerala,

More information

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY Muhammad Shahbaz 1, Shoaib Faruq 2, Muhammad Shaheen 1, Syed Ather Masood 2 1 Department of Computer Science and Engineering, UET, Lahore, Pakistan Muhammad.Shahbaz@gmail.com,

More information

Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics

Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'18 85 Bayesian Bi-Cluster Change-Point Model for Exploring Functional Brain Dynamics Bing Liu 1*, Xuan Guo 2, and Jing Zhang 1** 1 Department

More information

Gabor Wavelet Approach for Automatic Brain Tumor Detection

Gabor Wavelet Approach for Automatic Brain Tumor Detection Gabor Wavelet Approach for Automatic Brain Tumor Detection Akshay M. Malviya 1, Prof. Atul S. Joshi 2 1 M.E. Student, 2 Associate Professor, Department of Electronics and Tele-communication, Sipna college

More information

The Australian Imaging Biomarkers and Lifestyle Flagship Study of Ageing

The Australian Imaging Biomarkers and Lifestyle Flagship Study of Ageing The Australian Imaging Biomarkers and Lifestyle Flagship Study of Ageing. (AUSTRALIAN ADNI) July 2012 UPDATE Imaging Christopher Rowe MD Neuroimaging stream leader October 2011 The Australian Imaging Biomarkers

More information

Methods for Predicting Type 2 Diabetes

Methods for Predicting Type 2 Diabetes Methods for Predicting Type 2 Diabetes CS229 Final Project December 2015 Duyun Chen 1, Yaxuan Yang 2, and Junrui Zhang 3 Abstract Diabetes Mellitus type 2 (T2DM) is the most common form of diabetes [WHO

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Gregg NM, Kim AE, Gurol ME, et al. Incidental cerebral microbleeds and cerebral blood flow in elderly individuals. JAMA Neurol. Published online July 13, 2015. doi:10.1001/jamaneurol.2015.1359.

More information

Classification of Honest and Deceitful Memory in an fmri Paradigm CS 229 Final Project Tyler Boyd Meredith

Classification of Honest and Deceitful Memory in an fmri Paradigm CS 229 Final Project Tyler Boyd Meredith 12/14/12 Classification of Honest and Deceitful Memory in an fmri Paradigm CS 229 Final Project Tyler Boyd Meredith Introduction Background and Motivation In the past decade, it has become popular to use

More information

Alzheimer s disease. The future of clinical trials: big problem, Big Data, big solution?

Alzheimer s disease. The future of clinical trials: big problem, Big Data, big solution? Alzheimer s disease The future of clinical trials: big problem, Big Data, big solution? The Problem More than 36m people with dementia Consumes 1% global GDP Serial trials failure Targets for therapy Nothing

More information

CFD Challenge: Simulation of Hemodynamics in a Patient-Specific Aortic Coarctation Model

CFD Challenge: Simulation of Hemodynamics in a Patient-Specific Aortic Coarctation Model CFD Challenge: Simulation of Hemodynamics in a Patient-Specific Aortic Coarctation Model Background Coarctation of the aorta (CoA) accounts for 8%-11% of congenital heart defects, affecting tens of thousands

More information

38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16

38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16 38 Int'l Conf. Bioinformatics and Computational Biology BIOCOMP'16 PGAR: ASD Candidate Gene Prioritization System Using Expression Patterns Steven Cogill and Liangjiang Wang Department of Genetics and

More information

Four Tissue Segmentation in ADNI II

Four Tissue Segmentation in ADNI II Four Tissue Segmentation in ADNI II Charles DeCarli, MD, Pauline Maillard, PhD, Evan Fletcher, PhD Department of Neurology and Center for Neuroscience, University of California at Davis Summary Table of

More information

Brain Tumor Detection Using Image Processing.

Brain Tumor Detection Using Image Processing. 47 Brain Tumor Detection Using Image Processing. Prof. Mrs. Priya Charles, Mr. Shubham Tripathi, Mr.Abhishek Kumar Professor, Department Of E&TC,DYPIEMR,Akurdi,Pune, Student of BE(E&TC),DYPIEMR,Akurdi,Pune,

More information

arxiv: v1 [cs.lg] 4 Feb 2019

arxiv: v1 [cs.lg] 4 Feb 2019 Machine Learning for Seizure Type Classification: Setting the benchmark Subhrajit Roy [000 0002 6072 5500], Umar Asif [0000 0001 5209 7084], Jianbin Tang [0000 0001 5440 0796], and Stefan Harrer [0000

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Performance Analysis of Brain MRI Using Multiple Method Shroti Paliwal *, Prof. Sanjay Chouhan * Department of Electronics & Communication

More information

A WEB-BASED INFRASTRUCTURE FOR MRI- BASED COMPUTER CLASSIFICATION OF NEUROLOGICAL PATIENTS: NEURO-IMAGE

A WEB-BASED INFRASTRUCTURE FOR MRI- BASED COMPUTER CLASSIFICATION OF NEUROLOGICAL PATIENTS: NEURO-IMAGE A WEB-BASED INFRASTRUCTURE FOR MRI- BASED COMPUTER CLASSIFICATION OF NEUROLOGICAL PATIENTS: NEURO-IMAGE F. Chionna 1, A. Cerasa 2, M. Giacovazzo 3, A. Iannella 3, Martini 1, N. Savino 1, V.Giannini 3,

More information

Index. Springer International Publishing Switzerland 2017 T.J. Cleophas, A.H. Zwinderman, Modern Meta-Analysis, DOI /

Index. Springer International Publishing Switzerland 2017 T.J. Cleophas, A.H. Zwinderman, Modern Meta-Analysis, DOI / Index A Adjusted Heterogeneity without Overdispersion, 63 Agenda-driven bias, 40 Agenda-Driven Meta-Analyses, 306 307 Alternative Methods for diagnostic meta-analyses, 133 Antihypertensive effect of potassium,

More information

O Connor 1. Appendix e-1

O Connor 1. Appendix e-1 O Connor 1 Appendix e-1 Neuropsychiatric assessment The Cambridge Behavioural Inventory Revised (CBI-R) 1, 2 is a proxy behavioural questionnaire that has been extensively used in studies involving FTD

More information

Computational and visual analysis of brain data

Computational and visual analysis of brain data Scientific Visualization and Computer Graphics University of Groningen Computational and visual analysis of brain data Jos Roerdink Johann Bernoulli Institute for Mathematics and Computer Science, University

More information

International Journal of Intellectual Advancements and Research in Engineering Computations

International Journal of Intellectual Advancements and Research in Engineering Computations ISSN:2348-2079 Volume-6 Issue-2 International Journal of Intellectual Advancements and Research in Engineering Computations The early diagnosis of alzheimer s disease using deep learning P.Sounthariya

More information

CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES

CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES CLASSIFICATION OF BREAST CANCER INTO BENIGN AND MALIGNANT USING SUPPORT VECTOR MACHINES K.S.NS. Gopala Krishna 1, B.L.S. Suraj 2, M. Trupthi 3 1,2 Student, 3 Assistant Professor, Department of Information

More information

International Journal of Research (IJR) Vol-1, Issue-6, July 2014 ISSN

International Journal of Research (IJR) Vol-1, Issue-6, July 2014 ISSN Developing an Approach to Brain MRI Image Preprocessing for Tumor Detection Mr. B.Venkateswara Reddy 1, Dr. P. Bhaskara Reddy 2, Dr P. Satish Kumar 3, Dr. S. Siva Reddy 4 1. Associate Professor, ECE Dept,

More information

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy

ANALYSIS AND CLASSIFICATION OF EEG SIGNALS. A Dissertation Submitted by. Siuly. Doctor of Philosophy UNIVERSITY OF SOUTHERN QUEENSLAND, AUSTRALIA ANALYSIS AND CLASSIFICATION OF EEG SIGNALS A Dissertation Submitted by Siuly For the Award of Doctor of Philosophy July, 2012 Abstract Electroencephalography

More information

Gender Based Emotion Recognition using Speech Signals: A Review

Gender Based Emotion Recognition using Speech Signals: A Review 50 Gender Based Emotion Recognition using Speech Signals: A Review Parvinder Kaur 1, Mandeep Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi University, Patiala, India 2 Department

More information

A Deep Learning Approach to Identify Diabetes

A Deep Learning Approach to Identify Diabetes , pp.44-49 http://dx.doi.org/10.14257/astl.2017.145.09 A Deep Learning Approach to Identify Diabetes Sushant Ramesh, Ronnie D. Caytiles* and N.Ch.S.N Iyengar** School of Computer Science and Engineering

More information