exponential integrate-and-fire

{{Short description|Spiking neuron model}}

In biology exponential integrate-and-fire models are compact and computationally efficient nonlinear spiking neuron models with one or two variables. The exponential integrate-and-fire model was first proposed as a one-dimensional model. The most prominent two-dimensional examples are the adaptive exponential integrate-and-fire model and the generalized exponential integrate-and-fire model.{{Cite journal|last=Richardson|first=Magnus J. E.|date=2009-08-24|title=Dynamics of populations and networks of neurons with voltage-activated and calcium-activated currents|url=https://link.aps.org/doi/10.1103/PhysRevE.80.021928|journal=Physical Review E|language=en|volume=80|issue=2|pages=021928|doi=10.1103/PhysRevE.80.021928|pmid=19792172|bibcode=2009PhRvE..80b1928R |issn=1539-3755|url-access=subscription}} Exponential integrate-and-fire models are widely used in the field of computational neuroscience and spiking neural networks because of (i) a solid grounding of the neuron model in the field of experimental neuroscience, (ii) computational efficiency in simulations and hardware implementations, and (iii) mathematical transparency.

Exponential integrate-and-fire (EIF) {{anchor|Exponential integrate-and-fire}}

The exponential integrate-and-fire model (EIF) is a biological neuron model, a simple modification of the classical leaky integrate-and-fire model describing how neurons produce action potentials. In the EIF, the threshold for spike initiation is replaced by a depolarizing non-linearity. The model was first introduced by Nicolas Fourcaud-Trocmé, David Hansel, Carl van Vreeswijk and Nicolas Brunel.{{Cite journal|last1=Fourcaud-Trocmé|first1=Nicolas|last2=Hansel|first2=David|last3=van Vreeswijk|first3=Carl|last4=Brunel|first4=Nicolas|date=2003-12-17|title=How Spike Generation Mechanisms Determine the Neuronal Response to Fluctuating Inputs|url= |journal=The Journal of Neuroscience|language=en|volume=23|issue=37|pages=11628–11640|doi=10.1523/JNEUROSCI.23-37-11628.2003|issn=0270-6474|pmc=6740955|pmid=14684865}} The exponential nonlinearity was later confirmed by Badel et al. It is one of the prominent examples of a precise theoretical prediction in computational neuroscience that was later confirmed by experimental neuroscience.

In the exponential integrate-and-fire model, spike generation is exponential, following the equation:

: \frac{dV}{dt} - \frac{R} {\tau_m} I(t)= \frac{1} {\tau_m}[E_m-V+\Delta_T \exp \left( \frac{V - V_T} {\Delta_T} \right)] .

File:Exponential Integrate-and-Fire (schematic).jpg

where V is the membrane potential, V_T is the intrinsic membrane potential threshold, \tau_m is the membrane time constant, E_m is the resting potential, and \Delta_T is the sharpness of action potential initiation, usually around 1 mV for cortical pyramidal neurons. Once the membrane potential crosses V_T, it diverges to infinity in finite time.{{cite journal|vauthors=Ostojic S, Brunel N, Hakim V|date=August 2009|title=How connectivity, background activity, and synaptic properties shape the cross-correlation between spike trains|journal=The Journal of Neuroscience|volume=29|issue=33|pages=10234–53|doi=10.1523/JNEUROSCI.1275-09.2009|pmc=6665800|pmid=19692598}}{{cite journal|authorlink5=Wulfram Gerstner|vauthors=Badel L, Lefort S, Brette R, Petersen CC, Gerstner W, Richardson MJ|date=February 2008|title=Dynamic I-V curves are reliable predictors of naturalistic pyramidal-neuron voltage traces|journal=Journal of Neurophysiology|volume=99|issue=2|pages=656–66|citeseerx=10.1.1.129.504|doi=10.1152/jn.01107.2007|pmid=18057107}} In numerical simulation the integration is stopped if the membrane potential hits an arbitrary threshold (much larger than V_T) at which the membrane potential is reset to a value {{math|Vr}} . The voltage reset value {{math|Vr}} is one of the important parameters of the model.

Two important remarks: (i) The right-hand side of the above equation contains a nonlinearity that can be directly extracted from experimental data. In this sense the exponential nonlinearity is not an arbitrary choice but directly supported by experimental evidence. (ii) Even though it is a nonlinear model, it is simple enough to calculate the firing rate for constant input, and the linear response to fluctuations, even in the presence of input noise.{{Cite journal|last=Richardson|first=Magnus J. E.|date=2007-08-20|title=Firing-rate response of linear and nonlinear integrate-and-fire neurons to modulated current-based and conductance-based synaptic drive|url=https://link.aps.org/doi/10.1103/PhysRevE.76.021919|journal=Physical Review E|volume=76|issue=2|pages=021919|doi=10.1103/PhysRevE.76.021919|pmid=17930077|bibcode=2007PhRvE..76b1919R |url-access=subscription}}

A didactive review of the exponential integrate-and-fire model (including fit to experimental data and relation to the Hodgkin-Huxley model) can be found in [https://neuronaldynamics.epfl.ch/online/Ch5.S2.html Chapter 5.2] of the textbook Neuronal Dynamics.{{Cite book|last=Gerstner, Wulfram|url=https://www.worldcat.org/oclc/885338083|title=Neuronal dynamics : from single neurons to networks and models of cognition|others=Kistler, Werner M., 1969-, Naud, Richard, Paninski, Liam|isbn=978-1-107-44761-5|location=Cambridge|oclc=885338083}}

Adaptive exponential integrate-and-fire (AdEx) {{anchor|Adaptive Exponential integrate-and-fire}}

File:Initial bursting AdEx model.png

The adaptive exponential integrate-and-fire neuron {{cite journal|vauthors=Brette R, Gerstner W|date=November 2005|title=Adaptive exponential integrate-and-fire model as an effective description of neuronal activity|url=https://journals.physiology.org/doi/full/10.1152/jn.00686.2005|journal=Journal of Neurophysiology|volume=94|issue=5|pages=3637–42|doi=10.1152/jn.00686.2005|pmid=16014787}} (AdEx) is a two-dimensional spiking neuron model where the above exponential nonlinearity of the voltage equation is combined with an adaptation variable w

\tau_m \frac{dV}{dt} = R I(t) + [E_m-V+\Delta_T \exp \left( \frac{V - V_T} {\Delta_T} \right)] - R w

\tau \frac{d w (t)}{d t} = - a [V_\mathrm{m} (t) - E_\mathrm{m} ]- w + b \tau \delta (t-t^f)

where {{math|w}} denotes an adaptation current with time scale \tau. Important model parameters are the voltage reset value {{math|Vr}}, the intrinsic threshold V_T, the time constants \tau and \tau_m as well as the coupling parameters {{math|a}} and {{math|b}}. The adaptive exponential integrate-and-fire model inherits the experimentally derived voltage nonlinearity of the exponential integrate-and-fire model. But going beyond this model, it can also account for a variety of neuronal firing patterns in response to constant stimulation, including adaptation, bursting and initial bursting.{{cite journal|vauthors=Naud R, Marcille N, Clopath C, Gerstner W|date=November 2008|title=Firing patterns in the adaptive exponential integrate-and-fire model|url= |journal=Biological Cybernetics|volume=99|issue=4–5|pages=335–47|doi=10.1007/s00422-008-0264-7|pmc=2798047|pmid=19011922}}

The adaptive exponential integrate-and-fire model is remarkable for three aspects: (i) its simplicity since it contains only two coupled variables; (ii) its foundation in experimental data since the nonlinearity of the voltage equation is extracted from experiments; and (iii) the broad spectrum of single-neuron firing patterns that can be described by an appropriate choice of AdEx model parameters. In particular, the AdEx reproduces the following firing patterns in response to a step current input: neuronal adaptation, regular bursting, initial bursting, irregular firing, regular firing.

A didactic review of the adaptive exponential integrate-and-fire model (including examples of single-neuron firing patterns) can be found in [https://neuronaldynamics.epfl.ch/online/Ch6.S1.html Chapter 6.1] of the textbook Neuronal Dynamics.

Generalized exponential integrate-and-fire Model (GEM) {{anchor|Adaptive Exponential integrate-and-fire}}

The generalized exponential integrate-and-fire model (GEM) is a two-dimensional spiking neuron model where the exponential nonlinearity of the voltage equation is combined with a subthreshold variable x

\tau_m \frac{dV}{dt} = R I(t) + [E_m-V+\Delta_T \exp \left( \frac{V - V_T} {\Delta_T} \right)] - b \, [E_x-V] x

\tau_x(V) \frac{d x (t)}{d t} = x_0(V_\mathrm{m} (t))- x

where b is a coupling parameter, \tau_x(V) is a voltage-dependent time constant, and x_0(V) is a saturating nonlinearity, similar to the gating variable m of the Hodgkin-Huxley model. The term b [E_x-V] x in the first equation can be considered as a slow voltage-activated ion current.

The GEM is remarkable for two aspects: (i) the nonlinearity of the voltage equation is extracted from experiments; and (ii) the GEM is simple enough to enable a mathematical analysis of the stationary firing-rate and the linear response even in the presence of noisy input.

A review of the computational properties of the GEM and its relation to other spiking neuron models can be found in.{{Cite journal|last1=Brunel|first1=Nicolas|last2=Hakim|first2=Vincent|last3=Richardson|first3=Magnus JE|date=2014-04-01|title=Single neuron dynamics and computation|url=http://www.sciencedirect.com/science/article/pii/S0959438814000130|journal=Current Opinion in Neurobiology|series=Theoretical and computational neuroscience|language=en|volume=25|pages=149–155|doi=10.1016/j.conb.2014.01.005|pmid=24492069|s2cid=16362651|issn=0959-4388|url-access=subscription}}

References