VADER: Towards Causal Video Anomaly Understanding with Relation-Aware Large Language Models
Ying Cheng, Yu-Ho Lin, Min-Hung Chen, Fu-En Yang, Shang-Hong Lai
TL;DR
VADER addresses semantic interpretability in video anomaly detection by proposing Video Anomaly Understanding (VAU) and fusing visual cues with relational signals via an LLM-driven framework to generate causal anomaly narratives. The method combines an Anomaly Scorer for per-frame scores and a Context-AwarE Sampling (CAES) strategy to capture causal context, plus a DETR-based scene-graph relational feature extractor and CORE to map relational changes into compact tokens. These tokens are integrated into a pretrained multimodal LLM, with fine-tuning limited to projection layers and LoRA adapters, enabling causally grounded descriptions and anomaly-related question answering. Empirical evaluation on HIVAU-70k, HAWK, and CUVA benchmarks shows strong performance in description, explanation, and causal reasoning, with ablations indicating CORE and CAES are essential; limitations include reliance on upstream modules and bias toward high-motion events.
Abstract
Video anomaly understanding (VAU) aims to provide detailed interpretation and semantic comprehension of anomalous events within videos, addressing limitations of traditional methods that focus solely on detecting and localizing anomalies. However, existing approaches often neglect the deeper causal relationships and interactions between objects, which are critical for understanding anomalous behaviors. In this paper, we propose VADER, an LLM-driven framework for Video Anomaly unDErstanding, which integrates keyframe object Relation features with visual cues to enhance anomaly comprehension from video. Specifically, VADER first applies an Anomaly Scorer to assign per-frame anomaly scores, followed by a Context-AwarE Sampling (CAES) strategy to capture the causal context of each anomalous event. A Relation Feature Extractor and a COntrastive Relation Encoder (CORE) jointly model dynamic object interactions, producing compact relational representations for downstream reasoning. These visual and relational cues are integrated with LLMs to generate detailed, causally grounded descriptions and support robust anomaly-related question answering. Experiments on multiple real-world VAU benchmarks demonstrate that VADER achieves strong results across anomaly description, explanation, and causal reasoning tasks, advancing the frontier of explainable video anomaly analysis.
