← Latest papers
🔬 condensed matter

Pruning-induced phases in fully-connected neural networks: the eumentia, the dementia, and the amentia

This paper identifies three distinct phases of learning in fully-connected neural networks under pruning—eumentia, dementia, and amentia—characterized by power-law loss scaling and a Berezinskii-Kosterlitz-Thouless-like transition, thereby establishing a statistical mechanics framework for understanding neural network behavior.

Original authors: Haining Pan, Nakul Aggarwal, J. H. Pixley

Published 2026-03-16
📖 5 min read🧠 Deep dive

Original authors: Haining Pan, Nakul Aggarwal, J. H. Pixley

Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 you have a massive, over-enthusiastic student preparing for a big exam. This student has millions of brain cells (neurons) and is so over-prepared that they could probably pass the test even if they forgot half of what they studied. This is how modern AI works: it's "over-parameterized," meaning it has way more parts than it strictly needs.

To make this student faster and cheaper to run, we use a technique called pruning. We try to remove the "useless" parts. But how much can we cut before the student stops working entirely? Does the student just get slightly slower, or do they suddenly forget everything?

A team of physicists decided to treat this AI student like a physical system (like water freezing into ice) to see if there are sudden "phase transitions" when we start cutting things out. They discovered three distinct "states of mind" for the AI, which they named after human cognitive conditions: Eumentia, Dementia, and Amentia.

Here is the breakdown of their findings using simple analogies:

1. The Three States of Mind

The researchers tested the AI by randomly turning off neurons (a process called Dropout) at two different times:

  • During Training: Turning off neurons while the student is studying.
  • During Testing: Turning off neurons while the student is taking the exam.

By adjusting how many neurons they turned off, they found three distinct phases:

🧠 Eumentia (The Healthy Brain)

  • What it is: The AI is healthy, smart, and learning perfectly.
  • The Analogy: Imagine a student who is studying with a few distractions. Even if they get distracted occasionally, they learn the material well. If you give them more textbooks (more data), they get even smarter.
  • The Science: In this phase, the more data you feed the AI, the better it gets. The "loss" (a measure of how wrong the AI is) goes down. This is the "Goldilocks" zone where the network is robust and learns effectively.

🧠 Dementia (The Forgetful Brain)

  • What it is: The AI studied hard and learned the material, but when you start the exam, you randomly turn off its neurons. It gets confused and starts making more mistakes as you give it more data.
  • The Analogy: Imagine a student who memorized the textbook perfectly. But, right before the exam, you start blindfolding them and covering their ears randomly. They know the answers, but they can't access them. Strangely, the more questions you ask them, the more they seem to forget, because the random "blindfolds" confuse their retrieval process.
  • The Science: Here, the AI is trained well, but the "evaluation dropout" (turning off neurons during the test) is too high. The AI fails to generalize. The more data you give it, the worse the error rate becomes. It's like a brain that has learned but lost the ability to recall.

🧠 Amentia (The Blank Slate)

  • What it is: The AI never learned anything in the first place.
  • The Analogy: Imagine a student who was so distracted during the study session (too many neurons turned off while learning) that they never actually absorbed the information. No matter how many textbooks you give them, they remain blank. They can't learn because the "noise" during training was too loud.
  • The Science: The training dropout is so high that the network cannot form any useful connections. The error rate stays flat and high, regardless of how much data you provide.

2. The "Magic" Transition (The BKT Transition)

The most exciting part of the paper is what happens between the Healthy Brain (Eumentia) and the Forgetful Brain (Dementia).

In physics, when water turns to ice, it happens at a specific temperature. It's a sharp line. The researchers found that the AI behaves similarly. As they slowly increased the "blindfolding" (dropout rate) during the test, the AI didn't just slowly get worse. It hit a critical tipping point.

  • The Analogy: Think of a bridge. You can add weight (data) to it, and it holds fine. But once you cross a specific weight limit, the bridge doesn't just sag; it snaps.
  • The Physics: They found this transition looks like a specific type of physics event called a Berezinskii-Kosterlitz-Thouless (BKT) transition. This is usually seen in 2D materials (like superconductors) where tiny whirlpools (vortices) suddenly unbind.
  • What it means for AI: It suggests that the "intelligence" of the network is a fragile, collective state. As long as you are above the line, the neurons work together in a coordinated dance. Once you cross the line, that coordination breaks down instantly, and the network falls apart.

3. Why This Matters

This study is a big deal because it treats AI not just as code, but as a physical system governed by laws similar to thermodynamics.

  • It explains "Over-parameterization": Why do we build huge AI models? Because having extra neurons makes the "Healthy Brain" phase wider and more stable. It gives the AI a buffer against errors.
  • It helps us prune safely: If we want to shrink AI models to save money and energy, we need to know exactly where the "tipping point" is. If we prune too much, we don't just get a slower model; we get a model that forgets everything (Dementia) or never learned (Amentia).
  • It connects to biology: The names (Eumentia, Dementia, Amentia) are a nod to how biological brains work. Just like our brains need a certain density of connections to function, AI networks have a "critical mass" of neurons required to maintain intelligence.

Summary

The paper tells us that AI networks have three moods: Learning, Forgetting, and Never-Knowing. There is a sharp, physics-like line between learning and forgetting. If you cut too many connections, the AI doesn't just get "a little dumb"; it undergoes a catastrophic phase change where its ability to learn or remember collapses entirely. Understanding this line helps us build smaller, cheaper, and smarter AI without accidentally breaking it.

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 →