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.
An idealized model of neural spiking is given by the autonomous differential equation,
dx | |
dt |
=x2+I
where
x
I\geq0
x(t)=\sqrt{I}\tan(\sqrt{I}t+c0),
where
c0
x(0)
c0=\arctan(x(0)/\sqrt{I})
t=n\pi/(2\sqrt{I})-c0
n\inN
When implementing this model in a numerical simulation, a threshold crossing value (
Vt
Vr
x(t)\geqVt
Vr
The above equation is directly related to an alternative form of the QIF model,
dv | |
dt |
=-
v(1-v) | |
\taum |
+I
where
\taum