Research analysis · Wetware

Retune the neuron instead of adding neurons, and the catch for tissue

AlKilany and Goodman at Imperial College London add a small controller network to a spiking network whose only job is to reset the biophysical parameters of the main neurons, their time constants and thresholds, on the fly and in context. The move substitutes retuning for scale: a modest network matches what a much larger one does. Living neural tissue is built out of exactly this kind of self-retuning, which makes the result a capability argument for wetware and, on a closer read, a sharp reminder of what wetware still cannot do.

Source: Neuromodulation enhances the capability and efficiency of spiking neural networks, bioRxiv, version 2, 13 July 2026 (version 1, 31 July 2025, carried a different title). Primary source. Read in full via the article's JATS XML full text; the standard HTML full text was rate-limited from our host.

What the work claims

The claim is that a spiking network gains disproportionate capability and efficiency not from more neurons or more synapses but from letting a separate signal continuously re-set its neurons' intrinsic parameters according to recent context.1 The authors call this neuromodulation, borrowing the term for the biological chemicals that change how neurons respond rather than directly driving them to fire. Their headline efficiency claims are stated at the order-of-magnitude level: the mechanism allows roughly an order of magnitude fewer neurons for a given task, and lets the network work well while firing orders of magnitude fewer spikes.

Those two claims deserve a precise caveat, because the paper's own presentation invites overreading. The neuron-count and spike-count reductions are stated as order-of-magnitude language in the abstract and discussion and are evidenced by scaling and sparsity figures, not by a tabulated multiplier; there is no "N versus ten N" scalar and no quoted spikes-per-sample number in the text. The one firm, unit-bearing accuracy result is on a speech-in-noise task, and it is worth more than the rounded efficiency headlines. This is a computational-modeling paper that is explicit that fast neuromodulation's role in real brains is, in the authors' words, elusive and only suggestive; it offers a hypothesis about biology, not a measurement of it.

How the retuning works

The base system is an ordinary spiking network of leaky integrate-and-fire neurons: a spiking input layer, a recurrent hidden layer, and a non-spiking linear readout. What is unusual is that each neuron's biophysical constants are themselves treated as adjustable: the membrane and synaptic time constants, the firing threshold, the reset voltage and the resting potential.1 Alongside the main network runs a second, smaller neuromodulatory network. It accumulates the hidden layer's activity over a fixed window of timesteps, passes that summary through a small network of its own, and emits the parameter values the main neurons will use for the next window. The controlling signal is therefore the network's own recent activity, and the controller acts like a fast, attention-like gain knob that rewrites how the neurons integrate before the next stretch of input arrives.

The details matter for the biology. The modulator can either replace a parameter outright or add to it, and the authors note the additive form is the more plausible biophysical model; when the modulator is itself spiking, only addition is possible, so each parameter gets a paired increase and decrease modulator with a learnable step. Modulatory influence spreads to target neurons through a sparse spatial map, interactions between modulator types are handled by a shared learned function, and a diffusion factor lets a parameter drift toward its target rather than jump, though in most runs the change is applied instantly. Values are clipped to sensible ranges, time constants between 1 and 200 milliseconds, thresholds between 0.5 and 1.5. Critically, the entire apparatus, main network and modulator together, is trained end to end by surrogate-gradient descent, the standard trick of substituting a smooth stand-in for the non-differentiable spike so that gradients can flow. The modulator is not a fixed biological rule; it is a controller learned by backpropagation to serve the task.

The evaluation spans two spiking speech datasets and an event-camera gesture set, plus a new speech-in-noise benchmark the authors build, Noisy-SHD, by adding modulated or natural background noise to spoken digits. The baseline network has 256 hidden neurons, and the authors are careful to run the control that matters: they scale unmodulated networks up in size and show that simply adding neurons does not reproduce the modulation gains over the range tested. The clearest positive result is on speech in noise. Gains of 15 to 18 percentage points appear right at the transition between chance and reliable recognition, at signal-to-noise ratios around minus 17 decibels for amplitude-modulated noise and minus 5 decibels for natural noise, with the strongest modulation of activity lagging the input by about 14 milliseconds. That profile is the signature of dip listening, exploiting the brief moments when background noise dips to catch the target, and it is a genuine perceptual capability rather than a benchmark point.

Where a skeptic should push

The load-bearing move is the framing of a trained controller as neuromodulation. Biological neuromodulation is diffuse and largely unsupervised; this modulator is a network learned by gradient descent through the whole system to minimize a task loss. The paper's efficiency claims also rest on figures rather than tables. The order-of-magnitude neuron reduction is read off a scaling curve, the sparse-firing claim off spike-budget sweeps, and there is no accuracy results table at all: per-task scores live in figure curves. Anyone quoting a specific multiplier is inferring it. The honest quantitative core is the 15 to 18 point speech-in-noise gain and a note that swapping a spiking for a non-spiking readout moved accuracy only about 4 points.

The sharper problem is where the method works best. The authors find that broadcasting a single modulatory value across a large group of neurons actually drops performance below the unmodulated baseline, because it forces the neurons to be homogeneous, and that wide, overlapping spatial spread of modulation degrades results while local, targeted modulation preserves them. The additive, per-neuron, spatially local configuration is the winner. But that is precisely the least biological configuration. Real neuromodulation is volume transmission: a neuromodulator is released and diffuses broadly, bathing large populations in a shared signal, which is much closer to the wide, group-level broadcast the paper shows works worst than to the surgical per-neuron control that works best. The result that looks like a gift to biology is, read carefully, more equivocal. A shared chemical concentration is not the same as the single imposed value that drove the paper's below-baseline case, since receptor subtypes, densities and local uptake make the actual effect heterogeneous, and biology also has wired, spatially structured modulation. What survives is milder: the delivery biology uses sits toward the less-targeted end of what the paper tested, not squarely in its worst regime.

The gain layer tissue owns but cannot tune

The non-obvious implication for computing on living tissue is a genuine inversion of the field's usual pessimism. Organoid intelligence is habitually apologized for on the grounds of scale: a cortical organoid has few neurons compared with a brain or a large model, so how could it compute anything serious? This paper suggests neuron count may not be the only axis that matters. If dynamically retuning the intrinsic parameters of existing neurons can substitute for many more of them, as the paper estimates from its scaling curves, then whether a substrate can modulate the neurons it has may count for as much as how many it has. And intrinsic-parameter neuromodulation is exactly what nervous tissue does natively and richly: cholinergic, dopaminergic, serotonergic and other systems adjust membrane time constants, gains and thresholds, including on fast timescales. A living substrate ships with the mechanism this paper had to bolt on as a separate trained network. Read this way, the opportunity is concrete: the interface to an organoid computer should treat neuromodulatory access, chemical or optogenetic control of modulatory populations, as a first-class write channel alongside electrical stimulation, because that is the channel the paper's estimate ties to a large saving in scale.

The threat is the mirror image and it is specific, not generic. First, the win in this paper comes from training the modulator by backpropagation through the entire system, which is the one thing tissue cannot do; a living network has the substrate for parameter-level modulation but not the gradient-based method that made it pay off here, so the capability argument stalls on the same training-paradigm gap that dogs the rest of the field. Second, and more pointed, the paper's gains came from local, targeted modulation applied additively, and while biological neuromodulation is additive in the way the authors favour, it is delivered far more diffusely than that local optimum, through volume transmission that bathes whole populations in a shared chemical signal. That diffuse delivery is closer to the broadcast setting the paper found unhelpful than to the surgical per-neuron control that carried its result, though the comparison should not be pushed too hard, because a shared concentration is not a single imposed parameter value and receptor heterogeneity makes the real effect uneven. So the naive hope, that an organoid gets this efficiency for free because it already has neuromodulators, is not supported: biology sits on the favoured additive axis but at the diffuse, less-targeted end of the spatial one, and, decisively, the gains required training the controller by backpropagation, which living tissue cannot run. The calibrated opportunity is narrower and more interesting than the headline: neuromodulation is a capability worth engineering into living computers, but only if the field can deliver targeted, trainable modulation rather than relying on the diffuse chemistry the substrate happens to come with.

The bottom line

Established, in simulation: a trained controller that resets the time constants and thresholds of a spiking network's own neurons in context improves speech-in-noise recognition by 15 to 18 percentage points at the hardest signal-to-noise ratios and lets the network stay accurate at low spike budgets, with control experiments showing that simply adding neurons does not reproduce the gain. Order-of-magnitude, figure-backed but not tabulated: the paper's claims of an order-of-magnitude reduction in neurons and far fewer spikes. Entirely absent: any biological tissue or neuromorphic hardware; every result is from software neurons trained by surrogate-gradient descent. For organoid intelligence the transferable idea is that modulating existing neurons can substitute for having more of them, which reframes a small living substrate as potentially underrated rather than underpowered. What would confirm the transfer is a demonstration that targeted, adjustable neuromodulation improves a real living network's task performance; what undercuts it, already visible in this paper, is that the diffuse neuromodulation biology provides is less targeted than the configuration that worked best here, and that the gains depended on a training method tissue cannot run. The capability is real, the substrate has half of it, and the missing half is the half that is hard.

Frequently asked questions

What does neuromodulation mean here?

Not driving neurons to fire, but changing how they respond. A separate controller network periodically resets, window by window, the main neurons' intrinsic parameters, their membrane and synaptic time constants, firing threshold, reset and resting voltages, based on the network's own recent activity.

What is the single most solid result?

A 15 to 18 percentage point accuracy gain on speech in noise at the hardest signal-to-noise ratios, around minus 17 decibels for amplitude-modulated noise and minus 5 decibels for natural noise, with modulation lagging the input by about 14 milliseconds, which is one simulation timestep and thus the finest lag the model can resolve. It is the clearest unit-bearing number in the paper.

Are the order-of-magnitude efficiency claims exact?

No. The order-of-magnitude neuron reduction and the orders-of-magnitude fewer spikes are stated as approximate, figure-supported claims, not tabulated multipliers. The paper reports no accuracy results table, so per-task scores are read from figure curves and any specific multiplier is an inference.

Is any of this done in living tissue or on hardware?

No. The neurons are software leaky integrate-and-fire units trained by surrogate-gradient descent, and there is no neuromorphic chip in the results. The biological framing is motivation and a hypothesis about the brain, not a measurement.

Why is this relevant to a small organoid?

Because it argues the useful resource is modulating neurons, not counting them. If retuning existing neurons can substitute for many more of them, as the paper estimates, a substrate with rich native neuromodulation may be worth more than its neuron count suggests.

Why does the biological angle cut both ways?

The best-performing setup was local, per-neuron, additive modulation, and the worst was a single value broadcast across many neurons. Real neuromodulation is diffuse volume transmission, closer to the broadcast that degraded performance, and the gains required training the controller by backpropagation, which living tissue cannot do.

References

  1. AlKilany A, Goodman DFM. Neuromodulation enhances the capability and efficiency of spiking neural networks. bioRxiv. 2026. doi:10.1101/2025.07.25.666748. Accessed 2026-08-12.