Which Way Did It Move? Diagnosing and Overcoming Directional Motion Blindness in Video-LLMs
Summary
Video Large Language Models (Video-LLMs) exhibit "directional motion blindness," performing near chance on basic signed image-plane motion direction tasks. This failure stems from a "direction binding gap," where motion information is present in the vision encoder and LLM hidden states but not correctly associated with verbal answers. While synthetic instruction tuning offers limited improvement, researchers introduce MoDirect, a new dataset family, and DeltaDirect, a projector-level objective. DeltaDirect predicts normalized 2-D motion vectors from adjacent-frame feature deltas. On MoDirect-SynBench, DeltaDirect boosts motion direction accuracy from 25.9% to 85.4%. It also improves real-world accuracy on MoDirect-RealBench by 21.9 points without real-world tuning data, all while maintaining standard video-understanding performance.
Key takeaway
For Computer Vision Engineers developing Video-LLMs, addressing fundamental motion direction understanding is crucial. Your models likely suffer from "directional motion blindness" due to a binding gap, even if motion signals are present. Consider integrating the DeltaDirect objective, which significantly improves motion direction accuracy on both synthetic and real-world data without sacrificing general video understanding. This approach offers a targeted solution for enhancing perceptual primitives in your models.
Key insights
Video-LLMs struggle with basic motion direction due to a binding gap, addressable by a novel feature delta objective.
Principles
- Motion direction signal is often present but unbound.
- Visual complexity weakens motion direction signals.
- Targeted projector-level objectives can resolve binding gaps.
Method
DeltaDirect is a projector-level objective predicting normalized 2-D motion vectors from adjacent-frame feature deltas, designed to overcome the direction binding gap in Video-LLMs.
In practice
- Use MoDirect for motion direction tuning and evaluation.
- Implement DeltaDirect to improve Video-LLM motion understanding.
- Focus on projector-level interventions for binding issues.
Topics
- Video-LLMs
- Motion Direction
- Directional Motion Blindness
- DeltaDirect
- MoDirect Dataset
- Computer Vision
Code references
Best for: Research Scientist, AI Scientist, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.