VideoHallu: Evaluating and Mitigating Multi-modal Hallucinations on Synthetic Video Understanding
Zongxia Li, Xiyang Wu, Guangyao Shi, Yubin Qin, Hongyang Du, Fuxiao Liu, Tianyi Zhou, Dinesh Manocha, Jordan Lee Boyd-Graber
TL;DR
VideoHallu tackles whether vision–language models truly reason about visual content or rely on language priors. It introduces a synthetic, counterfactual video benchmark with expert-annotated QA spanning alignment, spatial–temporal consistency, commonsense, and physics, and evaluates 17 SOTA VLMs using an LLM-based judge. The results reveal widespread hallucinations and limited reasoning on synthetic abnormalities, especially in physics and commonsense tasks. Training with a mix of synthetic and real data via GRPO improves performance on VideoHallu while preserving real-world benchmark results, underscoring the value of reasoning-focused data for robust multimodal understanding.
Abstract
Vision-Language Models (VLMs) have achieved strong results in video understanding, yet a key question remains: do they truly comprehend visual content or only learn shallow correlations between vision and language? Real visual understanding, especially of physics and common sense, is essential for AI systems that interact with the physical world. Current evaluations mostly use real-world videos similar to training data, so high benchmark scores may not reflect real reasoning ability. To address this, we propose negative-control tests using videos that depict physically impossible or logically inconsistent events. We introduce VideoHallu, a synthetic dataset of physics- and commonsense-violating scenes generated with Veo2, Sora, and Kling. It includes expert-annotated question-answer pairs across four categories of violations. Tests of leading VLMs (Qwen-2.5-VL, Video-R1, VideoChat-R1) show that, despite strong results on benchmarks such as MVBench and MMVU, they often miss these violations, exposing gaps in visual reasoning. Reinforcement learning fine-tuning on VideoHallu improves recognition of such violations without reducing standard benchmark performance. Our data is available at https://github.com/zli12321/VideoHallu.git.
