← Latest papers
🤖 AI

OrientSAM: Mitigating Camera-Centric Shortcut in Multimodal Spatial Reasoning via Orientation-Aware Spatial Alignment

This paper introduces OrientSAM, an orientation-aware spatial alignment framework that mitigates camera-centric shortcuts in multimodal large language models by injecting explicit orientation information and employing curriculum learning to enable robust allocentric spatial reasoning.

Original authors: Wenxiao Fan, Hang Yin, Kan Li

Published 2026-07-21
📖 6 min read🧠 Deep dive

Original authors: Wenxiao Fan, Hang Yin, Kan Li

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

Imagine you are standing in a room, looking at a photo of two friends having a conversation. If you ask a human, "Who is on the left?" they might look at the photo and say, "The person on the left side of the picture." But if you ask, "Who is on your left?" while pointing at one of the friends, the answer changes completely. You have to mentally step into that friend's shoes, turn around to face the way they are facing, and then look at the other person. This mental gymnastics is called "perspective-taking," and it's a superpower humans have that computers are surprisingly bad at.

In the world of Artificial Intelligence, specifically "Multimodal Large Language Models" (MLLMs), computers are getting really good at looking at pictures and reading text. They can tell you there's a cat on a mat or that a car is red. But when it comes to spatial reasoning—figuring out where things are in 3D space relative to other things, not just the camera—they often hit a wall. These AI models tend to be "camera-centric," meaning they only see the world from the lens's point of view. They struggle to understand that "left" and "right" depend on which way a person or object is facing, not just where they sit on the screen. This paper, titled OrientSAM, dives into why these smart computers keep getting tripped up by this simple trick and builds a new system to help them see the world from someone else's eyes.

The Camera Trap: Why AI Gets Lost

The researchers started by investigating a specific failure mode. They noticed that when an AI is asked, "Is the ball to the left or right of the player?" it often answers based on the player's position in the photo (the "camera view") rather than the player's actual facing direction.

To prove this, they set up a "trap." They created test questions where the camera view and the player's view disagreed. For example, imagine a player facing the camera. To the camera, a ball might be on the player's right side of the image. But if the player is facing the camera, that ball is actually on the player's left hand. The study found that current AI models almost always fell for the trap. They relied on a "shortcut": they just looked at the left and right sides of the image and ignored the player's orientation. It's like a student who memorizes that "left is always the left side of the page" without ever understanding that "left" changes if you turn the page around.

The researchers discovered that this shortcut gets worse when the reference object (the person or thing you are asking about) is facing the camera directly. The more aligned the object is with the camera, the more the AI gets confused and defaults to the image-plane shortcut. This suggests the problem isn't that the AI can't see the objects; it's that it lacks a specific "mental model" of how those objects are oriented in space.

The Solution: OrientSAM

To fix this, the team built OrientSAM (Orientation-aware Spatial Alignment Model). Think of this as giving the AI a pair of "3D glasses" and a compass.

Instead of just feeding the AI the picture and the question, OrientSAM injects explicit information about orientation directly into the model's brain. Here is how it works, using a few creative steps:

  1. The "Compass" Token: The system doesn't just say "there is a person." It adds a special digital token that says, "This person is facing 45 degrees to the right." To make sure the computer understands that facing 359 degrees is almost the same as facing 1 degree (since 0 and 360 are the same spot), they use a clever math trick called Fourier encoding. Imagine wrapping a string around a circle; no matter how many times you go around, the string connects smoothly. This helps the AI understand that directions are a continuous loop, not a straight line.
  2. The "Mental Gym" (Curriculum Learning): You wouldn't ask a child to solve a complex geometry problem before they know how to count. Similarly, the researchers didn't just throw the hardest perspective questions at the AI. They used a curriculum learning strategy.
    • Stage 1: First, they taught the AI to simply recognize which way objects are facing. "Look at this car; it's pointing North."
    • Stage 2: Once the AI was good at spotting directions, they moved to the hard stuff: "Now, if this car is facing North, where is the tree relative to it?"
      This step-by-step training prevented the AI from falling back on its lazy camera-centric shortcuts.

The Results: Seeing Through New Eyes

The team tested OrientSAM on three different benchmarks (Spatial-MM, ViewSpatial, and 3DSRBench), which are like standardized tests for AI spatial skills.

The results were clear: OrientSAM consistently outperformed other strong AI models, especially on the tricky "non-camera" questions.

  • On the Spatial-MM test, for questions where the answer depended on a person's viewpoint (not the camera), OrientSAM scored 87.31%, while the next best model only got 39.55%.
  • On the ViewSpatial test, specifically for "person-view relative direction" (figuring out where things are from a person's perspective), OrientSAM hit 85.04%, crushing the previous best of 72.57%.

The study suggests that by explicitly teaching the AI about orientation and training it in stages, we can stop it from relying on lazy image-plane shortcuts. The AI doesn't just "see" the picture anymore; it starts to understand the 3D world and can reason about it from the perspective of the objects inside it.

What This Means

This paper doesn't claim to have solved all spatial reasoning problems. The system still relies on other tools to estimate depth and orientation, and if those tools make mistakes, OrientSAM can get confused too. However, the findings strongly suggest that the missing piece for many AI models isn't more data or bigger brains, but a better way to represent direction. By giving AI a clear sense of "which way is forward," we can help them move beyond the camera lens and start understanding the world the way we do: from the inside out.

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 →