Which Way Did It Move? Diagnosing and Overcoming Directional Motion Blindness in Video-LLMs

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

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

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

Topics

Code references

Best for: Research Scientist, AI Scientist, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.