← Latest papers
🤖 machine learning

Overcoming Rank Collapse in Feedback Alignment

This paper identifies low-dimensional error signal rank as the primary obstacle preventing Feedback Alignment from scaling to deep networks and demonstrates that combining the Muon optimizer with hidden activity normalization effectively increases update dimensionality, significantly improving accuracy on benchmarks like CIFAR-100.

Original authors: Gauthier Boeshertz, Razvan Pascanu, Claudia Clopath

Published 2026-06-10
📖 5 min read🧠 Deep dive

Original authors: Gauthier Boeshertz, Razvan Pascanu, Claudia Clopath

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

The Big Picture: A New Way to Teach AI

Most modern Artificial Intelligence (AI) is trained using a method called Backpropagation (BP). Think of this like a strict teacher who checks a student's homework, finds the mistakes, and then walks backwards through the student's thought process to tell them exactly which specific step was wrong. To do this perfectly, the teacher needs to use the exact same "wiring" (weights) to send the feedback back as was used to send the lesson forward.

The problem? In the human brain, neurons don't have a magical way to send signals back using the exact same wires they used to send them forward. This makes Backpropagation seem "biologically impossible" for how our brains might actually learn.

Feedback Alignment (FA) is a proposed alternative. Instead of using the exact same wires to send feedback, the brain (or the AI) uses random, fixed wires to send the error signal back. Surprisingly, this works for simple tasks! The AI learns to "align" its forward thinking with these random feedback wires over time.

However, there's a catch: FA works great for small, shallow networks but fails miserably when the network gets deep and complex. It's like a student who can solve a simple math problem but gets completely lost when the problem has 10 steps.

The Problem: The "Rank Collapse" (The Traffic Jam)

The authors of this paper wanted to know why FA fails in deep networks. They discovered a phenomenon they call Rank Collapse.

Imagine the AI's learning process as a car trying to explore a vast, foggy landscape to find the best route (the solution).

  • Backpropagation (BP): The car has a powerful engine and can drive in any direction—forward, backward, sideways, diagonally. It explores the whole landscape freely.
  • Feedback Alignment (FA): In deep networks, the car's engine gets stuck. It can only drive in a few specific directions. The "rank" (or dimensionality) of its movement collapses.

The authors found that in FA, the error signals sent back become low-dimensional. Instead of exploring the whole map, the AI is forced to drive in a narrow, straight line. It gets stuck in a tiny corner of the solution space and can't find the best answer. The "traffic" of information gets jammed into a single lane, preventing the AI from learning complex patterns.

The Solution: Two Ways to Open Up the Road

The authors tested two methods to fix this "traffic jam" and force the AI to explore more directions again.

1. The "Orthogonalizer" (The Muon Optimizer)

Think of the AI's learning updates as a stack of papers. In a standard FA setup, these papers are all crumpled up and pointing in the same direction.
The authors used a tool called Muon. Imagine Muon as a magical paper-organizer that takes that crumpled stack and forces every single sheet to stand perfectly upright and perpendicular to the others.

  • What it does: It ensures that every possible direction of learning gets equal attention. It stops the AI from ignoring "sideways" moves.
  • The Result: The AI can now explore the whole landscape again, not just the narrow lane.

2. The "Activity Normalizer" (Batch Normalization)

This method focuses on the "activity" inside the AI's brain (the neurons firing).
In deep FA networks, the neurons tend to all fire in sync, creating a flat, boring signal (like a choir where everyone sings the exact same note).
The authors added Batch Normalization (BN). Think of this as a conductor who tells the choir, "Hey, you sing high, you sing low, you sing loud, you sing soft."

  • What it does: It forces the neurons to be diverse and distinct from one another. This diversity prevents the signal from collapsing into a single, weak direction.
  • The Result: The error signals sent back are richer and more varied, allowing the AI to learn complex things again.

The Results: Deep Learning Without the "Impossible" Wiring

The authors tested these two methods on difficult tasks (like recognizing images in the CIFAR-100 dataset) using deep networks (ResNet-18).

  • Before the fix: The FA AI was terrible, scoring almost 0% accuracy on hard tasks. It was completely lost.
  • After the fix: By using Muon, Batch Normalization, or both together, the FA AI's performance skyrocketed.
    • On one dataset, accuracy jumped by 9 percentage points.
    • On the hardest tasks, the combination of both methods allowed the AI to learn effectively where it previously failed completely.

The Takeaway

The paper concludes that the reason Feedback Alignment fails in deep networks isn't just about the random wires; it's because the learning process gets too narrow.

By using tools that force the learning process to be wider and more diverse (higher-dimensional), we can make this biologically plausible method work just as well as the standard, "unbiological" method. It's like realizing the student wasn't stupid; they just needed a wider road to drive on.

Important Note: The authors emphasize that while these methods make FA work better, the specific tools they used (like Muon) are mathematical tricks for computers and aren't necessarily how the human brain works. However, the principle—that the brain might need to keep its learning signals diverse and high-dimensional—could be a clue to how biological brains actually learn.

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 →