๐ค AI Summary
Existing video large language models (Video-LLMs) exhibit poor temporal consistency in time localization tasks, demonstrating high sensitivity to variations in video content, linguistic queries, and task configurations. To address this, we propose Event-Time Verification Consistency Fine-tuning (ETV-CFT), the first method explicitly enforcing temporal consistency via event-level time verification. Our approach introduces a probe-driven evaluation framework that quantifies model stability in response to initial temporal anchors, and designs an event-level time verification loss coupled with contrastive learning to explicitly regularize temporal coherenceโwithout compromising localization accuracy. Extensive experiments demonstrate that ETV-CFT improves temporal localization consistency by 23.6% on average across multiple Video-LLMs, while delivering consistent performance gains on mainstream benchmarks. The code and datasets are publicly released.
๐ Abstract
Video large language models (Video-LLMs) can temporally ground language queries and retrieve video moments. Yet, such temporal comprehension capabilities are neither well-studied nor understood. So we conduct a study on prediction consistency -- a key indicator for robustness and trustworthiness of temporal grounding. After the model identifies an initial moment within the video content, we apply a series of probes to check if the model's responses align with this initial grounding as an indicator of reliable comprehension. Our results reveal that current Video-LLMs are sensitive to variations in video contents, language queries, and task settings, unveiling severe deficiencies in maintaining consistency. We further explore common prompting and instruction-tuning methods as potential solutions, but find that their improvements are often unstable. To that end, we propose event temporal verification tuning that explicitly accounts for consistency, and demonstrate significant improvements for both grounding and consistency. Our data and code are open-sourced at https://github.com/minjoong507/Consistency-of-Video-LLM.