← Latest papers
🧬 biology

Supervised Training Rapidly Degrades Early Visual Cortex Alignment Across Biologically Plausible Learning Rules

This study demonstrates that supervised training rapidly degrades the alignment between artificial neural networks and the human early visual cortex, with global error-based learning rules like backpropagation causing significantly more disruption than biologically plausible local rules such as predictive coding and STDP, suggesting that untrained architectures inherently capture low-level visual statistics through inductive biases.

Original authors: Nils Leutenegger

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

Original authors: Nils Leutenegger

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ⚕️ This is an AI-generated explanation of a preprint that has not been peer-reviewed. It is not medical advice. Do not make health decisions based on this content. Read full disclaimer

The Big Surprise: "Blank Slates" Look More Like Brains Than "Trained" Ones

Imagine you have a brand-new, untrained computer brain (a neural network). It's just a pile of random connections, like a box of tangled headphones. Surprisingly, when you show it pictures, its "thoughts" (internal patterns) look a lot like how a human brain (specifically the part that sees simple shapes and lines, called V1) reacts to those same pictures.

Now, imagine you start training this computer brain to recognize objects (like cats, cars, or chairs). You'd expect that as it gets smarter at its job, it would start thinking more like a human.

The paper's shocking finding is the opposite: As soon as you start training the computer, it stops thinking like a human brain. In fact, the more you train it, the less it resembles the early part of the human visual system.

The Experiment: Four Different Ways to Learn

The researcher, Nils Leutenegger, wanted to see why this happens. He tested four different "learning rules" (methods for how the computer updates its brain). Think of these as four different teaching styles:

  1. Backpropagation (BP): The standard, super-efficient method used in most AI today. It's like a strict teacher who knows the exact answer for every single student and sends a precise correction message all the way back to the beginning of the class.
  2. Feedback Alignment (FA): A slightly more "biological" method where the correction messages are a bit messy and random, like a teacher shouting corrections down a hallway without knowing exactly who is listening.
  3. Predictive Coding (PC): A method where the brain tries to guess what's coming next and only learns from the mistakes. It's like a student who only pays attention when their prediction is wrong.
  4. STDP: A method based on timing, where connections strengthen only if two neurons fire at the exact same moment. It's like a local neighborhood rule: "If you and your neighbor do the same thing at the same time, we become friends."

What Happened? The "One-Second" Crash

The researcher watched these computers learn over 40 rounds (epochs) of training. Here is what he found:

1. The "Strict Teacher" (Backpropagation) is the Most Destructive
When the computer used the standard Backpropagation method, its resemblance to the human brain's early vision center (V1) crashed by 90% in just one single round of training.

  • The Analogy: Imagine a sculptor (the AI) starting with a block of marble that already looks vaguely like a human face (the random weights). The "Strict Teacher" tells the sculptor, "You need to make this look like a specific cat, not a human face." The sculptor immediately chisels away the human-like features to focus entirely on the cat. The result is a great cat statue, but it no longer looks like a human face at all.

2. The "Local Learners" (Predictive Coding & STDP) Hold On
The computers using the more biological, local learning rules (PC and STDP) also lost some resemblance to the human brain, but they lost much less (only about 25–30%).

  • The Analogy: These sculptors are told to make a cat, but they are only allowed to make small, local adjustments based on what they see right in front of them. They manage to make a cat, but they accidentally keep some of the original "human face" features of the marble block intact.

3. The Trade-Off: Early Vision vs. Object Recognition
There was a twist in the higher parts of the brain (the area that recognizes complex objects, called LOC).

  • The "Strict Teacher" (Backpropagation) destroyed the early vision similarity but actually improved the similarity in the object-recognition area.
  • The "Local Learners" kept the early vision similarity but failed to build strong object-recognition skills.
  • The Takeaway: It seems like a trade-off. To become really good at recognizing specific objects (like a cat), the AI has to sacrifice the general, human-like way of seeing simple lines and shapes. The "Strict Teacher" forces this trade-off aggressively; the "Local Learners" are too gentle to make the switch.

Why Does This Matter?

The paper suggests that the reason random, untrained computers look like human brains is not because they are "learning" to do so. It's because their basic structure (the way they are built) naturally captures the statistics of the visual world, just like our V1 does.

When we train them to do a specific task, we force them to change that natural structure. The more "global" and precise the learning rule is (like Backpropagation), the more aggressively it scrubs away the brain-like structure to make room for task-specific skills.

Summary in a Nutshell

  • Before Training: Random AI brains look surprisingly like human brains.
  • After Training: They stop looking like human brains.
  • The Culprit: The standard way we train AI (Backpropagation) is the fastest at destroying this "brain-like" quality.
  • The Lesson: Nature might not use the "Strict Teacher" method (Backpropagation) because it destroys the brain's natural structure too quickly. Instead, the brain might use "Local Learners" (like Predictive Coding) that preserve the brain's natural shape while still trying to learn.

Important Note: The paper does not claim this means AI is useless, nor does it suggest we should stop training AI. It simply points out a fundamental difference between how our brains learn and how current AI learns, specifically regarding how they handle the early stages of vision.

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 →