← Latest papers
💻 computer science

One Scene, Two Depths: Probing Geometric Ambiguity in Monocular Foundation Models

This paper introduces the MultiDepth-3k benchmark to reveal how monocular foundation models exhibit diverse geometric preferences in layered scenes, demonstrating that training-free spectral transformations can unlock complementary 3D interpretations and advocating for an ambiguity-aware approach to depth supervision and evaluation.

Original authors: Xiaohao Xu, Feng Xue, Xiang Li, Haowei Li, Shusheng Yang, Tianyi Zhang, Matthew Johnson-Roberson, Xiaonan Huang

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

Original authors: Xiaohao Xu, Feng Xue, Xiang Li, Haowei Li, Shusheng Yang, Tianyi Zhang, Matthew Johnson-Roberson, Xiaonan Huang

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 Core Problem: The "One-Answer" Trap

Imagine you are looking through a window at a rainy day. You see the raindrops on the glass (close to you) and the streetlights in the distance (far away). Both are real. Both are visible.

Now, imagine you ask a robot camera to tell you "how far away" everything is. Most modern AI cameras are trained to give one single number for every pixel. They are forced to pick: "Is this pixel the glass, or is it the streetlight?"

The paper argues that this is a flaw in how we teach these robots. By forcing them to pick just one answer, we are hiding the truth. The "correct" answer isn't just one layer; it's a stack of layers. When the AI picks one, it's not necessarily finding the "truth"; it's just following a habit (or a "convention") learned from its training data.

The New Tool: The "Layer-Preference" Benchmark

The researchers created a new test called MD-3k (MultiDepth-3k).

  • The Analogy: Think of this as a "taste test" for AI cameras. Instead of asking, "Did you guess the right distance?" they ask, "Which layer did you choose to look at?"
  • How it works: They took 3,000 photos of transparent objects (like glass doors or windows) and marked two points in each photo. They asked: "Is Point A closer than Point B on the glass?" and "Is Point A closer than Point B on the wall behind the glass?"
  • The Discovery: They tested many famous AI depth models. They found that different models have different "habits." Some always look at the glass (foreground), while others always look through the glass to the wall (background). There is no single "correct" AI; they all have a bias.

The Magic Trick: Laplacian Visual Prompting (LVP)

This is the most surprising part of the paper. The researchers asked: Can we change an AI's mind without retraining it?

Usually, to change how an AI thinks, you have to feed it thousands of new examples and re-teach it (retraining). But these researchers found a shortcut. They used a technique called Laplacian Visual Prompting (LVP).

  • The Analogy: Imagine the AI is a person who always looks at the floor when you show them a picture of a room. You can't retrain them easily. But, if you put a pair of glasses on them that makes the floor look blurry and the ceiling look super sharp, they might suddenly start looking at the ceiling instead.
  • The Science: LVP is a simple mathematical filter (like a specific type of photo filter) that highlights the "edges" and "sharp details" of an image.
  • The Result: When they fed this filtered image into the frozen (untrained) AI, the AI's "habit" changed!
    • If the AI usually looked at the glass, the filter made it look at the wall behind it.
    • If it usually looked at the wall, the filter made it look at the glass.

They didn't change the AI's brain; they just changed the "lens" through which the AI saw the world.

The Big Takeaway

The paper concludes that a single AI model is actually capable of seeing multiple valid 3D interpretations of the same scene, but standard testing only ever asks it for one.

  • Standard RGB Input: The AI gives you its "default" guess (e.g., the glass).
  • LVP Input: The same AI gives you a "complementary" guess (e.g., the wall behind the glass).

By combining these two guesses, the researchers showed that the AI can actually satisfy the geometry of both layers simultaneously, something a single standard guess could never do.

Summary in One Sentence

This paper shows that AI depth cameras have hidden "habits" about which layer of a transparent scene they look at, and we can flip those habits instantly using a simple image filter, revealing that one AI can actually hold two different 3D truths at the same time.

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 →