Spike-triggered average


The spike-triggered average is a tool for characterizing the response properties of a neuron using the spikes emitted in response to a time-varying stimulus. The STA provides an estimate of a neuron's linear receptive field. It is a useful technique for the analysis of electrophysiological data.
Mathematically, the STA is the average stimulus preceding a spike. To compute the STA, the stimulus in the time window preceding each spike is extracted, and the resulting stimuli are averaged. The STA provides an unbiased estimate of a neuron's receptive field only if the stimulus distribution is spherically symmetric.
The STA has been used to characterize retinal ganglion cells, neurons in the lateral geniculate nucleus and simple cells in the striate cortex . It can be used to estimate the linear stage of the linear-nonlinear-Poisson cascade model. The approach has also been used to analyze how transcription factor dynamics control gene regulation within individual cells.
Spike-triggered averaging is also commonly referred to as “reverse correlation″ or “white-noise analysis”. The STA is well known as the first term in the Volterra kernel or Wiener kernel series expansion. It is closely related to linear regression, and identical to it in common circumstances.

Mathematical Definition

Standard STA

Let denote the spatio-temporal stimulus vector preceding the 'th time bin, and the spike count in that bin. The stimuli can be assumed to have zero mean. If not, it can be transformed to have zero-mean by subtracting the mean stimulus from each vector. The STA is given
where, the total number of spikes.
This equation is more easily expressed in matrix notation: let denote a matrix whose 'th row is the stimulus vector and let denote a column vector whose th element is. Then the STA can be written

Whitened STA

If the stimulus is not white noise, but instead has non-zero correlation across space or time, the standard STA provides a biased estimate of the linear receptive field. It may therefore be appropriate to whiten the STA by the inverse of the stimulus covariance matrix. This resolves the spatial dependency issue, however we still assume the stimulus is temporally independent. The resulting estimator is known as the whitened STA, which is given by
where the first term is the inverse covariance matrix of the raw stimuli and the second is the standard STA. In matrix notation, this can be written
The whitened STA is unbiased only if the stimulus distribution can be described by a correlated Gaussian distribution . This is a weaker condition than spherical symmetry.
The whitened STA is equivalent to linear least-squares regression of the stimulus against the spike train.

Regularized STA

In practice, it may be necessary to regularize the whitened STA, since whitening amplifies noise along stimulus dimensions that are poorly explored by the stimulus. A common approach to this problem is ridge regression. The regularized STA, computed using ridge regression, can be written
where denotes the identity matrix and is the ridge parameter controlling the amount of regularization. This procedure has a simple Bayesian interpretation: ridge regression is equivalent to placing a prior on the STA elements that says they are drawn i.i.d. from a zero-mean Gaussian prior with covariance proportional to the identity matrix. The ridge parameter sets the inverse variance of this prior, and is usually fit by cross-validation or empirical Bayes.

Statistical Properties

For responses generated according to an LNP model, the whitened STA provides an estimate of the subspace spanned by the linear receptive field. The properties of this estimate are as follows

Consistency

The whitened STA is a consistent estimator, i.e., it converges to the true linear subspace, if
  1. The stimulus distribution is elliptically symmetric, e.g., Gaussian.
  2. The expected STA is not zero, i.e., nonlinearity induces a shift in the spike-triggered stimuli.

    Optimality

The whitened STA is an asymptotically efficient estimator if
  1. The stimulus distribution is Gaussian
  2. The neuron's nonlinear response function is the exponential,.
For arbitrary stimuli, the STA is generally not consistent or efficient. For such cases, maximum likelihood and information-based estimators have been developed that are both consistent and efficient.