Quadratic integrate and fire

From HandWiki

The quadratic integrate and fire (QIF) model is a biological neuron model that describes action potentials in neurons. In contrast to physiologically accurate but computationally expensive neuron models like the Hodgkin–Huxley model, the QIF model seeks only to produce action potential-like patterns by ignoring the dynamics of transmembrane currents and ion channels. Thus, the QIF model is computationally efficient and has found ubiquitous use in computational neuroscience.[1]

An idealized model of neural spiking is given by the autonomous differential equation,

[math]\displaystyle{ \frac{dx}{dt} = x^2 + I }[/math]

where [math]\displaystyle{ x }[/math] represents the membrane voltage and [math]\displaystyle{ I\geq 0 }[/math] represents an input current. A solution to this differential equation is the function,[2]

[math]\displaystyle{ x(t) = \sqrt{I} \tan(\sqrt{I} t + c_0), }[/math]

where [math]\displaystyle{ c_0 }[/math] is an arbitrary shift dependent on the initial condition [math]\displaystyle{ x(0) }[/math] (specifically by the formula [math]\displaystyle{ c_0 = \arctan(x(0)/\sqrt{I}) }[/math]). This solution "blows up" in finite time, namely at [math]\displaystyle{ t=n\pi/(2\sqrt{I})-c_0 }[/math] for all [math]\displaystyle{ n \in\mathbb{N} }[/math], which resembles the rhythmic action potentials generated by neurons stimulated by some input current. Thus a "spike" is said to have occurred when the solution reaches positive infinity. Just after this point in time, the solution resets to negative infinity by definition.

When implementing this model in a numerical simulation, a threshold crossing value ([math]\displaystyle{ V_t }[/math]) and a reset value ([math]\displaystyle{ V_r }[/math]) is assigned, so that when the solution rises above the threshold, [math]\displaystyle{ x(t) \geq V_t }[/math], the solution is immediately reset to [math]\displaystyle{ V_r }[/math].

The above equation is directly related to an alternative form of the QIF model,

[math]\displaystyle{ \frac{dv}{dt} = -\frac{v(1-v)}{\tau_m} + I }[/math],

where [math]\displaystyle{ \tau_m }[/math] is the membrane time constant.

References

  1. Fourcaud-Trocmé, Nicolas (2013), Jaeger, Dieter; Jung, Ranu, eds. (in en), Integrate and Fire Models, Deterministic, New York, NY: Springer, pp. 1–9, doi:10.1007/978-1-4614-7320-6_148-1, ISBN 978-1-4614-7320-6, https://doi.org/10.1007/978-1-4614-7320-6_148-1, retrieved 2023-03-01 
  2. Ermentrout, Bard; Terman, David (July 1, 2010). Mathematical Foundations of Neuroscience (1 ed.). Springer. doi:10.1007/978-0-387-87708-2. ISBN 978-0-387-87708-2.