Which Way Did It Move? Diagnosing and Overcoming Directional Motion Blindness in Video-LLMs
This paper identifies "directional motion blindness" in Video-LLMs, where models fail to correctly interpret signed motion directions despite retaining the underlying visual signals, and proposes DeltaDirect, a diagnosis-driven projector-level objective that significantly improves motion direction accuracy through specialized instruction tuning on the introduced MoDirect dataset.
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 Problem: The "Directionally Blind" Robot
Imagine you show a robot a simple video of a yellow ball rolling from the left side of the screen to the right. You ask, "Which way is it moving?"
A human would instantly say, "Right!" But according to this paper, most current Video-LLMs (AI models that can watch videos and talk about them) are directionally blind.
Even though these AI models are smart enough to tell you the ball is yellow, round, and moving, they often guess the direction randomly. It's like a person who can describe a car in perfect detail but has no idea if it's driving forward or backward. They get the direction right only about 25% of the time (which is just guessing).
The authors call this failure "Directional Motion Blindness."
The Investigation: Where is the Signal Lost?
The researchers acted like detectives to figure out why the AI fails. They traced the "motion direction" signal as it traveled through the AI's brain (its neural network).
- The Eyes (Vision Encoder): The AI's "eyes" see the movement perfectly. If you ask the eyes, "Is it moving right?" they scream "YES!" with 99% confidence.
- The Translator (Projector): The part that translates what the eyes see into the AI's internal language also keeps the signal strong.
- The Brain (LLM): Even inside the AI's deep thinking layers, the information about "moving right" is still there, waiting to be used.
The Real Problem: The signal isn't lost; it's just ignored when it comes time to speak.
The authors call this the "Direction Binding Gap."
- The Analogy: Imagine a librarian who has a book titled "Moving Right" sitting clearly on the shelf. The librarian can see the book perfectly. But when a customer asks, "Which book is on the shelf?" the librarian randomly picks a different book or guesses. The information is available, but the librarian fails to bind (connect) that specific piece of information to the correct spoken answer.
The Diagnosis: It's a Volume Issue, Not a Missing Book
The researchers found that when the AI is tested on simple, cartoon-like videos, it learns to connect the "moving right" signal to the word "Right." But when they show it complex, real-world videos (like a person walking in a park), the connection breaks.
Why?
- The Analogy: Think of the "moving right" signal as a radio station. On simple videos, the signal is loud and clear. On complex, real-world videos, the signal is still there (the station is still broadcasting), but the volume is turned down so low that the AI's "speaker" (the part that generates the answer) can't hear it over the noise of the background scenery.
The AI knows the direction, but the signal is too weak to be heard clearly when the visual scene gets complicated.
The Solution: DeltaDirect (Turning Up the Volume)
To fix this, the authors created a new training method called DeltaDirect.
- How it works: Instead of just asking the AI, "What is the answer?" during training, they added a special "coach" that whispers directly to the AI's translator.
- The Coach's Job: The coach looks at two consecutive frames of the video, calculates the exact mathematical difference (the "delta") between them, and says, "Hey, the object moved this specific vector. Make sure your internal signal for that movement is LOUD."
- The Result: This doesn't change how the AI works when it's finished training. It just forces the AI to learn how to keep the "volume" of the motion signal high, even when the video gets messy and complex.
The Results
After using this new training method:
- Simple Videos: The AI went from guessing randomly to getting it right 85% of the time.
- Real-World Videos: Without ever seeing a single real-world video during training, the AI's accuracy on real videos jumped by 22 percentage points.
- General Skills: Importantly, making the AI better at seeing direction didn't make it worse at other things. It still understood stories, actions, and objects just as well as before.
Summary
The paper reveals that Video-LLMs aren't blind to motion; they just have a "volume knob" that gets turned down when things get complicated. The authors built a tool (DeltaDirect) that turns that volume back up, allowing the AI to finally hear its own internal knowledge about which way things are moving and say it out loud correctly.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.