← Latest papers
💬 NLP

Unleashing Spatial Reasoning in Multimodal Large Language Models via Textual Representation Guided Reasoning

This paper introduces TRACE, a prompting method that enhances the 3D spatial reasoning capabilities of Multimodal Large Language Models by guiding them to generate structured text-based allocentric representations of egocentric video environments, resulting in consistent performance improvements across diverse benchmarks and model backbones.

Original authors: Jiacheng Hua, Yishu Yin, Yuhang Wu, Tai Wang, Yifei Huang, Miao Liu

Published 2026-03-25
📖 4 min read☕ Coffee break read

Original authors: Jiacheng Hua, Yishu Yin, Yuhang Wu, Tai Wang, Yifei Huang, Miao Liu

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 walking through a house while holding a camera, filming everything you see. You are looking at a coffee cup, then a lamp, then a door. This is an egocentric video (a "self-centered" view).

Now, imagine someone asks you a tricky question: "If I were standing by the trash can and facing the telephone, would the cup be to my front-left or back-right?"

For a human, this is easy. We don't just look at the video frame-by-frame. We instantly build a mental map of the whole room in our heads. We know where the walls are, where the furniture sits relative to each other, and we can mentally "teleport" ourselves to the trash can to answer the question.

The Problem:
Current AI models (Multimodal Large Language Models, or MLLMs) are like a person who is only allowed to look at one photo at a time. They are great at describing what's in the picture ("I see a red cup"), but they are terrible at building that 3D mental map. They get lost in the details and can't figure out the spatial relationships, much like a tourist who knows what a street looks like but doesn't know how to get from the hotel to the museum.

The Solution: TRACE
The authors of this paper created a new method called TRACE (Textual Representation of Allocentric Context from Egocentric Video).

Think of TRACE as a translator that turns a confusing, moving video into a structured "cheat sheet" or a blueprint before the AI tries to answer the question.

Here is how TRACE works, using a simple analogy:

The Analogy: The Detective's Case File

Imagine the AI is a detective trying to solve a crime scene based on a shaky security video.

  1. The Old Way (Direct Prompting): The detective watches the video and immediately tries to guess the answer. They might say, "I think the cup is on the left!" but they are just guessing based on a single blurry frame. They often get it wrong.

  2. The TRACE Way: Before guessing, the detective is forced to write a Case File (the TRACE) that organizes the scene. This file has three specific sections:

    • Section 1: The Room Blueprint (Meta-Context)

      • Analogy: The detective draws a simple map of the room. "It's a rectangular office. North is the window wall. The origin point (0,0) is the door."
      • Why it helps: It gives the AI a fixed coordinate system so it doesn't get confused by the camera spinning around.
    • Section 2: The Walkthrough Log (Camera Trajectory)

      • Analogy: The detective writes down their steps: "At 0 seconds, I stood at the door facing North-West. At 5 seconds, I walked 2 meters forward and turned right to look at the desk."
      • Why it helps: It tracks movement. The AI knows exactly where the "observer" was at every moment, turning a chaotic video into a clear path.
    • Section 3: The Object Registry (Entity Registry)

      • Analogy: The detective lists every item found, like a grocery list but with GPS coordinates. "Trash Can: 2 meters left of the door. Cup: 1 meter left of the phone."
      • Why it helps: Instead of just "seeing" a cup, the AI now has a precise list of where everything is relative to everything else.

Why This Works

Once the AI generates this "Case File" (the text description), it doesn't have to guess anymore. It can simply read the blueprint to answer the question.

  • Question: "Is the cup to the left of the phone?"
  • TRACE Answer: "Look at the registry. The phone is at [2, 2]. The cup is at [1, 2]. Therefore, the cup is to the left."

The Results

The researchers tested this on two major benchmarks (VSI-Bench and OST-Bench) using various AI models.

  • The Result: TRACE consistently beat all other methods. It helped even the smaller, less powerful AI models perform much better.
  • The Takeaway: By forcing the AI to stop and "draw a map" (in text form) before answering, we unlock its ability to understand 3D space. It's like giving a student a graph paper and a ruler before asking them to solve a geometry problem, rather than just asking them to guess the answer in their head.

In short: TRACE teaches AI to stop staring at the pixels and start building a mental map, turning a confusing video into a clear, organized story that the computer can actually reason about.

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 →