What generative models on analog hardware teach us about the wetware bargain
Modern generative models are defined by differential equations that a neural network gets to choose. Analog hardware offers the opposite: continuous dynamics that are fixed by device physics and cheap to run, but stubborn in structure. Wang and Achour quantify that mismatch honestly, then show three mechanisms that close most of it: a training objective that matches distributions instead of trajectories, parameters that change over time, and hidden physical state. Their best oscillator model generates MNIST at FID 27.6 at an estimated 23 microjoules per image.
Source: Generative Models on Analog Hardware with Dynamics, arXiv:2606.27294 (cs.ET), 25 June 2026. Primary source. Read: full HTML version; FID values, quantization and noise conditions, baseline configurations and the power-estimation chain verified against the text.
What the work claims
This is a systems paper from Stanford, pairing a framework (Analog Interaction Systems, a unified description of hardware-implementable dynamical systems built from interacting physical elements) with an empirical characterization of how far such fixed dynamics are from the flexible vector fields that modern generative models assume. The authors' framing is the valuable part: rather than pretending analog hardware can emulate arbitrary neural network dynamics, they measure the expressivity gap directly and then ask which knobs physics actually affords. Three mechanisms emerge. First, the training objective: a Wasserstein GAN formulation lets the system discover a noise-to-data transport map without ever being told which trajectory to follow, sidestepping the fact that the hardware's natural trajectories are not the ones a flow-matching loss would demand. Second, time-varying piecewise-constant parameters: the coupling weights are reprogrammed a few times during a run, which the authors show consistently lowers FID even with only one to four segments. Third, hidden physical state: augmenting the visible state with latent dimensions that are initialized randomly and never read out1.
On 28 by 28 images, their strongest model class, oscillator networks with injection-locking terms they call KuraSHIL, reaches FID 27.6 on MNIST and 80.8 on Fashion-MNIST at full precision without noise, and 29.1 and 75.1 respectively under 4-bit weight quantization with transient noise. Against the two prior hardware-implementable analog generative models they benchmark, a denoising thermodynamic model built from probabilistic-bit Ising grids (FID 107.8 and 112.8) and a dense analog Hopfield-style baseline (230.5 and 200.8), that is a substantial margin. They also derive scaling laws: energy grows linearly with the number of time segments and exponentially with parameter bit width, which is why sparse connectivity and 4-bit parameters are not optional but necessary.
How it works
The substrate is a grid of physical elements, realizable as coupled CMOS oscillators, whose phases obey Kuramoto-style dynamics with programmable unidirectional coupling elements configured by DACs. The computation is the free evolution of that system: you initialize the state, let physics integrate the differential equation for a fixed time, and read out the visible dimensions. No clocked arithmetic, no multiply-accumulates; energy is spent on the physics plus the periphery that programs couplings and digitizes the answer. In the two-dimensional toy experiments, adding four hidden dimensions under a sliced-Wasserstein objective cuts the transport error on a Gaussian-to-moons task from 0.0040 to 0.0018, and moving from one to four time-segments of piecewise-constant weights monotonically improves image FID in every configuration tested.
The hardware analysis is where the paper earns trust. Citing published silicon, the authors note that in oscillator Ising machines with King's-graph connectivity the active oscillators occupy under 5 percent of die area, with the rest consumed by coupling and routing; one platform fits 30 oscillators where a routing-rich alternative fits 560. Their power estimate extrapolates from a published 28-nm coupled-oscillator Ising machine to roughly 721 microwatts per node at their operating connectivity, about 2.3 watts for the full image model, which at 1000 evolution cycles and 100 MHz gives the headline 23 microjoules per generated image. They are explicit that this is a coarse extrapolation: layout effects such as routing-area growth are not modeled and could raise power.
Where a skeptic should push
Both sides of the energy comparison are estimates. The 23 microjoule figure is not a measurement of this chip, which does not exist; it is a scaling argument anchored to one published Ising machine, and it excludes exactly the components that dominate analog systems in practice, namely data conversion, routing, and the digital control that rewrites the time-varying weights a thousand times per image. The digital comparison point, 7 to 79 mJ per image, is likewise an estimate drawn from the literature. Two estimated numbers separated by two orders of magnitude establish a plausible direction, not a measured advantage. If you add realistic DAC, ADC, and weight-refresh overhead, the honest claim is probably one order of magnitude, and it would need a fabricated chip to pin down.
The most load-bearing assumption is that the FID gap to digital generative models does not matter for the workloads where the energy win is claimed. FID 80.8 on Fashion-MNIST is, in absolute terms, a poor generative model; digital diffusion on the same dataset achieves single-digit FID at tens of mJ. So the energy advantage is real only for a quality level digital models left behind years ago, or for always-on edge niches where adequate-at-microjoules beats excellent-at-millijoules. The headline 3-to-4× improvement over prior analog work also leans on the weakest baseline axis on Fashion-MNIST (against the thermodynamic model the margin there is about 1.4×, not 4×). The authors' own noise sweep softens the robustness story: push transient noise from 0.025 to 0.1 and MNIST FID degrades from 29.1 to 54.5. Analog elegance is bought with fragility to the nonidealities that killed analog computing twice before.
The substrate bargain, priced in joules
This paper is the most precise statement to date of the transaction organoid intelligence is implicitly proposing. A brain organoid is an Analog Interaction System with extreme prejudice: its dynamics are fixed by developmental biology, you cannot choose its vector field, its parameters drift on their own schedule, its readout is noisy, and its energy budget is metabolic. Everything in the AIS framework maps. The training-objective mechanism maps to the strongest realistic hope for OI training: distribution-matching objectives that never ask the tissue to follow a prescribed trajectory, only to transport an input distribution toward a target distribution as measured at the electrodes. That is a profound relaxation, because the one thing you definitely cannot do with living tissue is force it to trace a target internal trajectory, but matching a stimulus-response distribution is, in principle, within reach of closed-loop stimulation. The time-varying-parameter mechanism maps to patterned stimulation over time: since you cannot rewire the culture, you rewire the input drive, which is exactly what multi-electrode and optogenetic stimulation already do. The hidden-state mechanism maps to the uncomfortable fact that most of what an organoid computes is in dimensions you cannot see; the AIS results suggest that is not merely a measurement nuisance but a computational resource, one that distribution-level training can exploit rather than fight.
The opportunity, then, is methodological: stop asking whether an organoid can implement a specified dynamical system, and start asking which distributions its native dynamics can transport, with stimulation as the only handle. That reframing converts OI benchmarking from an impossible fidelity test into a feasible expressivity mapping, and this paper supplies the vocabulary, the metrics, and the cautionary scaling laws. The threat is the accounting in the other direction. The paper's own analysis shows the silicon around the physics eats the chip: coupling and routing take over 95 percent of die area, DAC resolution multiplies energy by two per bit, and weight-refresh dominates the energy budget. Tissue's analog of routing is everything outside the dish: perfusion, temperature control, amplifiers, digitizers, pumps, and closed-loop compute, plus the metabolic cost of the activity you induce. A joule-counted claim for organoid computing that counts only the spikes and none of the life support will overstate the advantage by the same two orders of magnitude this paper nearly fell into, and only escaped by saying so. The field should adopt the same discipline: report system energy, estimate it honestly, and label it as an estimate.
The bottom line
Established: hardware-constrained dynamical systems with fixed physics can be trained as generative models by distribution-matching objectives, and time-varying parameters plus hidden physical states measurably close the expressivity gap, with a 4-bit sparse oscillator architecture reaching FID 27.6 on MNIST. Established as an estimate, not a measurement: roughly 23 microjoules per generated image under generous extrapolation assumptions. Hypothesis: the same three mechanisms define the realistic capability envelope of organoid intelligence. What would confirm it: closed-loop experiments that train cultures with distribution-level objectives and report end-to-end system energy including support hardware. What would break it: if analog or biological substrates keep collapsing to digital-emulation quality whenever noise, conversion, and control overheads are honestly priced, the substrate bargain loses its economic premise.
Frequently asked questions
What is an Analog Interaction System?
A unified framework for dynamical systems built from physical elements, such as coupled oscillators, whose state evolves under fixed device physics. Computation happens by letting the physics integrate the differential equation, then reading out the result, rather than by clocked digital arithmetic.
What is the expressivity gap?
The mismatch between the dynamics a generative model wants, typically vector fields defined by a neural network, and the dynamics fixed hardware provides. The paper measures it empirically and closes much of it with three mechanisms: distribution-matching training, time-varying parameters, and hidden physical state.
How good are the generated images?
The best model reaches FID 27.6 on MNIST and 80.8 on Fashion-MNIST, improving to 75.1 on the latter under 4-bit quantization with mild noise. That beats prior hardware-implementable analog generative models by a wide margin but remains far behind digital diffusion models on absolute quality.
Is the 23 microjoule energy number measured?
No. It is a coarse estimate extrapolated from a published 28-nm oscillator Ising machine, excluding routing, data converters, and digital control. The digital comparison baseline is also estimated. The paper states this explicitly; treat the two-orders-of-magnitude claim as a direction, not a measurement.
Why does this matter for organoid intelligence?
An organoid is a fixed-dynamics substrate with exactly the constraints this paper analyzes. Its lesson is to benchmark what the native dynamics can transport under patterned stimulation, trained by distribution-matching objectives, and to price the whole system, not just the spikes, when claiming energy advantages.
References
- Y.-N. Wang and S. Achour. Generative Models on Analog Hardware with Dynamics. arXiv:2606.27294 (cs.ET). 2026. https://arxiv.org/abs/2606.27294. Accessed 2026-09-19.