50 likes | 200 Vues
This project explores the efficacy of different classifiers for decoding neural data, specifically examining the superior performance of Support Vector Machines (SVMs) over Probabilistic Neural Bayes (PNB) classifiers, as reported by Graf et al. in Nature Neuroscience (2011). We aim to replicate their findings, investigate the reasons behind SVMs' better performance, and analyze their effectiveness on various data types, including computer vision features. The goal is to deepen the understanding of correlated variability in neural responses and its impact on decoding accuracy.
E N D
Evaluating which classifiers work best for decoding neural data
Background: Neural decoding neuron 1 neuron 2 neuron 3 Learning association between neural activity an image neuron n Pattern Classifier
Background • A recent paper by Graf et al. (Nature Neuroscience 2011) showed that SVMs worked better than PNB classifiers for decoding information from simultaneously recorded populations of neural data from V1. • They claimed that SVMs performed better because they took into account correlated variability in neural responses • However, a more detailed examination of what led to the higher decoding accuracy was not done.
Purpose of this project • Goals of this project are: • Try to replicate the finding that SVMs work better than PNB (and other) classifiers on simultaneously recorded neural data • Understand why SVMs are working better (is it really due to correlated variability? Can we say something more precise?). 3. Examine other types of data (e.g., computer vision features). Do SVMs work better, and why?
Resources • Paper: • Graf et al., Decoding the activity of neuronal populations in macaque primary visual cortex Nature Neuroscience, 2011 http://www.nature.com/neuro/journal/vaop/ncurrent/abs/nn.2733.html • I can supply additional code and data that can be used to test different population decoding algorithms