layout | title | date | author | summary | references | weight | |||
---|---|---|---|---|---|---|---|---|---|
notes |
23.Linearized Population Equation and Transients |
2016-11-11 |
OctoMiao |
The population equation is quite complicated to solve, hence we linearize it and inspect the perturbation theory. |
|
23 |
This is the first section of chapter 7, which is about signal transmission and neuronal coding, i.e., reaction of population of neurons to different inputs.
In this section, we linearize the population equation. More specifically, we develop a perturbation theory of the population equations.
- Input:
$I(t)=I_0+\Delta i(t)$ . The input is restrained to be a small perturbation upon a constant input. - Population activity:
$A(t) = A_0 + \Delta A(t)$ . We expect the output to be also not changing dramatically. This might not be true if the equation is non-linear, especially for integro-differential equations. In the examples given in Sec. 6.3, this perturbative output assumption is always true. HOWEVER, WE SHOULD DEFINITELY TAKE NOTE ON THIS CAVEAT.
From Eq. 6.75, we can derive a "equation" that shows how this method works.
We would also expect the interval distribution is perturbative under small perturbations of input current, i.e.,
For a perturbation method, we drop all terms with high orders. Thus Eq. (
How to calculate the integral
which means the spikes depends on the time interval since last spike. The integral
Eq. (
$$ \begin{equation} \Delta A(t) = A_0 \left( -1 + \int^{\infty}{0} P_I(s) ds \right) + \int{-\infty}^t P_{I_0}(t|\hat t) \Delta A(\hat t) d\hat t. \label{eqn-perturbation-3} \end{equation} $$
The problem is reduced to the calculation of
Some review of the definitions.
-
Interval distribution is defined as
$$ \begin{equation} \int_{t_1}^{t_2} dt P_I(t\vert \hat t) = \text{Probability of firing during time interval
$[t_1,t_2]$ when the neuron fired at$\hat t$ }. \end{equation} $$ -
Survivor function is
$$ \begin{equation} S(t\vert \hat t) = 1 - \int_{\hat t}^t P_I(t\vert \hat t) dt. \end{equation} $$
We also derived
$$ \begin{equation} P_I(t\vert \hat t) = - \frac{d}{dt} S_I(t\vert \hat t). \end{equation} $$
-
Hazard function is
$$ \begin{equation} \rho(t\vert\hat t) = -\left(\frac{d}{dt} S(t\vert \hat t)\right)/S(t\vert \hat t) = - P_I(t\vert \hat t)/S_I(t\vert \hat t). \end{equation} $$
Meanwhile
$$ \rho(t\vert \hat t) S(t\vert \hat t) = P_I(t\vert \hat t). $$
I have no idea how to proceed from the Eq. (
$\ref{eqn-perturbation-3}$ ).
Anyways, the book postulated a solution with multiple integrals,
with
-
The first term in Eq. (
$\ref{eqn-perturbation-final}$ ) describes the dependence on the previous population activity perturbation. -
The second term is the dependence on the input variations.
-
Low noise limit: kernel
$\mathcal L(x) \to \delta(x)$ (Eq. 6.75 in the book)$$ \begin{equation} \Delta A(t) = \cdots + A_0 \frac{d}{dt} \Delta h(t) = \cdots + A_0 \int_0^\infty ds , \kappa (s) \frac{d}{dt} \Delta I(t-s). \end{equation} $$
This amazing result tells us that any fast change in the input current leads to a large jump in the population activity, regardless of the amplitude of the input current.
-
Large noise limit: noise is critical.
- Slow noise (adiabatic limit): the response of the system is fast enough to keep track on the noise at any time. This is similar to noise-free limit with noise as the effective input or something. Fast changing input means large change in population activity.
- Fast noise: the system is too slow to track the noise. The noise is ambient so that the kernel
$\mathcal{L}(x)$ becomes broad. In a limit that the kernel is flat, the population activity depends on the amplitude of potential$\Delta h$ .
- Sec. 7.1.1 proves that the noise-free system indeed depends on the time derivative of the input.
- Sec. 7.1.2 proves that the escape noise, aka fast noise, indeed provides a broad kernel
$\mathcal{L}(x)$ .
Rapid change in input might indicate danger for the host of the neural system. This feature might be useful for the survivability of animals.
The problem to solve in this section is the time course of population activity under a rapid change of input.
Consider step-like input
which generates step like input potential
As long as the kernel
We assume the population activity has reached equilibrium (asynchronous firing) before
This change is called transient. During a short time interval
for
As we expected, the short time interval
$[t_0,t_0+\Delta t]$ is short enough if$\Delta t\ll 1/A_0$ .
For noise-free network, averaging over time is equivalent to averaging over populations (ensembles).
We can inspect a single neuron. A neuron fired at
for
The solution is written as
where
Does it come from the differentiation of time? Not sure how it is derived.
- SRM0:
$a=R\Delta I/\eta'$ , where$\eta$ is the intrinsic response; - Integrate-and-fire:
$a=R\Delta I/u'$ .
-
Integrate and fire model:
$$ \kappa_0(s) = \frac{1}{\tau_m} \exp\left( -\frac{s}{\tau_m}\right) \Theta(s). $$
For integrate-and-fire model, we can show that the input potential is
after the input current change, i.e.,
for
Fig. 7.5
For slow noise, refer to Fig. 7.6A.
Some random questions:
- How to explain the abrupt transient? Before the change of input, there are always neurons at sub-threshold in the population. Increase the input triggers these neurons immediately.
- Why does the population activity approach another asynchronous state after a long time? Donno.
For fast noise (standart rate mode, or Wilson-Cowan based model), refer to Fig. 7.6B.
For SRM0 with escape noise, refer to Fig. 7.7.
For diffusive noise, refer to Fig. 7.8.