london, uk 21 may 2012 janaina mourao -miranda, machine learning and neuroimaging lab,

20
London, UK 21 May 2012 Janaina Mourao-Miranda, Machine Learning and Neuroimaging Lab, University College London, UK Pattern Recognition for Neuroimaging Toolbox

Upload: dareh

Post on 23-Feb-2016

27 views

Category:

Documents


0 download

DESCRIPTION

Pattern Recognition for Neuroimaging Toolbox. London, UK 21 May 2012 Janaina Mourao -Miranda, Machine Learning and Neuroimaging Lab, University College London, UK. Outline. Motivation PRoNTo Framework Future Developments. Machine Learning community. PRoNTo. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

London, UK21 May 2012

Janaina Mourao-Miranda,Machine Learning and Neuroimaging Lab,University College London, UK

Pattern Recognition for Neuroimaging Toolbox

Page 2: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Outline• Motivation• PRoNTo Framework• Future Developments

Page 3: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

PRoNToMachine Learning community

Neuroscience and Clinical Neuroscience

communities

sMRI

fMRI

time

Page 4: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Advantages of Pattern Recognition Analysis

Accounts for the spatial correlation of the data (multivariate)• fMRI data are multivariate by nature.• Can yield greater sensitivity than conventional analysis.

Enable classification/prediction of individual subjects/scans• ‘Mind-reading’ or decoding applications• Clinical applications

Page 5: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

•Does the pattern of activation in brain regions A, B and C encode information about a variable of interest?

•Can we classify groups of subjects (e.g. patients and healthy controls) based on brain scans?

•Which features lead to the best discrimination between a group of patients and a group of controls?

•Can we predict continuous measures (e.g. age, performance, etc) from brain scans?

•etc

Questions investigated with pattern recognition analysis

Page 6: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Conventional neuroimaging studies (encoding):

- Investigate which regions of the brain are involved in a perceptual or cognitive task.

- Probe for individual voxels whether the average activity during one condition is significantly different from the average activity during a base line condition.

- Mapping: cognitive state -> fMRI data

Pattern Recognition (‘mind-reading’) approaches (decoding):

- Address the problem of classifying the cognitive state of a subject based on the fMRI data.

- Based on a training set identify a distributed pattern of activation that discriminates two cognitive states and uses this pattern to make prediction for new data.

- Mapping: fMRI data -> cognitive state

Page 7: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

77

OUR GOAL“develop a toolbox based on machine learning

techniques for the analysis of neuroimaging data”

PRoNTo

BUT “free”, matlab based, compatible with SPM,

easy to use (with GUI),multiple modalities (fMRI/sMRI/PET/betas),

various machines, modular code, easy to contribute

Page 8: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Existing softwareFreely available packages for machine learning modeling of neuroimaging data: • 3dsvm plugin for AFNI (LaConte et al., 2005)• the Matlab MVPA toolbox for fMRI data (Detre et al., 2006)• PyMVPA (Hanke et al., 2009)• PROBID (http://www.brainmap.co.uk/probid.htm)

• 3dsvm, the Matlab MVPA toolbox for fMRI data and PyMVPA require (advanced) programming skills, can not be directly integrated into the main neuroimaging analysis pipelines, e.g. SPM (http://www.fil.ion.ucl.ac.uk/spm/).

• PROBID is optimized for groups classification (i.e. patients vs. healthy controls) and therefore does not easily enables single subject analysis or flexible cross-validation framework.

Page 9: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Pascal Harvest Project• “The main idea behind Harvest is: put together in a room a

team for long enough to produce an innovative software for a real application. PASCAL2 will pick up the bills”.

Requirements:• Piece of software as their main objective• Training component.• International team.

Page 10: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Title: PRoNTo (Pattern Recognition for Neuroimaging Toolbox)

Coordinator: Dr. Janaina Mourao-Miranda

Participants: Dr. Christophe Phillips (Cyclotron Research Centre, University of Liège,

Belgium)Dr. John Ashburner (Wellcome Trust Centre for Neuroimaging, UCL)Dr. Jane Rondina (Department of Neuroimaging, KCL)Dr. Andre Marquand (Department of Neuroimaging, KCL)Dr. Maria Joao Rosa (Wellcome Trust Centre for Neuroimaging, UCL)Dr. Jonas Richiardi (Ecole Polytechnique Fédérale de Lausanne,

Switzerland)Ms. Jessica Schrouff (Cyclotron Research Centre, University of Liège,

Belgium)Dr. Carton Chu (National Institute of Mental Health (NIMH), NIH, USA )

Hosting site: UCL, Computer Science Department, London, UK Website: http://www.mlnl.cs.ucl.ac.uk/pronto/

Page 11: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Toolbox based on pattern recognition techniques for the analysis of neuroimaging data:

- “free” (MATLAB based) - easy to use (with GUIs) - easy to contribute (modular

code) - multiple modalities:

- fMRI/sMRI/PET/betas- compatible with SPM

Page 12: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

For usersUser Interface

Easy to useClick buttons

Matlab Batch

Very efficientCan be saved and copiedCompatible with SPM

Functions

User-specific analysis

More programming skills required

Page 13: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

1313

User point of viewUser Interface Matlab Batch

Page 14: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

For developersUser Interface

Specific GUIBatch system

Script

Machine learning

FeaturesKernelModel

TrainingValidation

Machines

Classification (SVM, GPC, RF)

Regression (KRR,RVR)W

rapp

er

Page 15: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

1515

Developer point of view

prt_machine

Structure containing:-Data/Kernel-Labels-EtcStructure containing:-Function name (machine)-Arguments

Structure containing:-Predictions-Coefficients/Weights-etc

prt_machine_krrprt_machine_gpml

prt_machine_svm_bin

Machine Library (classification and regression models)

Structure containing:-Data/Kernel-Labels-Etc

Structure containing:-Predictions-Coefficients/Weights

Page 16: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,
Page 17: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

Future developments

• improved fMRI data handling (detrending & hrf estimation)

• feature selection (GP based, RFE,…)• more machines (provided by Machine Learning community)• etc

Page 18: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

DownloadAvailable here:http://www.mlnl.cs.ucl.ac.uk/pronto/

Page 19: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

CreditsThe development of PRoNTo was possible with the financial and logistic support of: - PASCAL Harvest Programme (http://www.pascal-network.org/) - the Department of Computer Science, University College London (http://www.cs.ucl.ac.uk); - the Wellcome Trust; - PASCAL2 (http://www.pascal-network.org/); - the Fonds de la Recherche Scientifique-FNRS, Belgium (http://www.fnrs.be); - The Foundation for Science and Technology, Portugal (http://www.fct.pt); - Swiss National Science Foundation (PP00P2-123438) and Center for Biomedical Imaging (CIBM) of the EPFL and Universities and Hospitals of Lausanne and Geneva.

Page 20: London, UK 21 May 2012 Janaina  Mourao -Miranda, Machine Learning and  Neuroimaging  Lab,

PRoNTo a team work!