Sakana AI Trains Neural Nets Without Backpropagation

Sakana AI's error diffusion method trains Dale-compliant dual-stream networks without backpropagation, hitting 96.7% on MNIST and 61.7% on CIFAR-10, pointing toward more biologically plausible learning.

Share
Sakana AI Trains Neural Nets Without Backpropagation

Backpropagation has been the backbone of deep learning for decades, but it has long been criticized as biologically implausible — real neurons don't appear to run a precise reverse pass of error gradients through the exact same synaptic weights used in the forward pass. Sakana AI, the Tokyo-based research lab known for its unconventional, nature-inspired approach to machine learning, has now introduced a training method that sidesteps backpropagation entirely while respecting a key constraint of real biology.

Their new approach, called error diffusion, trains Dale-compliant dual-stream networks and reaches 96.7% accuracy on MNIST and 61.7% on CIFAR-10 — without a single backward pass. While those numbers are modest by the standards of state-of-the-art convolutional networks, they are notable precisely because of how they were achieved.

What Makes This Different

The headline constraint here is Dale's law, a principle from neuroscience stating that a given neuron is either excitatory or inhibitory — its outgoing connections all share the same sign. Standard artificial neural networks freely mix positive and negative weights on a single neuron's outputs, which is convenient mathematically but has no biological analog. Enforcing Dale's law makes the network far more constrained and, historically, harder to train effectively.

Sakana AI's system uses a dual-stream architecture that separates excitatory and inhibitory pathways, allowing the network to satisfy Dale's law while still learning useful representations. Rather than computing exact gradients and propagating them backward, the error diffusion mechanism spreads error signals through the network in a more local, distributed fashion — closer to how biological circuits might actually adjust their connections.

Why Backpropagation-Free Training Matters

Eliminating backpropagation isn't just an academic curiosity. Backpropagation requires storing intermediate activations across the entire network and performing a synchronized global backward sweep, which is memory-intensive and inherently sequential. Local learning rules that avoid this have several attractive properties:

  • Hardware efficiency: Local update rules map more naturally onto neuromorphic chips and analog hardware, where a global backward pass is expensive or impossible to implement.
  • Parallelism: Without a strict forward-then-backward dependency, layers can potentially update more independently.
  • Biological plausibility: Understanding how learning could work under realistic neural constraints helps bridge machine learning and neuroscience.

The trade-off, as these results show, is accuracy. CIFAR-10 at 61.7% is well below what a well-tuned backprop-trained CNN achieves. But the point is the trajectory: demonstrating that a biologically constrained, backprop-free system can learn non-trivial image classification at all is a meaningful proof of concept.

Sakana AI's Broader Pattern

This research fits Sakana AI's established identity. The company — founded by former Google researchers including Llion Jones, a co-author of the original Transformer paper — has consistently pursued ideas inspired by natural systems, from evolutionary model merging to collective intelligence approaches. Rather than chasing ever-larger models trained with conventional methods, Sakana bets that rethinking the fundamentals of how models learn could yield efficiency and capability breakthroughs down the line.

Implications for Generative and Synthetic Media Systems

While this work centers on classification benchmarks rather than video or image generation, the underlying research direction has downstream relevance for anyone tracking the future of synthetic media. Today's generative video and image models are enormously expensive to train, in large part because backpropagation through massive networks demands vast memory and compute. Alternative training paradigms that reduce this overhead — or that unlock efficient learning on novel hardware — could eventually reshape how generative and detection models alike are built and deployed.

Biologically inspired, energy-efficient learning could also matter for on-device authenticity and detection tools, where running or adapting models locally without heavy compute is a persistent challenge. If methods like error diffusion mature, they may enable lighter, more adaptable models for real-time content verification.

For now, error diffusion remains an early-stage research contribution rather than a production technique. But it's a reminder that the deep learning stack is not fixed. As the industry confronts the ceiling of brute-force scaling, exploratory work challenging the backpropagation orthodoxy is exactly the kind of research worth watching.


Stay informed on AI video and digital authenticity. Follow Skrew AI News.