Keep It in Mind: User Centric Continual Spatial Intelligence Reasoning in Egocentric Video Streams
This paper introduces UCS-Bench, a large-scale dataset for evaluating user-centric continual spatial reasoning in egocentric videos, and proposes DirectMe, a framework that incrementally builds structured spatial memory to significantly enhance the long-horizon spatial reasoning capabilities of multimodal LLMs.
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: The "Forgetful Tour Guide" Problem
Imagine you are wearing a camera on your head (like a GoPro) while walking through a giant, complex house. You walk into the kitchen, grab a cup, turn around, walk into the living room, and then walk back into the kitchen.
If you asked a standard AI assistant, "Where is the cup relative to me right now?", it might get confused. It might look at the current video frame, see the cup on the table, and say, "It's in front of you." But what if you had turned around 10 seconds ago? Now the cup is behind you.
Current AI models are like tour guides who only remember what they see in the next 5 seconds. If you turn your back on a landmark, they forget it exists or lose track of where it is relative to your new position. They struggle to say, "The fridge is behind you to your left," because they can't mentally rotate the room in their head as you move.
The Solution: UCS-Bench and DirectMe
The authors of this paper created two things to fix this: a new test (UCS-Bench) and a new method (DirectMe).
1. The Test: UCS-Bench (The "Memory Gym")
The researchers built a massive gym for AI to practice its spatial memory.
- The Workout: They collected over 170 hours of first-person video (like someone walking around their daily life).
- The Questions: They wrote over 8,000 questions that change based on time and movement.
- Example: "Where is the vending machine?"
- Time 1: You are facing it. Answer: "In front of you."
- Time 2: You turned around. Answer: "Behind you to the left."
- The Goal: This tests if an AI can keep a mental map of the world that updates as you move, rather than just describing what is currently on the screen.
2. The Method: DirectMe (The "Mental Map Builder")
The authors proposed a new way for AI to handle these videos, called DirectMe.
The Analogy: The Sketchbook vs. The Snapshot
- Old AI (The Snapshot): Imagine taking a photo every second and trying to answer a question by looking only at the photo you are holding right now. If the object isn't in the photo, you don't know where it is.
- DirectMe (The Sketchbook): Imagine an artist who is walking with you. Instead of just taking photos, they are constantly drawing a 3D map in a sketchbook.
- As you walk, the artist draws the objects (fridge, chair, cup) and marks their exact location in the room.
- Crucially, the artist also marks where you are and which way you are facing.
- When you ask, "Where is the cup?", the artist doesn't look at the current view; they look at the sketchbook. They see the cup is 5 meters away, and because you are facing the opposite way, they tell you, "It's behind you."
How DirectMe Works (Simplified):
- Watch and Measure: It watches the video and uses math to figure out how deep things are and how the camera (you) is moving.
- Build the Map: It creates a "Scene Graph." Think of this as a digital web connecting objects to each other and to you. It remembers that "The cup is on the table" and "The table is in the kitchen."
- Update in Real-Time: As you walk, the map updates. It knows you turned left, so it rotates the mental map accordingly.
- Answer the Question: When you ask a question, it pulls the relevant part of the map and translates it into your current perspective (e.g., "Left," "Right," "Behind").
What They Found
The researchers tested this against the smartest AI models available (like Qwen, InternVL, and others).
- The Gap: Even the best AI models got about 50% of the questions right. Humans got about 91% right. This shows that current AI is still very bad at "keeping its bearings" while moving.
- The Improvement: When they used DirectMe, the AI's performance jumped significantly. It became much better at answering questions about things that were no longer in the camera's view.
- The Key Insight: The biggest failure for AI wasn't recognizing objects (it knows what a chair is); it was tracking where the chair is relative to the moving person. The AI kept forgetting that you moved, not the chair.
Summary
This paper says: "Current AI is great at describing a single photo, but terrible at navigating a moving world. We built a new test to prove this and a new tool (DirectMe) that acts like a mental sketchbook, helping the AI remember where things are relative to you as you walk around."
The ultimate goal mentioned is to help build better wearable AI assistants (like glasses for the blind or robots) that can actually help you navigate your home or city without getting lost.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.