layout | title | date | author | summary | references | weight | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
notes |
24. From individual neurons to collective bursting |
2016-11-16 |
Tanguy Fardet |
Predicting collective dynamics from individual neuron properties. |
|
24 |
This is a short introduction and rationale to my PhD subject on organized behaviors in neuronal networks, focusing on collective bursting in neuronal cultures.
Contents:
- Introduction to the aEIF model to describe the neuronal dynamics
- Network topology in cultures
- Synchronization in homogeneous networks
- The mean-field model
As described in the previous sessions on neuronal models, we use simplified equations to describe the behavior of neurons. How far should we simplify them? For physicists, the best way is to keep the model 2D, so that you can always represent the evolution of the neuron's state on a piece of paper, but make it discontinuous so that it can also have a chaotic behavior.
For that reason, we will here use the adaptive Exponential Integrate-and-Fire model (a.k.a. aEIF or AdEx) [Brette2005]. In addition to being 2D, this model also recovers a large number of biologically relevant features compared to the IAF, the Izhikevitch, or GIF models.
The model describes the behavior of a neuron using only two variables: the membrane potential
The two variables are coupled through the following equations:
$$ \begin{equation} \left\lbrace \begin{array}{l} \tilde{C}_m \frac{d\tilde{V}}{d\tilde{t}} = - \tilde{g}_L(\tilde{V}-\tilde{E}_L) + \tilde{g}_L \tilde{\Delta}T \exp\left(\frac{\tilde{V}-\tilde{V}{th}}{\tilde{\Delta}_T}\right) - \tilde{w} + \tilde{I}_e + \tilde{I}_s\ \tilde{\tau}_w \frac{d\tilde{w}}{d\tilde{t}} = \tilde{a} (\tilde{V} - \tilde{E}_L) - \tilde{w} \end{array}\right. \end{equation} $$
as in the integrate-and-fire model, the spike is terminated by a reset condition, which reads:
For simplicity, I will use dimensionless variables in the rest of the session. The equations will thus become:
See Appendices -- Variable change for details.
This model is able to reproduce almost all behaviors observed in electrophysiological recordings, from fast-spiking to intrisically bursting or chattering neurons [Naud2008].
Now that we have the neuronal model, let us have a look at the structure that will underly the system.\
The neurons are coupled by synapses, so this structure can be represented simply by a directed network, described by an adjacency matrix A, where:
$$ A_{ij} = s_{ij} \delta(i \rightarrow j) $$
i.e. the matrix entry is non-zero only of neuron
In cultures, the connectivity is much simpler than in the brain, since the structure is planar (at least in the cultures we study). Though the network cannot be considered as fully homogeneous, as what was considered in previous sessions, some studies [Cohen2010] suggest that its heterogeneity is rather limited.
Indeed, it seems that the in-degree connectivity can described by a Gaussian distribution
For a given average connectivity
Let us try to understand simply how synchronization can occur in networks containing oscillators.
**Figure 1:** *Left: Raster for bursting GID network of 1000 neurons with $\overline{k} = 100$ and $\sigma_k = 20$. Right: Time evolution of voltage and adaptation current for a FID network of 1000 neurons with $k = 100$.*One of the most well-known models for this is the Kuramoto model [Acebron2005].
Let a complex oscillator follow any given trajectory in phase-space and let its phase along the trajectory be
In this model, all that we consider is the phase of the oscillator, and the oscillator will interact with the rest of the world only because of the phase delay that might exist between it and some other oscillator. This is denoted, for any oscillator
$$ \dot{\theta}i(t) = \omega_i + \frac{K}{N}\sum{j=1}^N sin(\theta_j(t) - \theta_i(t)) $$
where
Many studies on the subject exist, so we will just look at how synchronization can occur on a simpler system, where one oscillator sees a large periodic stimulus (e.g. a population of synchronized oscillators). This exercise is detailed in [Strogatz1994] section 4.5.
The periodic stimulus has a period
looking at the phase difference
Thus we can attain a permanent phase lock solution for
Though the Kuramoto model allows us to understand qualitatively many features of synchronization, it is quite different from what happens in neuronal assemblies, especially since these continuous phase models are:
- characterized by rather slow synchronizations, whereas the discrete coupling and almost discontinuous dynamics of neurons leads to much faster synchronization phenomena,
- not leading to zero phase-lag for finite coupling which is very different from the behavior observed in neuronal populations.
As can be seen on Figure 1, when looking at the adaptation variable
Contrary to the phase oscillator, the relaxation oscillator can have a discontinuous trajectory. This feature is what allows not only the fast transition from the asynchronous to the synchronous phase, but also the existence of a zero phase-lag state for finite couplings.
Our model is based on the hypothesis that many neuronal cultures contain intrisically oscillating neurons (the majority of hte pyramidal neurons according to [Penn2016]), and that the collective bursting behavior is observed even in the absence of inhibitory neurons.
Therefore, we use the AdEx model to describe periodic spiking adaptive neurons and tried to understand how adaptation alone could explain the existence of the collective dynamics.
To that end, we set the persistent current
The relaxation oscillations of
Figure 2 shows the origin of the phenomena: as the persistent current
During the burst, the neuron receives an average input from the other neurons, which drives a subsequent series of burst. This phenomenon comes to an end when
Using a detailed mean-field model, we could translate this condition to a dimensionless self-coherent equation:
where
As
[Acebron2005] J. A. Acebron, L. L. Bonilla, C. J. P. Vicente, F. Ritort, and R. Spigler, The Kuramoto model: A simple paradigm for synchronization phenomena
[Brette2005] R. Brette and W. Gerstner, Adaptive Exponential Integrate-and-Fire Model as an Effective Description of Neuronal Activity
[Cohen2010] O. Cohen, A. Keselman, E. Moses, M. R. Martínez, J. Soriano, and T. Tlusty, Quorum Percolation in Living Neural Networks
[Ladenbauer2013] J. Ladenbauer, M. Augustin, L. Shiau, and K. Obermayer, Impact of adaptation currents on synchronization of coupled exponential integrate-and-fire neurons
[Naud2008] R. Naud, N. Marcille, C. Clopath, and W. Gerstner, Firing patterns in the adaptive exponential integrate-and-fire model
[Penn2016] Y. Penn, M. Segal, and E. Moses, Network synchronization in hippocampal neurons
[Strogatz1994] S. Strogatz, Nonlinear Dynamics and Chaos](http://www.stevenstrogatz.com/books/nonlinear-dynamics-and-chaos-with-applications-to-physics-biology-chemistry-and-engineering)
$$ \begin{eqnarray*} V = \frac{\tilde{V}-\tilde{V}_{th}}{\tilde{\Delta}_T}, & \quad E_L = \frac{\tilde{E}L - \tilde{V}{th}}{\tilde{\Delta}_T} \quad & \text{(general relation for voltages)}\ w = \frac{w}{\tilde{g}_L \tilde{\Delta}_T}, & I = \frac{\tilde{I}}{\tilde{g}_L \tilde{\Delta}_T} & \text{(general relation for currents)}\ t = \frac{\tilde{t}}{\tilde{\tau}_m}, & \tau_w = \frac{\tilde{\tau}_w}{\tilde{\tau}_m} & \text{(general relation for times)}\ g_L = 1 & a = \frac{\tilde{a}}{\tilde{g}_L} & \text{(general relation for conductances)} \end{eqnarray*} $$