a new look at state space models for neural data
play

A new look at state-space models for neural data Liam Paninski - PowerPoint PPT Presentation

A new look at state-space models for neural data Liam Paninski Department of Statistics and Center for Theoretical Neuroscience Columbia University http://www.stat.columbia.edu/ liam liam@stat.columbia.edu March 22, 2010 Support: CRCNS,


  1. A new look at state-space models for neural data Liam Paninski Department of Statistics and Center for Theoretical Neuroscience Columbia University http://www.stat.columbia.edu/ ∼ liam liam@stat.columbia.edu March 22, 2010 Support: CRCNS, Sloan Fellowship, NSF CAREER, McKnight Scholar award.

  2. State-space models Unobserved state q t with Markov dynamics p ( q t +1 | q t ) Observed y t : p ( y t | q t ) Goal: infer p ( q t | Y 0: T ) Exact solutions: finite state-space HMM, Kalman filter (KF): forward-backward algorithm (recursive; O ( T ) time) Approximate solutions: extended KF, particle filter, etc.... basic idea: recursively update an approximation to “forward” distribution p ( q t | Y 0: t )

  3. Computing the MAP path We often want to compute the MAP estimate ˆ Q p ( Q | Y ) . Q = arg max In standard Kalman setting, forward-backward gives MAP (because E ( Q | Y ) and ˆ Q coincide in Gaussian case). More generally, extended Kalman-based methods give approximate MAP, but are non-robust: forward distribution p ( q t | Y 0: t ) may be highly non-Gaussian even if full joint distribution p ( Q | Y ) is nice and log-concave.

  4. Write out the posterior: log p ( Q | Y ) = log p ( Q ) + log p ( Y | Q ) X X log p ( q t +1 | q t ) + log p ( y t | q t ) = t t Two basic observations: • If log p ( q t +1 | q t ) and log p ( y t | q t ) are concave, then so is log p ( Q | Y ). • Hessian H of log p ( Q | Y ) is block-tridiagonal: p ( y t | q t ) contributes a block-diag term, and log p ( q t +1 | q t ) contributes a block-tridiag term. Now recall Newton’s method: iteratively solve HQ dir = ∇ . Solving tridiagonal systems requires O ( T ) time. — computing MAP by Newton’s method requires O ( T ) time, even in highly non-Gaussian cases. Newton here acts as an iteratively reweighted Kalman smoother (Fahrmeir and Kaufmann, 1991; Davis and Rodriguez-Yam, 2005; Jungbacker and Koopman, 2007); all suff. stats may be obtained in O ( T ) time.

  5. Parameter estimation Standard method: Expectation-Maximization (EM). Iterate between computing E ( Q | Y ) (or ˆ Q ) and maximizing w.r.t. parameters θ . Can be seen as coordinate ascent (slow) on first two terms of Laplace approximation: Z log p ( Y | θ ) p ( Q | θ ) p ( Y | θ, Q ) dQ = log Q θ , θ ) − 1 log p ( ˆ Q θ | θ ) + log p ( Y | ˆ ≈ 2 log | H ˆ Q θ | ˆ Q θ = arg max { log p ( Q | θ ) + log p ( Y | Q, θ ) } Q Faster: simultaneous joint optimization. n o ˆ log p ( ˆ Q θ | θ ) + log p ( Y | ˆ θ = arg max Q θ , θ ) θ n o log p ( ˆ Q | θ ) + log p ( Y | ˆ = arg max max Q, θ ) . θ Q 0 1 H T @ H θθ θQ Write the joint Hessian in ( Q, θ ) as A , with H QQ block-tridiag. H θQ H QQ Now use the Schur complement to efficiently compute the Newton step (Koyama and Paninski, 2009; Paninski et al., 2010). Computing ∇ θ log | H ˆ Q θ | also turns out to be easy ( O ( T ) time) here.

  6. Constrained optimization In many cases we need to impose constraints (e.g., nonnegativity) on q t . Easy to incorporate here, via interior-point (barrier) methods: ( ) X Q ∈ C log p ( Q | Y ) log p ( Q | Y ) + ǫ arg max = ǫ ց 0 arg max lim f ( q t ) Q t (X ) = ǫ ց 0 arg max lim log p ( q t +1 | q t ) + log p ( y t | q t ) + ǫf ( q t ) ; Q t f ( . ) is concave and approaching −∞ near boundary of constraint set C . The Hessian remains block-tridiagonal and negative semidefinite for all ǫ > 0, so optimization still requires just O ( T ) time.

  7. Example: computing the MAP subthreshold voltage given superthreshold spikes Leaky, noisy integrate-and-fire model: √ V ( t + dt ) = V ( t ) − dtV ( t ) /τ + σ dtǫ t , ǫ t ∼ N (0 , 1) Observations: y t = 0 (no spike) if V t < V th ; y t = 1 if V t = V th (Paninski, 2006)

  8. Example: inferring presynaptic input X I t = g j ( t )( V j − V t ) j g j ( t ) − dtg j ( t ) /τ j + N j ( t ) , N j ( t ) > 0 g j ( t + dt ) = 3 2 true g 1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 100 50 I(t) 0 −50 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 2.5 estimated g 2 1.5 1 0.5 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 time (sec)

  9. Example: inferring spike times from slow, noisy calcium data C ( t + dt ) = C ( t ) − dtC ( t ) /τ + N t ; N t > 0; y t = C t + ǫ t — nonnegative deconvolution is a recurring problem in signal processing; many other possible applications (Vogelstein et al., 2008).

  10. Further generalizations: GLM spike train decoding We’ve emphasized tridiagonal structure so far, but similar results hold for any problem with a banded Hessian. For example, look at point-process GLM: � � b + � � k i · � h i ′ ,j n i ′ ( t − j ) λ i ( t ) = f x ( t ) + i ′ ,j If the spatiotemporal filter � k i has a finite impulse response, then Hessian (w.r.t. � x ( t )) is banded and optimal decoding of stimulus � x ( t ) requires O ( T ) time. Similar speedups for MCMC methods (Ahmadian et al., 2010).

  11. How important is timing? (Ahmadian et al., 2010)

  12. Optimal control of spike timing Optimal experimental design and neural prosthetics applications require us to perturb the network at will. How can we make a neuron fire exactly when we want it to? Assume bounded inputs; otherwise problem is trivial. Start with a simple model: f ( � k ∗ I t + h t ) . λ t = Now we can just optimize the likelihood of the desired spike train, as a function of the input I t , with I t bounded. Concave objective function over convex set of possible inputs I t + Hessian is banded = ⇒ O ( T ) optimization.

  13. Optimal electrical control of spike timing target resp optimal stim resp 0 100 200 300 400 500 600 700 800 time(ms)

  14. Example: intracellular control of spike timing target spikes I max = 2.04 I max = 1.76 I max = 1.26 I max = 0.76 −50 0 50 100 150 200 250 300 350 400 450 500 time (ms) (Ahmadian et al 2010)

  15. Optical conductance-based control of spiking √ t ( V i − V t ) + g e t ( V e − V t ) “ ” − gV t + g i V t + dt = V t + dt + dtσǫ t , ǫ t ∼ N (0 , 1) − g i − g e „ « „ « g i g i τ i + a ii L i t t + a ie L e ; g e t + dt = g e τ i + a ee L e t t + a ei L i = t + dt t + dt t + dt t t target spike train 0 20 40 60 80 100 120 140 160 180 200 −50 Voltage −60 −70 0 20 40 60 80 100 120 140 160 180 200 Light intensity 20 E I 10 0 0 20 40 60 80 100 120 140 160 180 200 induced spike trains 0 20 40 60 80 100 120 140 160 180 200 time(ms)

  16. One last extension: two-d smoothing Estimation of two-d firing rate surfaces comes up in a number of examples: • place fields / grid cells • post-fitting in spike-triggered covariance analysis • tracking of non-stationary (time-varying) tuning curves • “inhomogeneous Markov interval” models for spike-history dependence How to generalize fast 1-d state-space methods to 2-d case? Idea: use Gaussian process priors which are carefully selected to give banded Hessians. Model: hidden variable Q is a random surface with a Gaussian prior: Q ∼ N ( µ, C ); Spikes are generated by a point process whose rate is a function of Q : λ ( � x ) = f [ Q ( � x )] (easy to incorporate additional effects here, e.g. spike history) Now the Hessian of the log-posterior of Q is C − 1 + D , where D is diagonal (Cunningham et al., 2007). For Newton, we need to solve ( C − 1 + D ) Q dir = ∇ .

  17. Example: nearest-neighbor smoothing prior For prior covariance C such that C − 1 contains only neighbor potentials, we can solve ( C − 1 + D ) Q dir = ∇ in O (dim( Q ) 1 . 5 ) time using direct methods (“approximate minimum degree” algorithm — built-in to Matlab sparse A \ b code) and potentially in O (dim( Q )) time using multigrid (iterative) methods (Rahnama Rad and Paninski, 2009).

  18. Estimating a time-varying tuning curve given a limited sample path

  19. Conclusions • GLM and state-space approaches provide flexible, powerful methods for answering key questions in neuroscience • Close relationships between forward-backward methods familiar from state-space theory and banded matrices familiar from spline theory • Log-concavity, banded matrix methods make computations very tractable

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend