Galves–Löcherbach model

From HandWiki
3D Vizualization of the Galves–Löcherbach model simulating the spiking of 4000 neurons (4 layers with one population of inhibitory neurons and one population of excitatory neurons each) in 180 time intervals.

The Galves–Löcherbach model (or GL model) is a mathematical model for a network of neurons with intrinsic stochasticity.[1][2]

In the most general definition, a GL network consists of a countable number of elements (idealized neurons) that interact by sporadic nearly-instantaneous discrete events (spikes or firings). At each moment, each neuron N fires independently, with a probability that depends on the history of the firings of all neurons since the last time N last fired. Thus each neuron "forgets" all previous spikes, including its own, whenever it fires. This property is a defining feature of the GL model.

In specific versions of the GL model, the past network spike history since the last firing of a neuron N may be summarized by an internal variable, the potential of that neuron, that is a weighted sum of those spikes. The potential may include the spikes of only a finite subset of other neurons, thus modeling arbitrary synapse topologies. In particular, the GL model includes as a special case the general leaky integrate-and-fire neuron model.

Formal definition

The GL model has been formalized in several different ways. The notations below are borrowed from several of those sources.

The GL network model consists of a countable set of neurons with some set [math]\displaystyle{ I }[/math] of indices. The state is defined only at discrete sampling times, represented by integers, with some fixed time step [math]\displaystyle{ \Delta }[/math]. For simplicity, let's assume that these times extend to infinity in both directions, implying that the network has existed since forever.

In the GL model, all neurons are assumed evolve synchronously and atomically between successive sampling times. In particular, within each time step, each neuron may fire at most once. A Boolean variable [math]\displaystyle{ X_i[t] }[/math] denotes whether the neuron [math]\displaystyle{ i\in I }[/math] fired ([math]\displaystyle{ X_i[t]=1 }[/math]) or not ([math]\displaystyle{ X_i[t]=0 }[/math]) between sampling times [math]\displaystyle{ t\in\mathbb{Z} }[/math] and [math]\displaystyle{ t+1 }[/math].

Let [math]\displaystyle{ X[t'\,\mathrel{:}\,t] }[/math] denote the matrix whose rows are the histories of all neuron firings from time [math]\displaystyle{ t' }[/math] to time [math]\displaystyle{ {}t }[/math] inclusive, that is

[math]\displaystyle{ X[t'\,\mathrel{:}\,t]=((X_i[s])_{t'\leq s\leq t})_{i\in I} }[/math]

and let [math]\displaystyle{ X[-\infty\,\mathrel{:}\,t] }[/math] be defined similarly, but extending infinitely in the past. Let [math]\displaystyle{ \tau_i[t] }[/math] be the time before the last firing of neuron [math]\displaystyle{ i }[/math] before time [math]\displaystyle{ t }[/math], that is

[math]\displaystyle{ \tau_i[t] =\mathop{\mathrm{max}}\{s\lt t \;\mathrel{\big|}\; X_i[s]=1\}. }[/math]

Then the general GL model says that

[math]\displaystyle{ \mathop{\mathrm{Prob}}\biggl(\,X_i[t] = 1 \;\mathrel{\bigg|}\; X[-\infty\,\mathrel{:}\,t-1]\,\biggr)\;\;=\;\; \Phi_i\biggl(X\bigl[\tau_i[t]\,\mathrel{:}\,t-1\bigr]\biggr) }[/math]
Illustration of the general Galves-Löcherbach model for a neuronal network of 7 neurons, with indices [math]\displaystyle{ I=\{1,2,\ldots,7\} }[/math]. The matrix of 0s and 1s represents the firing history [math]\displaystyle{ X[-\infty\,\mathrel{:}\,t] }[/math] up to some time [math]\displaystyle{ t }[/math], where row [math]\displaystyle{ i }[/math] shows the firings of neuron [math]\displaystyle{ i }[/math]. The rightmost column shows [math]\displaystyle{ X_i[t-1] }[/math]. The blue digit indicates the last firing of neuron 3 before time [math]\displaystyle{ t }[/math], which occurred in the time step between [math]\displaystyle{ \tau_3[t] }[/math] and [math]\displaystyle{ \tau_3[t]+1 }[/math]. The blue frame encloses all firing events that influence the probability of neuron 3 firing in the step from [math]\displaystyle{ t }[/math] to [math]\displaystyle{ t+1 }[/math] (blue arrow and empty blue box). The red details indicate the corresponding concepts for neuron 6.

Moreover, the firings in the same time step are conditionally independent, given the past network history, with the above probabilities. That is, for each finite subset [math]\displaystyle{ K\subset I }[/math] and any configuration [math]\displaystyle{ a_i\in\{0,1\}, i\in K, }[/math] we have

[math]\displaystyle{ \mathop{\mathrm{Prob}}\biggl(\,\bigcap_{k\in K}\bigl\{X_k[t]=a_k\bigr\} \;\mathrel{\bigg|}\; X[-\infty\,\mathrel{:}\,t-1]\biggr)\;\;=\;\;\prod_{k\in K} \mathop{\mathrm{Prob}}\biggl(\,X_k[t]=a_k\;\mathrel{\bigg|}\;X\bigl[\tau_k[t]\,\mathrel{:}\,t-1\bigl]\,\biggr) }[/math]

Potential-based variants

In a common special case of the GL model, the part of the past firing history [math]\displaystyle{ X\bigl[\tau_i[t]\,\mathrel{:}\,t-1\bigr] }[/math] that is relevant to each neuron [math]\displaystyle{ i\in I }[/math] at each sampling time [math]\displaystyle{ t }[/math] is summarized by a real-valued internal state variable or potential [math]\displaystyle{ V_i[t] }[/math] (that corresponds to the membrane potential of a biological neuron), and is basically a weighted sum of the past spike indicators, since the last firing of neuron [math]\displaystyle{ i }[/math]. That is,

[math]\displaystyle{ V_i[t] \;\;=\;\; \sum_{t'=\tau_i[t]}^{t-1} \biggl( E_i[t'] + \sum_{j\in I} w_{j \rightarrow i}\,X_j[t']\biggr)\alpha_i\bigl[t'-\tau_i[t],t-1-t'\bigr] }[/math]

In this formula, [math]\displaystyle{ w_{j \rightarrow i} }[/math] is a numeric weight, that corresponds to the total weight or strength of the synapses from the axon of neuron [math]\displaystyle{ j }[/math] to the dendrites of neuron [math]\displaystyle{ i }[/math]. The term [math]\displaystyle{ E_i[t'] }[/math], the external input, represents some additional contribution to the potential that may arrive between times [math]\displaystyle{ t' }[/math] and [math]\displaystyle{ t'+1 }[/math] from other sources besides the firings of other neurons. The factor [math]\displaystyle{ \alpha_i[r,s] }[/math] is a history weight function that modulates the contributions of firings that happened [math]\displaystyle{ r }[/math] whole steps after the last firing of neuron [math]\displaystyle{ i }[/math] and [math]\displaystyle{ s }[/math] whole steps before the current time.

Then one defines

[math]\displaystyle{ \mathop{\mathrm{Prob}}\biggl(\,X_i[t] = 1\;\mathrel{\bigg|}\;X[-\infty:t-1]\,\biggr) \;\;=\;\; \phi_i(V_i[t]) }[/math]

where [math]\displaystyle{ \phi_i }[/math] is a monotonically non-decreasing function from [math]\displaystyle{ \mathbb{R} }[/math] into the interval [math]\displaystyle{ [0,1] }[/math].

If the synaptic weight [math]\displaystyle{ w_{j\to i} }[/math] is negative, each firing of neuron [math]\displaystyle{ j }[/math] causes the potential [math]\displaystyle{ V_i }[/math] to decrease. This is the way inhibitory synapses are approximated in the GL model. The absence of a synapse between those two neurons is modeled by setting [math]\displaystyle{ w_{j\to i} = 0 }[/math].

Leaky integrate and fire variants

In an even more specific case of the GL model, the potential [math]\displaystyle{ V_i }[/math] is defined to be a decaying weighted sum of the firings of other neurons. Namely, when a neuron [math]\displaystyle{ i }[/math] fires, its potential is reset to zero. Until its next firing, a spike from any neuron [math]\displaystyle{ j }[/math] increments [math]\displaystyle{ V_i }[/math] by the constant amount [math]\displaystyle{ w_{j\rightarrow i} }[/math]. Apart from those contributions, during each time step, the potential decays by a fixed recharge factor [math]\displaystyle{ \mu_i }[/math] towards zero.

In this variant, the evolution of the potential [math]\displaystyle{ V_i }[/math] can be expressed by a recurrence formula

[math]\displaystyle{ V_i[t+1]\;\;=\;\; \left\{ \begin{array}{ll} 0 & \mathrm{if}\;X_i[t] = 1 \\ \mu_i\,V_i[t] & \mathrm{if}\;X_i[t] = 0 \end{array} \right\} \;+\; E_i[t] \;+\; \sum_{j\in I} w_{j\to i}\,X_j[t] }[/math]

Or, more compactly,

[math]\displaystyle{ V_i[t+1]\;\;=\;\; (1 - X_i[t])\,\mu_i\,V_i[t] \;+\; E_i[t] \;+\; \sum_{j\in I} w_{j\to i}\,X_j[t] }[/math]

This special case results from taking the history weight factor [math]\displaystyle{ \alpha[r,s] }[/math] of the general potential-based variant to be [math]\displaystyle{ \mu_i^{s} }[/math]. It is very similar to the leaky integrate and fire model.

Reset potential

If, between times [math]\displaystyle{ t }[/math] and [math]\displaystyle{ t+1 }[/math], neuron [math]\displaystyle{ i }[/math] fires (that is, [math]\displaystyle{ X_i[t] = 1 }[/math]), no other neuron fires ([math]\displaystyle{ X_j[t] = 0 }[/math] for all [math]\displaystyle{ j\neq i }[/math]),and there is no external input ([math]\displaystyle{ E_i[t] = 0 }[/math]), then [math]\displaystyle{ V_i[t+1] }[/math] will be [math]\displaystyle{ w_{i\to i} }[/math]. This self-weight therefore represents the reset potential that the neuron assumes just after firing, apart from other contributions. The potential evolution formula therefore can be written also as

[math]\displaystyle{ V_i[t+1]\;\;=\;\; \left\{ \begin{array}{ll} V^\mathsf{R}_i & \mathrm{if}\; X_i[t] = 1\\ \mu_i\,V_i[t] & \mathrm{if}\; X_i[t] = 0 \end{array} \right\} \;+\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] }[/math]

where [math]\displaystyle{ V^{\mathsf{R}}_i = w_{i\to i} }[/math] is the reset potential. Or, more compactly,

[math]\displaystyle{ V_i[t+1]\;\;=\;\; X_i[t]\,V^\mathsf{R}_i \;\;+\;\; (1 - X_i[t])\,\mu_i\,V_i[t] \;+\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] }[/math]

Resting potential

These formulas imply that the potential decays towards zero with time, when there are no external or synaptic inputs and the neuron itself does not fire. Under these conditions, the membrane potential of a biological neuron will tend towards some negative value, the resting or baseline potential [math]\displaystyle{ V^\mathsf{B}_i }[/math], on the order of −40 to −80 millivolts.

However, this apparent discrepancy exists only because it is customary in neurobiology to measure electric potentials relative to that of the extracellular medium. That discrepancy disappears if one chooses the baseline potential [math]\displaystyle{ V^\mathsf{B}_i }[/math] of the neuron as the reference for potential measurements. Since the potential [math]\displaystyle{ V_i }[/math] has no influence outside of the neuron, its zero level can be chosen independently for each neuron.

Variant with refractory period

Some authors use a slightly different refractory variant of the integrate-and-fire GL neuron,[3] which ignores all external and synaptic inputs (except possibly the self-synapse [math]\displaystyle{ w_{i\to i} }[/math]) during the time step immediately after its own firing. The equation for this variant is

[math]\displaystyle{ V_i[t+1]\;\;=\;\; \left\{ \begin{array}{ll} V^\mathsf{R}_i & \quad \mathrm{if}\; X_i[t] = 1 \\[2mm] \displaystyle \mu_i\,V_i[t] \;+\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] & \quad \mathrm{if}\; X_i[t] = 0 \end{array} \right. }[/math]

or, more compactly,

[math]\displaystyle{ V_i[t+1]\;\;=\;\; X_i[t]\,V^\mathsf{R}_i \;\;+\;\; (1 - X_i[t])\,\biggl(\mu_i\,V_i[t] \;+\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t]\biggr) }[/math]

Forgetful variants

Even more specific sub-variants of the integrate-and-fire GL neuron are obtained by setting the recharge factor [math]\displaystyle{ \mu_i }[/math] to zero.[3] In the resulting neuron model, the potential [math]\displaystyle{ V_i }[/math] (and hence the firing probability) depends only on the inputs in the previous time step; all earlier firings of the network, including of the same neuron, are ignored. That is, the neuron does not have any internal state, and is essentially a (stochastic) function block.

The evolution equations then simplify to

[math]\displaystyle{ V_i[t+1]\;\;=\;\; \left\{ \begin{array}{ll} V^\mathsf{R}_i & \mathrm{if}\; X_i[t] = 1\\ 0 & \mathrm{if}\; X_i[t] = 0 \end{array} \right\} \;+\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] }[/math]
[math]\displaystyle{ V_i[t+1]\;\;=\;\; X_i[t]\,V^\mathsf{R}_i \;\;+\;\; E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] }[/math]

for the variant without refractory step, and

[math]\displaystyle{ V_i[t+1]\;\;=\;\; \left\{ \begin{array}{ll} V^\mathsf{R}_i & \quad \mathrm{if}\; X_i[t] = 1 \\[2mm] \displaystyle E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t] & \quad \mathrm{if}\; X_i[t] = 0 \end{array} \right. }[/math]
[math]\displaystyle{ V_i[t+1]\;\;=\;\; X_i[t]\,V^\mathsf{R}_i \;\;+\;\; (1 - X_i[t])\,\biggl(E_i[t] \;+\; \sum_{j\in I\setminus\{i\}} w_{j\to i}\,X_j[t]\biggr) }[/math]

for the variant with refractory step.

In these sub-variants, while the individual neurons do not store any information from one step to the next, the network as a whole still can have persistent memory because of the implicit one-step delay between the synaptic inputs and the resulting firing of the neuron. In other words, the state of a network with [math]\displaystyle{ n }[/math] neurons is a list of [math]\displaystyle{ n }[/math] bits, namely the value of [math]\displaystyle{ X_i[t] }[/math] for each neuron, which can be assumed to be stored in its axon in the form of a traveling depolarization zone.

Writer::Mokone William kgotso

History

The GL model was defined in 2013 by mathematicians Antonio Galves and Eva Löcherbach.[1] Its inspirations included Frank Spitzer's interacting particle system and Jorma Rissanen's notion of stochastic chain with memory of variable length. Another work that influenced this model was Bruno Cessac's study on the leaky integrate-and-fire model, who himself was influenced by Hédi Soula.[4] Galves and Löcherbach referred to the process that Cessac described as "a version in a finite dimension" of their own probabilistic model.

Prior integrate-and-fire models with stochastic characteristics relied on including a noise to simulate stochasticity.[5] The Galves–Löcherbach model distinguishes itself because it is inherently stochastic, incorporating probabilistic measures directly in the calculation of spikes. It is also a model that may be applied relatively easily, from a computational standpoint, with a good ratio between cost and efficiency. It remains a non-Markovian model, since the probability of a given neuronal spike depends on the accumulated activity of the system since the last spike.

Contributions to the model were made, considering the hydrodynamic limit of the interacting neuronal system,[6] the long-range behavior and aspects pertaining to the process in the sense of predicting and classifying behaviors according to a fonction of parameters,[7][8] and the generalization of the model to the continuous time.[9]

The Galves–Löcherbach model was a cornerstone to the NeuroMat project.[10]

See also

References

  1. 1.0 1.1 Galves, A.; Löcherbach, E. (2013). "Infinite Systems of Interacting Chains with Memory of Variable Length—A Stochastic Model for Biological Neural Nets". Journal of Statistical Physics 151 (5): 896–921. doi:10.1007/s10955-013-0733-9. Bibcode2013JSP...151..896G. 
  2. Baccelli, François; Taillefumier, Thibaud (2019). "Replica-mean-field limits for intensity-based neural networks". arXiv:1902.03504 [math.DS].
  3. 3.0 3.1 Brochini, Ludmila et al. (2016). "Phase transitions and self-organized criticality in networks of stochastic spiking neurons". Scientific Reports 6: article 35831. doi:10.1038/srep35831. PMID 27819336. Bibcode2016NatSR...635831B. 
  4. Cessac, B. (2011). "A discrete time neural network model with spiking neurons: II: Dynamics with noise". Journal of Mathematical Biology 62 (6): 863–900. doi:10.1007/s00285-010-0358-4. PMID 20658138. 
  5. Plesser, H. E.; Gerstner, W. (2000). "Noise in Integrate-and-Fire Neurons: From Stochastic Input to Escape Rates". Neural Computation 12 (2): 367–384. doi:10.1162/089976600300015835. PMID 10636947. 
  6. De Masi, A.; Galves, A.; Löcherbach, E.; Presutti, E. (2015). "Hydrodynamic limit for interacting neurons". Journal of Statistical Physics 158 (4): 866–902. doi:10.1007/s10955-014-1145-1. Bibcode2015JSP...158..866D. 
  7. Duarte, A.; Ost, G. (2014). "A model for neural activity in the absence of external stimuli". arXiv:1410.6086 [math.PR].
  8. Fournier, N.; Löcherbach, E. (2014). "On a toy model of interacting neurons". arXiv:1410.3263 [math.PR].
  9. Yaginuma, K. (2015). "A Stochastic System with Infinite Interacting Components to Model the Time Evolution of the Membrane Potentials of a Population of Neurons". Journal of Statistical Physics 163 (3): 642–658. doi:10.1007/s10955-016-1490-3. 
  10. "Modelos matemáticos do cérebro", Fernanda Teixeira Ribeiro, Mente e Cérebro, Jun. 2014