Papers
Topics
Authors
Recent
Search
2000 character limit reached

Expressive Leaky Memory (ELM) Neurons

Updated 4 July 2026
  • Expressive Leaky Memory (ELM) neurons are phenomenological models that generate scalar outputs from rich internal states, combining fast reset dynamics with slow-decaying memory across multiple timescales.
  • They employ nonlinear dendritic integration and learnable synaptic traces to efficiently capture both rapid transients and long-range dependencies for sequence processing.
  • Achieving high parameter efficiency, ELM architectures demonstrate competitive performance on benchmarks and inspire hardware implementations using nanoscale leaky memcapacitive devices.

Searching arXiv for the cited papers to ground the article and verify bibliographic details. Expressive Leaky Memory (ELM) neurons are phenomenological neuron models in which scalar output activity is generated from rich internal state, multi-timescale leak dynamics, and nonlinear synaptic integration. Across the literature, the core motif appears in several closely related forms: as an age-and-memory-dependent point-process neuron with reset and leaky hidden state in mean-field Hawkes theory; as a recurrent cell with learnable synaptic traces, memory units, and a compact multilayer integrator for long-horizon sequence processing; as a network primitive whose per-neuron complexity, width, and connectivity can be traded under a fixed parameter budget; and as a nanoscale leaky memcapacitive device that physically co-localizes integration, leak, reset, and slow adaptation (Schmutz, 2020, Spieler et al., 2023, Spieler et al., 12 May 2026, Zhang et al., 2023). The unifying idea is that temporal computation is not delegated solely to network recurrence or external state-space structure, but is partly internalized within each neuron through explicitly leaky memory variables operating on multiple timescales.

1. Definition and formal lineage

A foundational formulation appears in the mean-field model of interacting point processes proposed by Schmutz, where each neuron carries two state variables: age AtiR+A_t^i\in\mathbb{R}_+, the time elapsed since its last spike, and leaky memory MtiRdM_t^i\in\mathbb{R}^d, a dd-dimensional memory that accumulates past activity but decays between spikes. Spiking is governed by the stochastic intensity

λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),

with bounded, Lipschitz-continuous ff, and between spikes the state evolves according to

ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),

while at a spike the neuron resets by

Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).

Crucially, Γ\Gamma need not reset memory to a fixed value; it may depend on the current MM and thus encode cumulative adaptation or plasticity (Schmutz, 2020).

This formulation generalizes age-dependent Hawkes processes. Age-only renewal models retain only a(t)a(t), so the intensity is MtiRdM_t^i\in\mathbb{R}^d0 and the process forgets everything but the last interspike interval; memoryless Poisson models have no history dependence at all. By combining age and multidimensional leaky memory, the ELM motif can simultaneously represent instantaneous refractoriness and slower processes such as adaptation, facilitation, depression, and synaptic filtering. The examples given in the source material make this explicit: Erlang-kernel self-interaction yields a MtiRdM_t^i\in\mathbb{R}^d1-dimensional adaptation cascade, while a MtiRdM_t^i\in\mathbb{R}^d2 Tsodyks–Markram construction uses facilitation and depression variables with synaptic efficacy MtiRdM_t^i\in\mathbb{R}^d3 (Schmutz, 2020).

A plausible implication is that “ELM” is best understood not as a single fixed equation set but as a design family. In that family, a neuron is expressive to the extent that it combines resettable fast state, slowly decaying internal state, and nonlinear coupling between them.

2. Single-neuron dynamics in the phenomenological ELM model

The 2023 ELM formulation for sequence modeling makes this family concrete as a recurrent cell. At each time MtiRdM_t^i\in\mathbb{R}^d4, the neuron receives an input spike vector MtiRdM_t^i\in\mathbb{R}^d5 and maintains a synaptic current trace MtiRdM_t^i\in\mathbb{R}^d6, a memory-state vector MtiRdM_t^i\in\mathbb{R}^d7, and a scalar scaling factor MtiRdM_t^i\in\mathbb{R}^d8. The per-channel synaptic and per-unit memory timescales, MtiRdM_t^i\in\mathbb{R}^d9 and dd0, are learnable, with decay factors

dd1

The update is organized into four stages (Spieler et al., 2023): dd2

dd3

dd4

dd5

The nonlinear dendritic integration step uses a small MLP. Concretely, with one hidden layer of size dd6 and ReLU,

dd7

This architecture couples filtered synaptic input with decayed internal state before the memory update is committed. The update can also be written as

dd8

but the explicit per-unit gating is set by the learnable dd9 rather than by a conventional learned gate vector (Spieler et al., 2023).

The source material emphasizes two consequences. First, because each memory unit λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),0 has its own λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),1, a single ELM neuron can track both fast and slow processes. Second, the synaptic side likewise uses per-channel λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),2 to model input filtering. In this sense, temporal depth is distributed throughout the cell rather than concentrated in a single recurrent hidden state.

3. Architectural variants, parameter efficiency, and empirical performance

The main architectural hyperparameters are the input dimension λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),3, the number of memory units λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),4, and the MLP width. In the reported implementations, λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),5 equals the number of input channels—1278 for NeuronIO, 700 cochlea channels for SHD, and 8–169 for LRA—while λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),6 is task-dependent: 10–20 memory units are sufficient to fit NeuronIO, 150 are used on LRA, and up to 250 can be used. The standard ELM uses an MLP of width λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),7 with one hidden layer; Branch-ELM inserts an intermediate branch grouping of the λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),8 inputs into λi(t)=f(Ati,Mti,Xt),\lambda^i(t)=f\bigl(A^i_{t-},\,M^i_{t-},\,X_t\bigr),9 branches of size ff0 before the MLP (Spieler et al., 2023).

This design yields unusually low parameter counts relative to the tasks considered. On NeuronIO, the total trainable parameters are approximately 53 K for ELM and approximately 8 K for Branch-ELM; on LRA with ff1, the single-node ELM has approximately 100 K parameters. The NeuronIO fitting result is central: prior work found that a TCN with ff2 M parameters was needed to reach a sufficient spike-prediction AUC of 0.991, whereas ELM with ff3 achieves ff4 and RMS-voltage error ff5 mV with 53 K parameters, and Branch-ELM further reduces to 8 K parameters while crossing the AUC threshold (Spieler et al., 2023).

The reported benchmark results span both neuromorphic and long-range sequence tasks.

Setting ELM result Comparator(s)
NeuronIO AUC≈0.992, RMS-voltage error ≈0.64 mV TCN with >10 M parameters needed for AUC 0.991
SHD-Adding, 2 ms bins (ff6) ELM ∼ 0.82 accuracy LSTM ∼ 0.50
LRA Image (1 K px) 49.6% Chrono-LSTM 46.1%, Transformer 42.4%
LRA Pathfinder (1 K) 71.2% 70.8%, 71.4%
LRA Pathfinder-X (16 K) 77.3% LSTM 70.8%, Transformer/Longformer fail
LRA Text 80.3% 75.4%, 64.3%
LRA Retrieval 84.9% 82.9%, 57.5%

On SHD-Adding, the comparison is ELM (186 K params), Branch-ELM (67 K), LSTM (956 K), and a learned-ff7 LIF-SNN (51 K), with the summary that across all bin sizes, ELM ff8 Branch-ELM ff9 LSTM ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),0 SNN. On LRA, the comparison is between a single ELM neuron (ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),1, ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),2 K params), Chrono-LSTM (ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),3 K), Transformer/Longformer (ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),4 K), and SOTA S4/Mega (ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),5 K). Only deep, purpose-built state-space models outperform ELM, and the source states that a single ELM neuron is the only non–purpose-built model to reliably solve the 16 K horizon Pathfinder-X task (Spieler et al., 2023).

Ablations isolate the mechanisms responsible for these results. On NeuronIO, ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),6 memory units causes AUC to fall below 0.99, while ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),7 is sufficient; removing the MLP sharply degrades both spike- and voltage-prediction; the memory-timescale range ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),8 ms is ideal, and forbidding ddtAti=1,ddtMti=b(Mti),\frac{d}{dt}A^i_t = 1,\qquad \frac{d}{dt}M^i_t = b\bigl(M^i_t\bigr),9 ms hurts performance markedly. The scaling factor Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).0 controls the amplitude of memory updates: larger Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).1 helps fit rapid transients but can cause instabilities. Branch-ELM, using approximately 45 branches of approximately 65 synapses each, recovers nearly the full ELM performance at approximately Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).2 parameter reduction. On LRA Path-X, varying Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).3 gives a saturating curve: Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).4, Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).5, Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).6, Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).7, Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).8, Ati0,MtiMti+Γ(Mti).A^i_t \mapsto 0,\qquad M^i_t\mapsto M^i_{t-}+\Gamma\bigl(M^i_{t-}\bigr).9, Γ\Gamma0 (Spieler et al., 2023).

These results support a specific interpretation: long-horizon performance is not attributed merely to recurrence, but to the conjunction of long memory timescales and nonlinear synaptic integration within the neuron itself.

4. Network formulation and scaling tradeoffs

In the 2026 ELM Network, ELM neurons become explicit architectural knobs. Each neuron Γ\Gamma1 at time Γ\Gamma2 maintains a vector of Γ\Gamma3 leaky memory states Γ\Gamma4 and emits a scalar activity Γ\Gamma5. Its input Γ\Gamma6 is formed by selecting Γ\Gamma7 synaptic channels from the concatenated feed-forward and recurrent activities. The per-neuron update is (Spieler et al., 12 May 2026)

Γ\Gamma8

Γ\Gamma9

MM0

MM1

MM2

with

MM3

Two architectural axes are then separated explicitly. Per-neuron complexity is

MM4

while connectivity overhead is

MM5

For a layer of width MM6, the trainable-parameter budget satisfies

MM7

A fixed Bernoulli mask with recurrent fraction MM8 determines whether each synapse is feed-forward or recurrent, so effective connectivity per neuron is MM9 (Spieler et al., 12 May 2026).

The paper positions ELM relative to canonical recurrent units. Compared with LSTM/GRU, ELM replaces explicit sigmoid gates and point-wise input combination with a vector-state of a(t)a(t)0 leak units, a learned nonlinear MLP, multi-timescale filtering, structured dendritic branching, and a high-pass output filter. Compared with LIF, ELM has multiple parallel leak channels and a smooth high-pass nonlinearity rather than a single or few state variables and a hard threshold. The subtraction of the EMA readout a(t)a(t)1 is identified as a high-pass filter that removes runaway DC components and stabilizes recurrent training (Spieler et al., 12 May 2026).

The central theoretical result is a closed-form information-theoretic tradeoff model. Modeling the layer as a(t)a(t)2 parallel noisy channels,

a(t)a(t)3

and assuming Gaussian signal plus noise, signal-covariance eigenvalues a(t)a(t)4, per-neuron noise variance a(t)a(t)5, and budget a(t)a(t)6, the task-relevant information is

a(t)a(t)7

In the sub-saturation regime,

a(t)a(t)8

Here a(t)a(t)9 quantifies single-neuron expressivity, MtiRdM_t^i\in\mathbb{R}^d00 population-level redundancy, MtiRdM_t^i\in\mathbb{R}^d01 the parameter-effectivity scale, and MtiRdM_t^i\in\mathbb{R}^d02 the irreducible floor of per-neuron noise (Spieler et al., 12 May 2026).

Empirically, performance improves monotonically along each of the three axes individually—neuron count MtiRdM_t^i\in\mathbb{R}^d03, complexity MtiRdM_t^i\in\mathbb{R}^d04, and connectivity MtiRdM_t^i\in\mathbb{R}^d05—on both SHD-Adding and Enwik8. Under fixed budget, however, a non-trivial optimum emerges in the tradeoff between many simple neurons and few complex neurons. The paper states that larger budgets favor both more and more complex neurons, that more synapses always help up to a point, and that beyond sufficient feed-forward inputs recurrent synapses dominate performance gains. The Pareto-frontier hyperparameter recipe is

MtiRdM_t^i\in\mathbb{R}^d06

The practical guidance is correspondingly budget-sensitive: small-budget regimes favor more neurons of moderate MtiRdM_t^i\in\mathbb{R}^d07, while large-budget regimes move toward deeper neurons while still scaling width (Spieler et al., 12 May 2026).

5. Population dynamics and mean-field description

The mean-field theory of age and leaky memory provides a population-level description of ELM-like neurons that is analytically explicit. In the MtiRdM_t^i\in\mathbb{R}^d08 mean-field limit, with all-to-all coupling scaled by MtiRdM_t^i\in\mathbb{R}^d09, the law of a typical neuron converges to the solution of a piecewise-deterministic SDE with self-consistency in MtiRdM_t^i\in\mathbb{R}^d10. Equivalently, the population density MtiRdM_t^i\in\mathbb{R}^d11 satisfies the nonlocal transport PDE (Schmutz, 2020)

MtiRdM_t^i\in\mathbb{R}^d12

with boundary condition at MtiRdM_t^i\in\mathbb{R}^d13

MtiRdM_t^i\in\mathbb{R}^d14

and mean field

MtiRdM_t^i\in\mathbb{R}^d15

The interpretation of the terms is direct. The left-hand side is pure transport in MtiRdM_t^i\in\mathbb{R}^d16 driven by the drift MtiRdM_t^i\in\mathbb{R}^d17; the sink MtiRdM_t^i\in\mathbb{R}^d18 accounts for neurons that spike at MtiRdM_t^i\in\mathbb{R}^d19 and leave that state; the boundary term re-inserts mass at MtiRdM_t^i\in\mathbb{R}^d20 and updated memory MtiRdM_t^i\in\mathbb{R}^d21; and the MtiRdM_t^i\in\mathbb{R}^d22 equation closes the loop by allowing each spike to contribute through the kernel MtiRdM_t^i\in\mathbb{R}^d23. The paper proves propagation of chaos and uses a path integral representation for the law of the limit process to derive this multidimensional nonlocal transport equation (Schmutz, 2020).

Several choices of MtiRdM_t^i\in\mathbb{R}^d24, MtiRdM_t^i\in\mathbb{R}^d25, and MtiRdM_t^i\in\mathbb{R}^d26 illustrate how single-neuron mechanisms determine population dynamics. Exponential leak,

MtiRdM_t^i\in\mathbb{R}^d27

gives exponentially decaying memory. The Erlang-kernel construction produces a MtiRdM_t^i\in\mathbb{R}^d28th-order Poissonian cascade implementing the kernel

MtiRdM_t^i\in\mathbb{R}^d29

One listed intensity is

MtiRdM_t^i\in\mathbb{R}^d30

with MtiRdM_t^i\in\mathbb{R}^d31 a refractoriness-modulated recovery curve, for example MtiRdM_t^i\in\mathbb{R}^d32, and MtiRdM_t^i\in\mathbb{R}^d33 an activation nonlinearity, for example sigmoid. The source further notes that power-law adaptation can arise if MtiRdM_t^i\in\mathbb{R}^d34 is fractional. This suggests that the mean-field framework is not only a limit theorem for interacting point processes, but also a generative language for specifying distinct ELM temporal filters (Schmutz, 2020).

6. Physical realization, interpretation, and caveats

A hardware embodiment of the ELM motif is provided by the nanoscale leaky memcapacitor. The device is a parallel-plate capacitor whose top electrode is mounted on a compliant spring and moves vertically under electrostatic attraction. As charge MtiRdM_t^i\in\mathbb{R}^d35 accumulates, the plate separation shrinks from MtiRdM_t^i\in\mathbb{R}^d36 to MtiRdM_t^i\in\mathbb{R}^d37, increasing capacitance; when MtiRdM_t^i\in\mathbb{R}^d38 exceeds a contact threshold MtiRdM_t^i\in\mathbb{R}^d39, ionic or tunneling conduction turns on, producing a leakage path with sharply falling resistance MtiRdM_t^i\in\mathbb{R}^d40. Because both capacitance and leak depend on the same internal coordinate MtiRdM_t^i\in\mathbb{R}^d41, the element is simultaneously a memcapacitor and a memristor connected in parallel (Zhang et al., 2023).

In the simplest analytical form,

MtiRdM_t^i\in\mathbb{R}^d42

The more detailed equations used in the paper are

MtiRdM_t^i\in\mathbb{R}^d43

MtiRdM_t^i\in\mathbb{R}^d44

MtiRdM_t^i\in\mathbb{R}^d45

MtiRdM_t^i\in\mathbb{R}^d46

These equations define a closed three-dimensional dynamical system in MtiRdM_t^i\in\mathbb{R}^d47, or equivalently MtiRdM_t^i\in\mathbb{R}^d48 (Zhang et al., 2023).

The emergent behaviors parallel the ELM design logic. For constant drive in the range MtiRdM_t^i\in\mathbb{R}^d49, the system converges to a limit cycle in MtiRdM_t^i\in\mathbb{R}^d50-space rather than a static fixed point; a saddle-node-on-invariant-circle bifurcation at MtiRdM_t^i\in\mathbb{R}^d51 nucleates the limit cycle, and a reverse saddle-node annihilation at MtiRdM_t^i\in\mathbb{R}^d52 destroys it. By tuning MtiRdM_t^i\in\mathbb{R}^d53, the device traverses three firing regimes—negative-going spikes, nearly sinusoidal oscillations, and positive-going spikes. Bursting can be added by replacing the series resistor with a slow memristor whose resistance evolves on a longer time scale, for example

MtiRdM_t^i\in\mathbb{R}^d54

or by a thresholded rule with MtiRdM_t^i\in\mathbb{R}^d55 when MtiRdM_t^i\in\mathbb{R}^d56 and MtiRdM_t^i\in\mathbb{R}^d57 otherwise (Zhang et al., 2023).

The hardware paper also makes a concrete energy claim: the net energy per spike can be very small, on the order of

MtiRdM_t^i\in\mathbb{R}^d58

whereas standard CMOS leaky-integrate-and-fire cores often consume tens to hundreds of picojoules per spike. In the proposed network construction, outputs MtiRdM_t^i\in\mathbb{R}^d59 are connected through programmable resistances, such as nanoscale memristor synapses, to the series-resistor inputs of other nodes; weighted presynaptic currents charge the postsynaptic capacitor, modifying both MtiRdM_t^i\in\mathbb{R}^d60 and MtiRdM_t^i\in\mathbb{R}^d61 until the device spikes (Zhang et al., 2023).

Two recurrent cautions qualify broader claims about ELM neurons. First, the 2023 ELM model is explicitly phenomenological: there is no direct biophysical interpretability of individual parameters. Second, training relies on BPTT and dendritic geometry is abstracted away, so biological plausibility is limited even when the model reproduces the input-output behavior of a detailed cortical pyramidal neuron. A common misconception is therefore to equate ELM with a biophysically faithful neuron model. The empirical record supports a narrower statement: multiple learnable, slowly decaying hidden states together with nonlinear synaptic integration are sufficient to reproduce detailed pyramidal-cell input-output relations efficiently and to support strong long-range sequence processing, but this does not by itself establish mechanistic identifiability of the underlying biology (Spieler et al., 2023).

Taken together, the theoretical, phenomenological, scaling-law, and hardware formulations converge on a single theme. ELM neurons treat per-neuron temporal computation as a primary modeling resource, alongside width and connectivity. The resulting models occupy an intermediate position between simple recurrent units and detailed compartmental neurons: they are substantially richer than standard leaky or gated cells, yet compact enough to admit mean-field analysis, large-scale hyperparameter scaling, and even device-level physical instantiation.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Expressive Leaky Memory (ELM) Neurons.