Holmes-VAD: Towards Unbiased and Explainable Video Anomaly Detection via Multi-modal LLM
Huaxin Zhang, Xiaohao Xu, Xiang Wang, Jialong Zuo, Chuchu Han, Xiaonan Huang, Changxin Gao, Yuehuan Wang, Nong Sang
TL;DR
Holmes-VAD tackles biased and opaque video anomaly detection by coupling precise single-frame supervision with multimodal instruction tuning to enable both accurate localization and explanations.A new benchmark, VAD-Instruct50k, provides single-frame anomaly annotations and instruction-grounded explanations for trimmed clips, built via a semi-automatic data engine and LLM-assisted generation.The model architecture combines a frozen Video Encoder, a trainable Temporal Sampler, and a fine-tuned Multi-modal LLM (with LoRA) to produce frame-level anomaly scores and natural language explanations.Empirical results show state-of-the-art performance on XD-Violence and UCF-Crime, along with favorable human-evaluated explanations, supporting the practicality of interpretable VAD in real-world settings.
Abstract
Towards open-ended Video Anomaly Detection (VAD), existing methods often exhibit biased detection when faced with challenging or unseen events and lack interpretability. To address these drawbacks, we propose Holmes-VAD, a novel framework that leverages precise temporal supervision and rich multimodal instructions to enable accurate anomaly localization and comprehensive explanations. Firstly, towards unbiased and explainable VAD system, we construct the first large-scale multimodal VAD instruction-tuning benchmark, i.e., VAD-Instruct50k. This dataset is created using a carefully designed semi-automatic labeling paradigm. Efficient single-frame annotations are applied to the collected untrimmed videos, which are then synthesized into high-quality analyses of both abnormal and normal video clips using a robust off-the-shelf video captioner and a large language model (LLM). Building upon the VAD-Instruct50k dataset, we develop a customized solution for interpretable video anomaly detection. We train a lightweight temporal sampler to select frames with high anomaly response and fine-tune a multimodal large language model (LLM) to generate explanatory content. Extensive experimental results validate the generality and interpretability of the proposed Holmes-VAD, establishing it as a novel interpretable technique for real-world video anomaly analysis. To support the community, our benchmark and model will be publicly available at https://holmesvad.github.io.
