← SciSim / Neuroscience
· · SciSim ·

Neural Field Theory — Amari Model

Traveling Waves · Bump Attractors · Turing Instability

🧠 Tier: Graduate · Continuum Models
Version:
§ 01
Interactive Simulation
Variable 1
Variable 2
Input
Output
Count
0
State
Time
0
ms
Playback
Preset
Parameters
Parameter 15.0
Parameter 25.0
Input I5.0
T sim (ms)500
Overlays
§ 02
The Idea, Step by Step
▸ From a buzzing crowd of neurons to one smooth "field"

Picture a stadium crowd doing "the wave." You don't track every single person — you just see a smooth band of raised arms sweeping around the ring. Neural field theory plays the same trick on the brain: instead of following millions of individual neurons, it treats a sheet of cortex as one smooth field of average activity and asks what shapes that activity is allowed to take.

START — the everyday picture
Imagine the surface of a pond. Poke it and a ripple spreads, then dies away. Cortex behaves a little like this: stir up activity somewhere and it spreads to neighbors, while left alone it settles back to a resting hum. The whole game is the tug-of-war between activity spreading out and activity fading away.
BUILD — naming the pieces
Call the activity at place $x$ and time $t$ by the name $u(x,t)$ — "how excited the tissue is right here, right now." Two forces change it. First it fades: left alone, $u$ relaxes toward rest. Second, neighbors talk through a connection rule $w$ — nearby spots excite each other while spots a little farther away inhibit each other (the "Mexican-hat" shape $w(x)=A_e\,e^{-x^2/2\sigma_e^2}-A_i\,e^{-x^2/2\sigma_i^2}$). Add an outside nudge $I$, like a flash of light hitting visual cortex. In words: change in activity = fade + what the neighbors send + outside input. Concrete number: if the time-constant is $\tau=10$ ms and you switch the input off, the activity decays on that 10 ms clock — after about 10 ms it has dropped to roughly a third of its value.
DEEPEN — the precise field equation
Put it together and you get the Amari equation $\tau\,\partial_t u=-u+\int w(x-x')\,f(u(x',t))\,dx'+I$, where $f$ is a sigmoid that turns potential into firing rate and the integral just means "add up every neighbor's influence, weighted by $w$." Three famous solutions fall out: a stationary bump (a self-sustaining hill of activity that can sit anywhere — a model of working memory, a continuous attractor); a traveling wave $u=U(x-ct)$ that glides across cortex; and Turing patterns, where the Mexican-hat kernel makes one wavelength $2\pi/k^*$ grow fastest and carves the tissue into regular stripes. On the controls, the Input I slider sets the drive $I$, the parameter sliders tune the excitation/inhibition balance and the gain of $f$, and T sim sets how long to run.
TRY IT — in the sim above
(1) Raise Input I from low to high and follow how a localized bump of activity is expected to build where the drive is strongest. (2) Step through the Variant presets, which set up the bump, traveling-wave and pattern regimes in turn. (3) Open the Param Sweep tab and watch the same circuit flip from one behavior to another as a single knob crosses a threshold — the bifurcation idea from the FAQ below.
§ 03
Equation Derivation
▸ Amari Neural Field Equation
$$\tau\frac{\partial u}{\partial t}=-u+\int w(x-x')f(u(x',t))\,dx'+I(x,t)$$

u(x,t): mean potential at cortical location x. w(x): connectivity kernel (Mexican hat). f: sigmoid. Solutions: bump attractors (working memory), traveling waves (propagating activity), Turing patterns (cortical maps).

STEP 1 — Bump Attractors
Mexican hat w(x) = A_e exp(-x²/2σ_e²) - A_i exp(-x²/2σ_i²). Stationary bump: u*(x) = localized active region. Width and position determined by balance of excitation and inhibition. Bump represents sustained spatial working memory. Translation-neutral: bump can sit at any position (continuous attractor).
STEP 2 — Traveling Waves
Purely excitatory kernel → traveling waves u(x,t) = U(x-ct). Wave speed c = √(D f'(u*)). Observed: visual cortex spreading (~0.1 m/s), epileptic ictal waves (0.05–0.1 m/s), sleep slow oscillations (~1 m/s). Wave direction encodes propagation of activity across cortex.
STEP 3 — Turing Instability
Linearise u = u₀ + δu ~ e^{λt+ikx}. Growth rate λ(k) = (-1 + W(k)f'(u₀))/τ. Instability at k* where λ(k*)=0 first. Mexican hat: W(k) peaks at k* → Turing instability at wavelength 2π/k* → periodic patterns. Predicts cortical column spacing (~1 mm) from connectivity profile.
▸ Primary References

Amari (1977) Biol Cybern 27:77; Bressloff (2012) Waves in Neural Media (Springer)

Gerstner et al. — Neuronal Dynamics (neuronaldynamics.epfl.ch, free) · Dayan & Abbott — Theoretical Neuroscience (MIT Press) · Izhikevich — DSN (dynamicalsystems.org, free)

§ 04
Frequently Asked Questions
🧠 ConceptualWhat is the core mathematical insight of Neural Field Theory — Amari Model?
The Neural Field Theory — Amari Model framework provides a rigorous bridge between microscopic neural parameters and macroscopic observables. The key insight is that complex emergent behaviours — oscillations, memory, coding precision — can be derived from simple mathematical rules governing individual neurons and their connections. The quantitative framework enables testable predictions about circuit function from experimentally measurable quantities.
Key: Mathematical rigour connects single-neuron parameters to network behaviour. Every emergent property (oscillation, attractor, code) is derivable from the microscopic rules.
🌍 AppliedHow is Neural Field Theory — Amari Model used in neurotechnology?
The Neural Field Theory — Amari Model framework is directly applied in brain-computer interfaces and computational medicine. Mathematical models derived from these principles optimise stimulation parameters for DBS, predict drug effects on network dynamics, decode neural signals for BCI applications, and guide the design of neuromorphic hardware. The quantitative framework enables model-based optimisation rather than empirical trial-and-error approaches in clinical settings.
Key: Direct applications in BCI design, DBS parameter optimisation, pharmacological modelling, and neuromorphic chip architecture.
🔬 SimulationHow do I use the simulation for Neural Field Theory — Amari Model?
Configure the parameter sliders on the right panel, select a preset to set up a canonical example, then press Play. The Main View shows the primary mathematical relationship; the Phase Plane shows geometric structure; the Time Series shows temporal evolution; the Parameter Sweep reveals sensitivity to inputs. All displayed quantities correspond directly to terms in the equations in Section 2. Export the data as CSV for further analysis.
Key: Each tab maps to a specific aspect of the mathematics. Use Parameter Sweep to find bifurcation points and Phase Plane to understand stability.
💡 Non-ObviousWhat is counterintuitive about Neural Field Theory — Amari Model?
The most surprising result in Neural Field Theory — Amari Model research is that small parameter changes can produce qualitatively different dynamics (bifurcations). A system that is stable for one parameter value can suddenly oscillate, burst, or become chaotic with a tiny perturbation. This sensitivity to parameters is the hallmark of nonlinear systems and has profound implications: the same neural circuit can perform completely different computations depending on its neuromodulatory state, which shifts parameters near bifurcation boundaries.
Key: Bifurcations: tiny parameter changes → qualitative behavioural change. Neuromodulators exploit this by operating near bifurcation points to switch neural circuit function.
📐 ComputationalWhat numerical methods and pitfalls apply to Neural Field Theory — Amari Model?
The appropriate numerical method depends on stiffness: for near-spike dynamics (HH, AdEx) use RK4 with dt ≤ 0.025 ms or implicit methods; for mean-field equations (WC, Amari) use Euler or RK4 with dt ≤ 0.5–1 ms. Always verify accuracy by halving dt and checking solution convergence. The most common errors: wrong units (mixing mV, ms, nS), missing initial conditions (not setting w₀=b×v₀ in Izhikevich), and incorrect boundary conditions in Fokker-Planck or cable equation simulations.
Key: Verify stability by halving dt. Most errors: wrong units, incorrect initial conditions, violated model assumptions. Check the model validity range before trusting any result.
§ 04 Resources
§ 05
Misconceptions & Common Errors
Sub-block A — Conceptual
"The Neural Field Theory — Amari Model model is only theoretical with no experimental support."
The Neural Field Theory — Amari Model framework has been extensively validated. Key predictions have been confirmed in electrophysiology, imaging, and pharmacological experiments. Modern neuroscience uses these models as quantitative tools integrated with the experimental cycle — for prediction, interpretation, and guidance of experiments.
📖 Amari (1977) Biol Cybern 27:77; Bressloff (2012) Waves in Neural Media (Springer)
Sub-block B — Numerical
Applying Neural Field Theory — Amari Model equations outside their range of validity (wrong N, dt, or approximation regime).
Every model has a validity regime. Always check: (1) Is N large enough for mean-field? (2) Is dt small enough (halve dt and verify solution converges)? (3) Are units consistent (mV, ms, nS throughout)? (4) Are initial conditions correct? When in doubt, compare to direct simulation of the full system.
🔍 Why: Violating assumptions gives quantitatively or qualitatively wrong results — and the error is often invisible without explicit validation.
§ 05 References