Expressive Leaky Memory (ELM) Neurons
- 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 , the time elapsed since its last spike, and leaky memory , a -dimensional memory that accumulates past activity but decays between spikes. Spiking is governed by the stochastic intensity
with bounded, Lipschitz-continuous , and between spikes the state evolves according to
while at a spike the neuron resets by
Crucially, need not reset memory to a fixed value; it may depend on the current and thus encode cumulative adaptation or plasticity (Schmutz, 2020).
This formulation generalizes age-dependent Hawkes processes. Age-only renewal models retain only , so the intensity is 0 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 1-dimensional adaptation cascade, while a 2 Tsodyks–Markram construction uses facilitation and depression variables with synaptic efficacy 3 (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 4, the neuron receives an input spike vector 5 and maintains a synaptic current trace 6, a memory-state vector 7, and a scalar scaling factor 8. The per-channel synaptic and per-unit memory timescales, 9 and 0, are learnable, with decay factors
1
The update is organized into four stages (Spieler et al., 2023): 2
3
4
5
The nonlinear dendritic integration step uses a small MLP. Concretely, with one hidden layer of size 6 and ReLU,
7
This architecture couples filtered synaptic input with decayed internal state before the memory update is committed. The update can also be written as
8
but the explicit per-unit gating is set by the learnable 9 rather than by a conventional learned gate vector (Spieler et al., 2023).
The source material emphasizes two consequences. First, because each memory unit 0 has its own 1, a single ELM neuron can track both fast and slow processes. Second, the synaptic side likewise uses per-channel 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 3, the number of memory units 4, and the MLP width. In the reported implementations, 5 equals the number of input channels—1278 for NeuronIO, 700 cochlea channels for SHD, and 8–169 for LRA—while 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 7 with one hidden layer; Branch-ELM inserts an intermediate branch grouping of the 8 inputs into 9 branches of size 0 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 1, the single-node ELM has approximately 100 K parameters. The NeuronIO fitting result is central: prior work found that a TCN with 2 M parameters was needed to reach a sufficient spike-prediction AUC of 0.991, whereas ELM with 3 achieves 4 and RMS-voltage error 5 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 (6) | 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-7 LIF-SNN (51 K), with the summary that across all bin sizes, ELM 8 Branch-ELM 9 LSTM 0 SNN. On LRA, the comparison is between a single ELM neuron (1, 2 K params), Chrono-LSTM (3 K), Transformer/Longformer (4 K), and SOTA S4/Mega (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, 6 memory units causes AUC to fall below 0.99, while 7 is sufficient; removing the MLP sharply degrades both spike- and voltage-prediction; the memory-timescale range 8 ms is ideal, and forbidding 9 ms hurts performance markedly. The scaling factor 0 controls the amplitude of memory updates: larger 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 2 parameter reduction. On LRA Path-X, varying 3 gives a saturating curve: 4, 5, 6, 7, 8, 9, 0 (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 1 at time 2 maintains a vector of 3 leaky memory states 4 and emits a scalar activity 5. Its input 6 is formed by selecting 7 synaptic channels from the concatenated feed-forward and recurrent activities. The per-neuron update is (Spieler et al., 12 May 2026)
8
9
0
1
2
with
3
Two architectural axes are then separated explicitly. Per-neuron complexity is
4
while connectivity overhead is
5
For a layer of width 6, the trainable-parameter budget satisfies
7
A fixed Bernoulli mask with recurrent fraction 8 determines whether each synapse is feed-forward or recurrent, so effective connectivity per neuron is 9 (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 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 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 2 parallel noisy channels,
3
and assuming Gaussian signal plus noise, signal-covariance eigenvalues 4, per-neuron noise variance 5, and budget 6, the task-relevant information is
7
In the sub-saturation regime,
8
Here 9 quantifies single-neuron expressivity, 00 population-level redundancy, 01 the parameter-effectivity scale, and 02 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 03, complexity 04, and connectivity 05—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
06
The practical guidance is correspondingly budget-sensitive: small-budget regimes favor more neurons of moderate 07, 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 08 mean-field limit, with all-to-all coupling scaled by 09, the law of a typical neuron converges to the solution of a piecewise-deterministic SDE with self-consistency in 10. Equivalently, the population density 11 satisfies the nonlocal transport PDE (Schmutz, 2020)
12
with boundary condition at 13
14
and mean field
15
The interpretation of the terms is direct. The left-hand side is pure transport in 16 driven by the drift 17; the sink 18 accounts for neurons that spike at 19 and leave that state; the boundary term re-inserts mass at 20 and updated memory 21; and the 22 equation closes the loop by allowing each spike to contribute through the kernel 23. 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 24, 25, and 26 illustrate how single-neuron mechanisms determine population dynamics. Exponential leak,
27
gives exponentially decaying memory. The Erlang-kernel construction produces a 28th-order Poissonian cascade implementing the kernel
29
One listed intensity is
30
with 31 a refractoriness-modulated recovery curve, for example 32, and 33 an activation nonlinearity, for example sigmoid. The source further notes that power-law adaptation can arise if 34 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 35 accumulates, the plate separation shrinks from 36 to 37, increasing capacitance; when 38 exceeds a contact threshold 39, ionic or tunneling conduction turns on, producing a leakage path with sharply falling resistance 40. Because both capacitance and leak depend on the same internal coordinate 41, the element is simultaneously a memcapacitor and a memristor connected in parallel (Zhang et al., 2023).
In the simplest analytical form,
42
The more detailed equations used in the paper are
43
44
45
46
These equations define a closed three-dimensional dynamical system in 47, or equivalently 48 (Zhang et al., 2023).
The emergent behaviors parallel the ELM design logic. For constant drive in the range 49, the system converges to a limit cycle in 50-space rather than a static fixed point; a saddle-node-on-invariant-circle bifurcation at 51 nucleates the limit cycle, and a reverse saddle-node annihilation at 52 destroys it. By tuning 53, 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
54
or by a thresholded rule with 55 when 56 and 57 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
58
whereas standard CMOS leaky-integrate-and-fire cores often consume tens to hundreds of picojoules per spike. In the proposed network construction, outputs 59 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 60 and 61 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.