← Latest papers
🤖 AI

Learning in Deep Networks under Dale's Constraint

This paper introduces a biologically plausible neural architecture that adheres to Dale's constraint by using dual non-negative channels to represent mixed-sign contributions, enabling local Hebbian learning to achieve backpropagation-level performance on benchmarks like Tiny ImageNet without requiring mixed-sign signals.

Original authors: Roy Abel, Shimon Ullman

Published 2026-08-10
📖 4 min read☕ Coffee break read

Original authors: Roy Abel, Shimon Ullman

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the brain as a bustling, high-speed city where billions of messengers (neurons) are constantly shouting messages to one another to solve problems, recognize faces, and remember your favorite song. For decades, computer scientists have tried to build artificial brains that work like this, using a powerful tool called "backpropagation" to teach them. Think of backpropagation like a master teacher walking through a classroom, whispering exactly how much each student made a mistake and how to fix it. But here's the catch: real biological neurons are much stricter than our digital simulations. In the real brain, a neuron is either a "cheerleader" (excitatory) that shouts "Go!" or a "stopper" (inhibitory) that shouts "Stop!" It can never be both at the same time, and it can never shout a negative number. This is a rule called Dale's Law. Furthermore, neurons can only fire at positive rates; they can't send out a "negative fire."

This creates a massive puzzle for scientists: How can the brain learn effectively if its messengers can only shout "Go" or "Stop" and can never carry a negative number? Standard computer learning relies on negative numbers to tell a neuron, "You went the wrong way, turn back!" If you try to teach a brain that only understands positive shouting using a method that requires negative whispers, the whole system breaks. This paper tackles that exact headache, asking if we can build a learning system that respects the brain's strict rules but still learns as fast as our best computers.

The authors, Roy Abel and Shimon Ullman, propose a clever solution inspired by how our eyes actually work. They introduce a new kind of neural architecture called the "On-Off" model. Instead of trying to force a neuron to shout a negative number (which is biologically impossible), they use a team of two neurons to represent a single idea. Imagine a pair of twins: one is the "On" twin, who gets excited when something is more than expected, and the other is the "Off" twin, who gets excited when something is less than expected. If the "On" twin is shouting loudly, the idea is positive. If the "Off" twin is shouting, the idea is negative. If both are quiet, the idea is zero. By using these pairs, the network can represent positive and negative values without ever breaking the rule that neurons can only fire positively.

The paper shows that this "On-Off" system can learn just as well as standard computer models. The researchers proved mathematically that if the network is set up correctly, these pairs of shouting twins can pass error messages backward through the network just as accurately as the traditional "negative number" method. It's like having a relay race where the baton is passed not by a single runner, but by two runners running in opposite lanes; the difference in their speeds tells the next runner exactly what to do.

When they tested this idea on real-world image recognition tasks, the results were surprisingly good. On a standard test called Tiny ImageNet, which involves sorting 200 different categories of images, their "On-Off" model scored 42.31% accuracy. This was a significant jump compared to other biologically inspired methods that struggled to scale up to this level. Even more interestingly, their model beat standard computer networks that had the same number of neurons, suggesting that this "On-Off" way of thinking isn't just biologically friendly—it might actually be a smarter, more efficient way to process information.

The study suggests that the brain might not need to break its own rules to learn complex tasks. Instead, it might use these complementary pairs of excitatory and inhibitory signals to do the heavy lifting. While the model still requires a lot of neurons (about twice as many as a standard network to represent the same information), the authors point out that the brain actually has roughly twice as many feedback connections as forward connections, so this "extra cost" might be exactly what nature already pays. Ultimately, this work suggests that effective learning can emerge from mechanisms that look very much like the real brain, proving that you don't need magic negative numbers to teach a machine how to see.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →