VERA: Explainable Video Anomaly Detection via Verbalized Learning of Vision-Language Models
Muchao Ye, Weiyang Liu, Pan He
TL;DR
VERA addresses explainable video anomaly detection by enabling frozen vision-language models to reason about anomalies through a learned set of guiding questions optimized via verbalized learning between a learner and an optimizer, using only coarse video-level labels. The learned questions are embedded in prompts to compute segment-level anomaly scores, which are refined to frame-level scores through scene-context ensemble and temporal smoothing, with explanations generated from the reasoning process. Empirical results on UCF-Crime and XD-Violence show that VERA achieves state-of-the-art explainable VAD performance among methods that do not fine-tune backbones, while maintaining low training overhead and strong generalization across models and datasets. This work demonstrates that verbalized learning can effectively adapt frozen VLMs to temporally structured tasks like VAD, enabling accurate detection and human-interpretable explanations without costly IT or module additions, with potential impact on scalable anomaly surveillance applications.
Abstract
The rapid advancement of vision-language models (VLMs) has established a new paradigm in video anomaly detection (VAD): leveraging VLMs to simultaneously detect anomalies and provide comprehendible explanations for the decisions. Existing work in this direction often assumes the complex reasoning required for VAD exceeds the capabilities of pretrained VLMs. Consequently, these approaches either incorporate specialized reasoning modules during inference or rely on instruction tuning datasets through additional training to adapt VLMs for VAD. However, such strategies often incur substantial computational costs or data annotation overhead. To address these challenges in explainable VAD, we introduce a verbalized learning framework named VERA that enables VLMs to perform VAD without model parameter modifications. Specifically, VERA automatically decomposes the complex reasoning required for VAD into reflections on simpler, more focused guiding questions capturing distinct abnormal patterns. It treats these reflective questions as learnable parameters and optimizes them through data-driven verbal interactions between learner and optimizer VLMs, using coarsely labeled training data. During inference, VERA embeds the learned questions into model prompts to guide VLMs in generating segment-level anomaly scores, which are then refined into frame-level scores via the fusion of scene and temporal contexts. Experimental results on challenging benchmarks demonstrate that the learned questions of VERA are highly adaptable, significantly improving both detection performance and explainability of VLMs for VAD.
