Quadratic integrate and fire

From testwiki
Jump to navigation Jump to search

Template:More citations needed 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,

dxdt=x2+I

where x represents the membrane voltage and I0 represents an input current. A solution to this differential equation is the function,[2]

x(t)=Itan(It+c0),

where c0 is an arbitrary shift dependent on the initial condition x(0) (specifically by the formula c0=arctan(x(0)/I)). This solution "blows up" in finite time, namely at t=nπ/(2I)c0 for all n, 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 (Vt) and a reset value (Vr) is assigned, so that when the solution rises above the threshold, x(t)Vt, the solution is immediately reset to Vr.

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

dvdt=v(1v)τm+I,

where τm is the membrane time constant.

References

Template:Reflist


Template:Applied-math-stub