Paper Overview
Field: Computer Vision (CV) Authors: Jongseo Lee, Hyuntak Lee, Sunghun Kim arXiv: 2505.14483
Key Findings
- Video-LLMs have progressed rapidly in temporal video understanding, yet many fail at a basic perceptual primitive: signed image-plane motion direction.
- On simple videos of a single object moving left, right, up, or down, most Video-LLMs perform near random chance. Apparent above-chance performance is largely explained by prediction bias rather than true direction understanding. The authors call this failure directional motion blindness.
- Probing the Video-LLM pipeline shows motion direction remains linearly accessible in the visual encoder, projector, and LLM hidden states, but the readout layer fails to bind this signal to the correct linguistic answer option—revealing a direction binding gap.
- Synthetic motion-direction instruction fine-tuning can narrow the gap in-domain, but motion-direction concept vector analysis shows visual complexity attenuates the signal magnitude and limits out-of-domain generalization.
- MoDirect: a dataset family for motion-direction instruction tuning and evaluation.
- DeltaDirect: a diagnostic-driven, projector-level objective that predicts normalized 2D motion vectors from adjacent-frame feature differences.
- On MoDirect-SynBench, instruction tuning with DeltaDirect improves motion-direction accuracy from 25.9% to 85.4%.
- On MoDirect-RealBench, DeltaDirect improves real-world motion-direction accuracy by 21.9 percentage points over the vanilla baseline—without any real-world fine-tuning data—while preserving standard video understanding performance.
Proposed Solutions
Results
*Auto-collected on 2026-05-25*