← Latest papers
🤖 AI

Human-Like Coarse Object Representations in Vision Models

This paper demonstrates that human-like coarse object representations, which prioritize efficient physical predictions over pixel-perfect accuracy, naturally emerge in vision models at an intermediate level of capacity and training, suggesting that such "ideal body granularity" arises from resource constraints rather than specific architectural biases.

Original authors: Andrey Gizdov, Andrea Procopio, Yichen Li, Daniel Harari, Tomer Ullman

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

Original authors: Andrey Gizdov, Andrea Procopio, Yichen Li, Daniel Harari, Tomer Ullman

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: "Good Enough" is Better Than "Perfect" for Physics

Imagine you are playing a game of catch. You don't need to know the exact texture of the baseball, the tiny scuff marks on the leather, or the precise weave of the stitching to catch it. You just need to know: "It's a round, heavy object moving toward me." Your brain simplifies the ball into a rough, smooth sphere to make a quick prediction about where it will be.

This paper asks a fascinating question: Do computer vision models (AI) do the same thing?

Usually, we train AI to be perfect. We want them to draw pixel-perfect outlines around objects, capturing every tiny bump and dent. But the researchers wondered: If we want an AI to predict how objects will crash into each other (like in a physics simulation), does being "perfect" actually make it worse?

The Experiment: The "Time-to-Collision" Test

The researchers set up a test based on how humans predict collisions.

  1. The Human Test: People watched videos of two objects moving toward each other. They had to press a button the moment they thought the objects would hit.
    • The Quirk: When an object had a "dent" or a "cup" shape (a concave side) facing the other object, humans pressed the button too early. They mentally "filled in" the dent, imagining the object was a smooth, solid block. They overestimated the size of the object to be safe.
  2. The AI Test: The researchers took standard AI models (trained to cut images into pieces) and asked them to do the same prediction.

The Discovery: The "Goldilocks" Zone

The researchers played with three things to see how the AI's "vision" changed:

  1. Training Time: How long the AI studied.
  2. Model Size: How "smart" or big the AI brain was.
  3. Pruning: Cutting out parts of the AI's brain to make it smaller.

They found a surprising "U-shaped" curve (like a smiley face turned upside down):

  • The "Too Dumb" AI (Under-segmenting):

    • The Analogy: Imagine a toddler drawing a car. They just draw a big, messy blob.
    • The Result: If the AI is too small or hasn't trained long enough, it sees objects as fuzzy, shapeless blobs. It can't tell the difference between a dent and a bump. It fails to predict collisions accurately because it's too vague.
  • The "Too Smart" AI (Over-segmenting):

    • The Analogy: Imagine a hyper-realistic 3D artist who draws every single scratch, dust particle, and wrinkle on a car.
    • The Result: If the AI is huge and fully trained, it obsesses over every tiny detail. It sees the "dent" perfectly. But because it sees the dent, it thinks the object is smaller than it really is. It misses the human tendency to "fill in" the gap. It predicts the collision happens later than humans do, because it's being too precise.
  • The "Just Right" AI (The Ideal Body Granularity):

    • The Analogy: Imagine a sketch artist who draws the car with enough detail to recognize it, but smooths out the dents and bumps to make it look like a solid, moving block.
    • The Result: When the AI is medium-sized, moderately trained, or lightly pruned, it naturally starts to "fill in" the dents, just like humans do! It ignores the tiny details and focuses on the "body" of the object. This is the sweet spot where the AI predicts collisions exactly like a human would.

Why Does This Happen?

The paper suggests that this isn't a bug; it's a feature of resource constraints.

  • For Humans: Our brains are limited. We have to make split-second decisions about physics (like dodging a falling box). We don't have time to calculate the exact geometry of every scratch. So, evolution gave us a "coarse" representation that prioritizes safety and speed over artistic perfection.
  • For AI: When an AI has limited computing power (or is stopped before it becomes a perfectionist), it is forced to make the same trade-off. It drops the high-frequency details (the dents) to focus on the low-frequency structure (the overall shape).

The Takeaway

This research tells us two big things:

  1. For AI Developers: If you want an AI to interact safely with humans or predict physical events, you don't always need the biggest, most detailed model. Sometimes, a slightly "blurry" or "rough" model is actually better because it mimics how humans think. You can get this by stopping training early, using a smaller model, or pruning (cutting) some of the neurons.
  2. For Scientists: It suggests that humans didn't evolve "coarse vision" because we are lazy. We evolved it because it's the most efficient way to survive. We trade fine detail for fast, accurate physics predictions.

In short: To predict a crash, you don't need a microscope; you need a sketch. And it turns out, when AI is forced to be a sketch artist, it starts thinking just like us.

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 →