← Latest papers
🧬 biology

Correlative Information Maximization: A Biologically Plausible Approach to Supervised Deep Neural Networks without Weight Symmetry

This paper proposes a biologically plausible supervised learning framework called Correlative Information Maximization that resolves the weight symmetry problem and emulates realistic neural structures by optimizing correlative mutual information between layer activations using coordinate descent.

Original authors: Bariscan Bozkurt, Cengiz Pehlevan, Alper T Erdogan

Published 2026-03-27
📖 6 min read🧠 Deep dive

Original authors: Bariscan Bozkurt, Cengiz Pehlevan, Alper T Erdogan

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 Problem: The "Magic Mirror" of the Brain

Imagine you are trying to teach a robot how to recognize a cat. In the world of modern AI, we use a method called Backpropagation. Think of this like a teacher standing behind the robot, whispering corrections into its ear.

  • How it works: The robot makes a guess ("Is that a cat?"). The teacher checks the answer, calculates the mistake, and sends a signal backwards through the exact same wires the robot used to make the guess, telling it exactly how to adjust its internal knobs (weights).
  • The Biological Flaw: In our actual brains, neurons don't have "magic mirrors." If a signal travels from Neuron A to Neuron B, there isn't a separate, identical wire going from B back to A with the exact same strength. Our brains are messy, one-way streets that somehow manage to learn. The fact that AI needs these perfect "symmetric" wires to learn is the biggest reason scientists think our current AI models don't work like real brains.

The Solution: The "Two-Way Prediction Game"

This paper proposes a new way for neural networks to learn that doesn't need those magic mirror wires. The authors call it Correlative Information Maximization (CorInfoMax).

Instead of a teacher whispering corrections from the back, imagine the network is a team of detectives playing a game of "Forward and Backward Prediction."

The Analogy: The Detective Squad

Imagine a multi-story building where each floor is a layer of the neural network.

  • Floor 1 (Input): Sees the raw data (a blurry image).
  • Floor 2 (Middle): Tries to guess what Floor 3 will see.
  • Floor 3 (Output): Tries to guess what Floor 2 saw.

The Rule of the Game:
Every floor wants to be as "surprised" as possible by its neighbors, but also wants to be able to predict them perfectly.

  1. Forward Prediction: Floor 2 looks at Floor 1 and says, "Based on what I see here, I predict Floor 3 will look like this."
  2. Backward Prediction: Floor 2 also listens to Floor 3, who says, "Based on what I see here, I predict Floor 2 looked like this."

The goal isn't just to get the right answer at the top; it's to make sure every floor can predict its neighbors in both directions. If Floor 2 can't predict Floor 3, or if Floor 3 can't predict Floor 2, the "connection" between them is weak, and they need to adjust their internal knobs.

The Magic Trick: Why We Don't Need Symmetric Wires

In the old "Backpropagation" method, the wire going up (Forward) and the wire coming down (Backward) had to be identical twins.

In this new CorInfoMax method, the "Forward" prediction and the "Backward" prediction are two different games played with two different sets of rules.

  • The wire going up is trained to minimize the error of the forward guess.
  • The wire coming down is trained to minimize the error of the backward guess.

Because these are two separate optimization problems, the wires don't need to be identical. They can be totally different! This solves the "Weight Symmetry" problem. It's like having a one-way street for traffic going up and a different one-way street for traffic coming down; you don't need the roads to be mirror images of each other to get traffic flowing.

The Biological "Hardware": The Three-Room Apartment

The paper also shows that when you force a computer to learn using this method, the resulting structure looks exactly like a real biological neuron.

Imagine a neuron not as a simple lightbulb, but as a three-room apartment:

  1. The Living Room (Soma): This is the main decision-maker. It fires the signal.
  2. The Basement (Basal Dendrites): This room receives mail from the floor below (forward input).
  3. The Attic (Apical Dendrites): This room receives mail from the floor above (backward/top-down input).

In the real brain, these rooms talk to each other. The paper shows that the math of "Correlative Information Maximization" naturally creates this exact three-room structure.

  • The "Forward" signal comes in the basement.
  • The "Backward" signal comes in the attic.
  • The Living Room compares the two. If the basement says "It's a cat" and the attic says "It's a dog," the Living Room gets confused and adjusts the wiring to fix the mismatch.

This matches real biology perfectly, where neurons have distinct parts for receiving different types of signals.

The "Noise" and the "Silence"

The paper also introduces a concept called Lateral Inhibition.

  • Analogy: Imagine a crowded party where everyone is shouting. To hear the important conversation, everyone else needs to shut up.
  • In the Network: If one neuron is very active, it sends a signal to its neighbors to "calm down." This forces the network to be sparse (only a few neurons fire at a time). This is how the brain saves energy and creates clear, distinct memories. The math in the paper naturally creates these "shut-up" signals (interneurons) without anyone having to program them explicitly.

Why This Matters

  1. It's Biologically Plausible: It explains how the brain might learn without needing impossible "magic wires" that connect forward and backward paths perfectly.
  2. It Works: The authors tested this on standard image recognition tasks (like identifying handwritten numbers or clothes). Their "biological" network performed just as well as standard AI, proving you don't need the "magic mirror" to get smart results.
  3. It's a New Blueprint: Instead of forcing biology to fit our current AI models, this model forces our AI to fit the rules of biology, resulting in a more realistic and potentially more efficient way to build intelligent machines.

Summary in One Sentence

The paper suggests that instead of a teacher whispering corrections from the back (which requires impossible mirror-wires), the brain learns by having every layer constantly guess what its neighbors are thinking in both directions, a process that naturally creates the complex, three-part structure of real neurons and solves the mystery of how we learn without symmetry.

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 →