CounterVid: Counterfactual Video Generation for Mitigating Action and Temporal Hallucinations in Video-Language Models
Tobia Poppi, Burak Uzkent, Amanmeet Garg, Lucas Porto, Garin Kessler, Yezhou Yang, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara, Florian Schiffers
TL;DR
The paper tackles hallucinations in video-language models, particularly misidentified actions and incorrect temporal reasoning, by introducing CounterVid, a scalable counterfactual video-generation framework. It leverages multimodal LLMs for action proposals, image editing, and diffusion-based video synthesis to produce semantic hard negatives that preserve scene context. A unified MixDPO objective jointly exploits textual and visual preferences to strengthen grounding and temporal sensitivity. Experiments show that fine-tuning Qwen2.5-VL with MixDPO yields consistent gains on action recognition and temporal ordering, transfers to established hallucination benchmarks, and preserves general video understanding, underscoring the practicality of counterfactual data and preference-based alignment for robust VLMs.
Abstract
Video-language models (VLMs) achieve strong multimodal understanding but remain prone to hallucinations, especially when reasoning about actions and temporal order. Existing mitigation strategies, such as textual filtering or random video perturbations, often fail to address the root cause: over-reliance on language priors rather than fine-grained visual dynamics. We propose a scalable framework for counterfactual video generation that synthesizes videos differing only in actions or temporal structure while preserving scene context. Our pipeline combines multimodal LLMs for action proposal and editing guidance with diffusion-based image and video models to generate semantic hard negatives at scale. Using this framework, we build CounterVid, a synthetic dataset of ~26k preference pairs targeting action recognition and temporal reasoning. We further introduce MixDPO, a unified Direct Preference Optimization approach that jointly leverages textual and visual preferences. Fine-tuning Qwen2.5-VL with MixDPO yields consistent improvements, notably in temporal ordering, and transfers effectively to standard video hallucination benchmarks. Code and models will be made publicly available.
