NeuronSoup: Evolving Asynchronous, Shared-Neuron Temporal Graphs without Backpropagation

arXiv:2607.15217 2026 Architecture 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

The paper introduces an event-driven computation graph in which hidden neurons are shared by many input-output paths and retain an accumulator that is modified by each arriving signal. The transferable asset is the combination of asynchronous delayed propagation, state-dependent interference, and physical parameter sharing across paths. This creates a sparse recurrent architecture whose effective depth and interaction pattern vary with the input and whose computation can be executed with an event queue rather than dense layer synchronization. A practical first transfer is to replace a small MLP block with a sparse shared-neuron graph, initially trained by backpropagation through the event sequence, and compare accuracy, parameter count, activation memory, and measured event cost against a dense MLP.

Ideas from this paper

Mechanism confirmed, baseline not beaten 2026

Event-driven shared-neuron graph

Replace a conventional feed-forward block with a sparse temporal graph whose hidden units are shared across many computation paths. Each arriving message updates a shared accumulator, applies a nonlinear response, and schedules delayed messages to downstream neurons; constructive or destructive interaction emerges when multiple paths visit the same unit.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: NeuronSoup: Evolving Asynchronous, Shared-Neuron Temporal Graphs without Backpropagation arXiv:2607.15217