← Latest papers
🤖 machine learning

Geometric and Information Compression of Representations in Deep Learning

This paper challenges the assumption that low mutual information between inputs and representations implies geometric compression, revealing instead a complex, nonlinear relationship where generalization acts as a confounding factor rather than a direct consequence.

Original authors: Linara Adilova, Henning Petzka, Asja Fischer, Bernhard C. Geiger

Published 2026-06-23✓ Author reviewed
📖 5 min read🧠 Deep dive

Original authors: Linara Adilova, Henning Petzka, Asja Fischer, Bernhard C. Geiger

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 by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot to recognize different types of fruit. You show it thousands of pictures of apples, bananas, and oranges. The robot's job is to look at the picture (the input) and create a secret, internal summary (the latent representation) that helps it decide which fruit it is.

This paper asks a very specific question about how that robot "thinks": Does making the robot's internal summary "smaller" or "simpler" always mean it's grouping similar fruits together more tightly?

For a long time, researchers believed the answer was "Yes." They thought that if the robot threw away a lot of unnecessary details about the picture (low Information), it must be because it had neatly packed all the apples into one tight pile, all the bananas into another, and so on (high Geometric Compression).

The authors of this paper say: "Not so fast."

Here is a breakdown of their findings using simple analogies:

1. The Two Ways to Measure "Simplicity"

The researchers looked at two different ways to measure how "compressed" the robot's thinking is:

  • Information Compression (The "Noise" Test): This measures how much of the original picture the robot remembers. If the robot forgets almost everything about the specific photo (like the lighting or the background) and only remembers the fruit type, it has low information.
    • Analogy: Imagine you are describing a friend to a police sketch artist. If you say, "It's a person," you have compressed the information heavily. You forgot the hair color, the height, and the clothes.
  • Geometric Compression (The "Packing" Test): This measures how tightly the robot groups similar items together. If all the "apple" pictures are clustered in one tiny, tight circle in the robot's mind, and all "banana" pictures are in another tight circle far away, that is high geometric compression.
    • Analogy: Imagine a closet. If you throw all your shirts into one big, messy pile, that's low geometric compression. If you fold them perfectly and stack them in a neat, tight tower, that's high geometric compression.

2. The Big Surprise: They Don't Always Match

The paper's main discovery is that low information does not automatically mean tight packing.

The authors used a "toy model" (a simple simulation) to show why. They found two ways to get "low information" (forgetting details):

  1. The "Tight Pile" Method: The robot learns perfectly. It groups all apples into a tiny, neat pile. It forgets the background noise.
    • Result: Low Information + High Geometric Compression. (This is what people used to expect).
  2. The "Static" Method: The robot is so confused or noisy that it can't tell the difference between an apple and a banana. It just outputs random static. Because it's outputting random noise, it isn't remembering any details about the input.
    • Result: Low Information + Zero Geometric Compression (everything is a messy blur).

The Analogy:
Imagine you are trying to sort a deck of cards.

  • Scenario A: You sort them perfectly by suit and number. You have removed all the "mess" (low information) and the cards are in tight, neat piles (high geometric compression).
  • Scenario B: You throw the cards into a blender. The blender destroys the cards. Now, you have no information about the cards left (low information), but you definitely don't have neat piles of suits (no geometric compression).

The paper shows that in deep learning, the robot can end up in Scenario B (just being noisy) and still look like it has "compressed" the information, even though it hasn't organized the data at all.

3. The "Confusing" Factor: Generalization

The researchers found that the relationship between "forgetting details" and "packing things tight" is actually negative and non-linear.

  • Sometimes, when the robot gets better at generalizing (predicting new fruits it hasn't seen before), the two measures move in opposite directions.
  • They suspect that Generalization (the robot's ability to be smart about new data) is acting like a "confounder." It's a third factor that messes up the simple link between "forgetting" and "packing."

Think of it like a student taking a test:

  • If the student memorizes the answers perfectly, they might get a high score, but they haven't really "learned" the concept (bad generalization).
  • If the student understands the concept, they might forget the specific numbers but get the logic right (good generalization).
  • The paper suggests that trying to measure "learning" just by looking at how much data is "forgotten" is misleading because the student's actual understanding (generalization) changes the whole picture.

4. What They Did to Prove It

To prove this, they didn't just guess. They built many different robot brains (neural networks) and forced them to learn in different ways:

  • Some were forced to be very noisy (adding random static to their thoughts).
  • Some were forced to group things tightly (using a special rule to make them cluster).
  • They tested these robots on images (like cats and dogs) and text (like news articles).

The Result: Across almost all these experiments, they found that low information did not reliably mean tight packing. In fact, sometimes the tighter the packing got, the more information the robot seemed to hold, and vice versa.

The Bottom Line

For a long time, scientists thought: "If the robot forgets the details, it must be organizing the data perfectly."

This paper says: "Not necessarily."
The robot might be forgetting details because it's organizing perfectly, OR it might be forgetting details because it's just confused and noisy. You cannot use "how much it forgets" as a simple shortcut to measure "how well it organizes."

The paper concludes that we need to be much more careful when we try to explain why deep learning works. We can't just say "it compressed the data," because compression can happen in two very different ways: one that is smart (good clustering) and one that is just messy (noise).

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 →