ArXiv

The Low Frequency Trap: Video Language Models Fail at Simple Event Bookkeeping

Authors
Sarvesh Baskar, Zikui Cai, Shayan Shabihi...
Categories
cs.AI
arXiv
https://arxiv.org/abs/2608.06361v1
PDF
https://arxiv.org/pdf/2608.06361v1

Brief

The paper presents trace-grounded parametric profiling for event counting using 2,190 controlled videos (bouncing-ball contacts, blinks, state transitions) with executable traces to isolate event count and frequency effects. Evaluations show a staged temporal failure: large gaps in access to transient events, reliable counting only for low-frequency persistent transitions (up to 12 events for Gemini 3.6 Flash), and that extra frames or prompts often raise aggregate scores without faithful event recovery.

Why it matters

The paper introduces trace-grounded parametric profiling across 2,190 synthetic videos (bouncing-ball wall contacts, visual blinks, categorical state transitions) with executable event traces, enabling timestamp-level evaluation while varying event count N and frequency F.

Key details

  • At an 80% reliability threshold, Gemini 3.6 Flash reliably counts persistent state transitions up to 12 events at 0.5 and 1.0 Hz but has no reliable positive-count region for transient blinks; in the high-count/high-frequency regime only 0.2% of final counts are correct and the model recovers 18.1% of true events.
  • Increasing sampling rate raised Bounce Ball final-count accuracy from 19.6% to 29.3% but the reported event sequence matched ground truth only 3.7%; alternative prompting gave limited gains, and real-world video tests show success concentrated at low event counts.
Source evidence

Abstract

Real-world video benchmarks provide broad coverage, but their fixed clips entangle event count, rate, duration, and visual complexity, making failure modes hard to isolate. While existing programmatic benchmarks offer better control, they score only the final answer rather than auditing reported events against executable ground truth. To bridge this gap, we introduce trace-grounded parametric profiling for event counting in three controlled video tasks: bouncing-ball wall contacts, visual blinks, and categorical state transitions. Across 2,190 videos, we vary event count N and frequency F while holding rendering fixed. Each video includes an executable event trace for capability-surface estimation and timestamp-level evaluation. Our results reveal a staged temporal failure. At an 80% reliability threshold, Gemini 3.6 Flash reliably counts persistent state transitions up to 12 events at 0.5 and 1.0 Hz, yet demonstrates no reliable positive-count region for transient blinking events. Thus, event representation dictates whether a model initially accesses evidence -- a limitation that compounds as count and frequency increase. In the high-count, high-frequency regime, only 0.2% of final counts are correct and the model recovers just 18.1% of true events. To test if visual access is the primary bottleneck, we increase sampling rate. Although this boosts Bounce Ball accuracy from 19.6% to 29.3%, the reported sequence agrees with ground truth only 3.7% of the time. Extra frames can therefore inflate final scores without producing faithful event recovery. Different prompting strategies yield similarly limited gains, and real-world video evaluations show the same concentration of success at low event counts. Ultimately, trace-grounded profiling shifts video evaluation from aggregate accuracy metrics to a detailed diagnostic of where temporal reasoning fails.