← Latest papers
🤖 AI

Global Geometry Is Not Enough for Vision Representations

This paper demonstrates that global embedding geometry is insufficient for predicting compositional binding in vision representations, revealing instead that functional sensitivity, measured via input-output Jacobians, is a critical and reliable indicator of a model's ability to compose visual elements.

Original authors: Jiwan Chung, Seon Joo Kim

Published 2026-06-11
📖 4 min read☕ Coffee break read

Original authors: Jiwan Chung, Seon Joo Kim

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 Idea: It's Not Just About the Ingredients, It's About the Recipe

Imagine you are trying to teach a robot to recognize a sandwich.

  • The Old Way (Global Geometry): You tell the robot, "Make sure your list of ingredients is perfectly balanced. You should have an equal amount of bread, cheese, and ham, and no single ingredient should dominate the list." The robot creates a perfect, balanced list of what is there.
  • The Problem: The robot still doesn't know if the cheese is on top of the ham or underneath it. It knows the ingredients exist, but it doesn't understand how they are arranged.

This paper argues that most current AI vision models are like that robot. They are great at listing what is in a picture (global geometry), but they are terrible at understanding how those things are put together (compositional binding).

The Experiment: The "Shape Puzzle"

To test this, the researchers created a simple, fake puzzle.

  • The Setup: They showed the AI a "query" image with a red circle on the left and a green square on the right.
  • The Test: They asked the AI to find a matching image from a group of options.
  • The Trick: The matching images used completely different colors (e.g., blue circle, yellow square). The AI couldn't cheat by matching colors; it had to understand the structure: "Circle on the left, square on the right."

They tested 26 different AI models (like CLIP, DINO, and others) on this puzzle.

The Discovery: The "Map" vs. The "Engine"

The researchers looked at two ways to measure how good these AI models were:

1. The Map Check (Global Geometry)
This measures how evenly the AI spreads out its knowledge. Imagine a map where all the cities are spread out perfectly so no two are too close.

  • The Result: The researchers checked this "map" for all 26 models. They found zero connection between how "perfectly spread out" the map was and how well the model solved the shape puzzle. A model could have a perfect map and still fail the puzzle.

2. The Engine Check (Functional Sensitivity)
This measures how the AI reacts when you slightly tweak the input. Imagine pushing a car. Does the car move in many different directions depending on where you push, or does it only move forward no matter what?

  • The Result: The researchers measured this "sensitivity" (using something called the Jacobian Effective Rank). They found a strong connection: Models that were sensitive to many different directions (like a car that can drive forward, backward, and sideways) were the ones that actually solved the shape puzzle.

The "Why": How the Training Rules Shape the AI

Why do some models have this "engine" and others don't? It comes down to the rules (loss functions) the AI was trained with.

  • The "Variance Decorrelation" Rule (The Winners): Some models (like Barlow Twins) were trained with a rule that says, "Make sure every part of your brain reacts differently to every part of the image." This forces the AI to be sensitive to many directions, giving it the "engine" it needs to understand structure.
  • The "Contrastive" or "Masked" Rule (The Losers): Most popular models (like CLIP or DINO) were trained to just match similar pictures or fill in missing parts. These rules only care about the big picture (global geometry). They don't care about the fine details of how the image reacts to small changes. So, the AI's "engine" collapses; it becomes stiff and only reacts in a few specific ways, making it bad at understanding structure.

The Takeaway

  • Don't just look at the map: Just because an AI's internal representation looks "perfect" and balanced (good global geometry) doesn't mean it understands the world.
  • Check the engine: To know if an AI can understand how things are put together (like a red car next to a blue house), you need to check if it is sensitive to changes in its input (functional sensitivity).
  • The Fix: If we want AI that truly understands composition, we need to change the training rules to force the AI to be sensitive to local details, not just global balance.

In short: You can have a perfectly organized library (Global Geometry), but if the librarian doesn't know how to find a specific book based on its location on the shelf (Functional Sensitivity), the library isn't very useful. This paper tells us to stop just organizing the library and start training the librarian to navigate the shelves.

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 →