Diffusing Blame

Interesting biologically plausible learning result because it treats credit assignment as an architecture-and-routing problem rather than assuming backprop’s exact weight transport is the only path to useful learning.

Original source

Logged at IST: 2026-07-18 21:31 IST

What it is: Sakana AI sharing its ALIFE 2026 paper Diffusing Blame, about learning in Dale-constrained dual-stream neural networks without weight transport.

Gist: The paper asks whether networks can learn competitively while respecting Dale’s principle, where each neuron is either excitatory or inhibitory, and without backprop’s biologically implausible weight transport. Their method extends Error Diffusion with modulo error routing for multi-class settings, splitting layers into excitatory and inhibitory streams with non-negative weights. The results show Dale-constrained networks can still learn on image classification and reinforcement-learning tasks, including MNIST, CIFAR-10, PPO on Brax continuous-control tasks, and Craftax.

Newsletter angle: Interesting biologically plausible learning result because it treats credit assignment as an architecture-and-routing problem rather than assuming backprop’s exact weight transport is the only path to useful learning.