class: center, middle ## RAMP #### Prediction of autism using functional and structural MRI ##### Guillaume Lemaitre ###### CDS Pitching Day 2017 .affiliations[ ![:scale 65%](img/logoUPSayPlusCDS_990.png) ![:scale 25%](img/inria-logo.png) ] --- ### Project overview * Collaboration with the Institut Pateur ### Problem statement
Classification of autism spectrum disorder (ASD) vs. control subjects using brain MRI imaging
### Dataset * Type of data: resting-state functional MRI (R-fMRI) and structural MRI * ABIDE I: 539 ASD / 573 controls -> 17 sites * ABIDE II: 521 ASD / 593 controls -> 19 sites * Robert Debre Hospital: around 1000 subjects --- ### R-f MRI dataset * 4D dataset -> 3D (volume) + T (time) .center[
] * Time -> change of oxygenation -> neuronal activation * Analysis of the functional connectivity --- ### R-f MRI dataset #### Connectome classification pipeline
![:scale 80%](./img/pipeline_fmri.png)
1. ROIs definition 2. Time-series extraction 3. Matrix estimation 4. Classification --- ### R-f MRI dataset #### Opening the box
![:scale 100%](./img/fmri-data.png)
#### Powered by nilearn and scikit-learn
![:scale 40%](./img/software.png)
--- ### Structural MRI
![:scale 85%](./img/0136_combo_T1T2_FAST_v5.png)
* Volume, area, cortical thickness, mean curvature ... ### Ground-truth * Autism status * WISCC4 IQ * Social responsiveness --- ### RAMP preparation * .green[DONE] - Problem definition --- ### RAMP preparation * .green[DONE] - Problem definition * .green[DONE] - Feature extraction R-fMRI
![:scale 100%](./img/fmri_extr.png)
--- ### RAMP preparation * .green[DONE] - Problem definition * .green[DONE] - Feature extraction R-fMRI * .green[DONE] - Feature extraction structural MRI --- ### RAMP preparation * .green[DONE] - Problem definition * .green[DONE] - Feature extraction R-fMRI * .green[DONE] - Feature extraction structural MRI * .yellow[ONGOING] - Quality check of the dataset
![:scale 80%](./img/qa.png)
--- ### RAMP preparation * .green[DONE] - Problem definition * .green[DONE] - Feature extraction R-fMRI * .green[DONE] - Feature extraction structural MRI * .yellow[ONGOING] - Quality check of the dataset * .red[TODO] - Design of RAMP starting kit (classification pipeline) * .red[TODO] - Organize brainhack --- ### Contributions #### Development * scikit-learn: http://scikit-learn.org/ * RAMP: https://github.com/paris-saclay-cds/ramp-workflow * RAMP kits and preparation: https://github.com/paris-saclay-cds/ramp-pasteur-scraping #### Usage * nilearn: http://nilearn.github.io/ * pandas: https://pandas.pydata.org/
![:scale 100%](./img/all_soft.png)