16
Neural Prediction Challenge -Gaurav Mishra -Pulkit Agrawal

Neural Prediction Challenge

  • Upload
    kris

  • View
    28

  • Download
    0

Embed Size (px)

DESCRIPTION

Neural Prediction Challenge. - Gaurav Mishra - Pulkit Agrawal. How do neurons work. Stimuli  Neurons respond (Excite/Inhibit) ‘Electrical Signals’ called Spikes Spikes encode information !! (Many Models). Our Case…. Stimuli  Video of Natural Images - PowerPoint PPT Presentation

Citation preview

Page 1: Neural Prediction Challenge

Neural Prediction Challenge

-Gaurav Mishra-Pulkit Agrawal

Page 2: Neural Prediction Challenge

How do neurons workStimuli Neurons respond (Excite/Inhibit)

‘Electrical Signals’ called Spikes

Spikes encode information !! (Many Models)

Page 3: Neural Prediction Challenge

Our Case…Stimuli Video of Natural Images

Response of 12 V1 neurons #Spikes

Page 4: Neural Prediction Challenge

Our Data…A movie for each neuron

Frames Down sampled images (16x16)

Each frame Image spans twice the receptive field diameter16ms in duration

Known: #Spikes/frame

To build a model correlating stimulus and spike count.

Page 5: Neural Prediction Challenge

Method 1: RNNsRecursive neural networks

Composed of feed forward and feed back subnets.Were initially designed for the purpose of

controlling nonlinear dynamical systems

Source: Hush et al. The Recursive Neural Network and its Application in Control Theory. Computers Elect. Engng. Vol. 19, No. 4, pp. 333-341, 1993

Page 6: Neural Prediction Challenge

An exemplary recursive multi-layer perceptron:

Page 7: Neural Prediction Challenge

Echo State NetworksDynamic neural networksThe hidden layer of ESN consists of a

single large reservoir with neurons connected to each other randomly.

Page 8: Neural Prediction Challenge

Using RNNsRNNs have been used for inverse modeling

purposesCan handle time series data because of the

presence of feed back and delay mechanismsMay need to down sample data even further

to keep network size manageable.

Page 9: Neural Prediction Challenge

ResultsAccuracy:

Average: around 50 percentBest Case: 89 percent

But does percentage error give the correct picture?No.

The correlation coefficient gives a more accurate picture of the performance of the network.

Page 10: Neural Prediction Challenge
Page 11: Neural Prediction Challenge

Results

Average CC: 0.15

Page 12: Neural Prediction Challenge

STRFProblem: Stimulus

Black Box

Spike Rate

Concept of ‘Filter’

Space and Time both !Latency !

Page 13: Neural Prediction Challenge

Phase Invariance..

Page 14: Neural Prediction Challenge

The Math of Estimation..

Page 15: Neural Prediction Challenge

Current ResultsUsing ADABOOST:

Accuracy: 34 percentCC: 0.1543

SRTFCC: 0.1526

Page 16: Neural Prediction Challenge

ReferencesPredicting neural responses during natural vision, S. David,

J.Gallant, Computation in neural systems 2005Wikipedia article on neural coding (

http://en.wikipedia.org/wiki/Neural_coding)Theunissen et al., Estimating spatial temporal receptive field of

auditory and visual neurons from their responses to natural stimuli .Network: Comp Neural Systems 12:289–316.

Hush et al. The Recursive Neural Network and its Application in Control Theory. Computers Elect. Engng. Vol. 19, No. 4, pp. 333-341, 1993

Le Yang, Yanbo Xue. Development of A New Recurrent Neural Network Toolbox (RNN-Tool) (http://soma.mcmaster.ca/~yxue/papers/RMLP_ESN_Report_Yang_Xue.pdf)