FID 6.74 on ImageNet 64x64, produced by a system of coupled oscillators, not a GPU-bound transformer. That's the headline from Unconventional AI's Un-0, an image generator that replaces deep neural network layers with a simulated physical dynamical system. They released weights, training scripts, and ablation code, so you can dig into the coupling matrix yourself.
Why Oscillators Beat GPUs at This Scale
Un-0's compute engine is a population of Kuramoto oscillators. Each oscillator has a phase $\theta_i$ and a natural frequency $\omega_i$, and they interact through a learnable coupling matrix $K_{ij}$. The ordinary differential equation $\dot{\theta}i = \omega_i + \sum{j} K_{ij} \sin(\theta_j - \theta_i)$ governs the evolution. Training learns $K$ and $\omega$ instead of millions of transformer weights.
The pitch: physics does the computing. Unconventional AI aims for 1000x energy efficiency over today's GPUs. Un-0 is their proof that a physical substrate can generate images at a competitive quality level. On ImageNet 64x64, the FID 6.74 matches what leading conventional methods achieved at their first publication. Not a breakthrough on the benchmark leaderboard, but a signal that the substrate is viable.
What Un-0's 6.74 FID Actually Means
That number puts Un-0 in the same ballpark as early diffusion models on this resolution. The model is not yet on the Pareto frontier of parameter count vs. quality, but the team explicitly calls that out as an opportunity. They performed an ablated analysis of the dynamics themselves, not just the output. That interpretability is rare in generative models.
Coupled oscillators are not new. Kuramoto models have been studied for decades in physics and neuroscience. Un-0 scales them to a modern generative benchmark with open code and weights. The insight is that the coupling matrix can be learned through gradient descent on the ODE simulation. The result is a model that runs on a simulated physical system today, and on real analog hardware tomorrow.
The Road to 1000x Efficiency
Unconventional AI isn't claiming Un-0 is production-ready. They call it a first step toward reseating modern AI on physical dynamics. The next jump requires building the actual analog computer where these oscillators run in silicon or photonics, not in simulation. Un-0 validates that the mapping from AI task to oscillator dynamics works at scale. The open release lets the community iterate on the coupling matrix architecture before the hardware exists.
Source: Un-0: Generating Images with Coupled Oscillators
Domain: unconv.ai
Comments load interactively on the live page.