Unlocking Vision-Language Models for Video Anomaly Detection via Fine-Grained Prompting
Shu Zou, Xinyu Tian, Lukas Wesemann, Fabian Waschkowski, Zhaoyuan Yang, Jing Zhang
TL;DR
The paper tackles the challenge of open-world video anomaly detection using frozen vision-language models by showing that abstract prompts underutilize VLM reasoning. It introduces ASK-HINT, a training-free framework with three components: per-class fine-grained prompts, semantic compression into a compact guiding set $ ext{Q}^*$, and a structured two-stage inference that yields both a normal/abnormal decision and an interpretable justification. Empirical results on UCF-Crimes and XD-Violence demonstrate state-of-the-art $AUC$ for training-free VAD (e.g., $89.83\%$ on UCF-Crime and $90.31\%$ on XD-Violence), along with strong cross-dataset and cross-class generalization and transparent reasoning traces. The findings underscore the importance of prompt granularity and semantic structure for grounding VLM reasoning in concrete human–object interactions, offering a practical, deployment-friendly alternative to costly fine-tuning. Overall, ASK-HINT advances explainable, zero-shot VAD with robust generalization, while highlighting future work in temporal reasoning and dynamic prompting.
Abstract
Prompting has emerged as a practical way to adapt frozen vision-language models (VLMs) for video anomaly detection (VAD). Yet, existing prompts are often overly abstract, overlooking the fine-grained human-object interactions or action semantics that define complex anomalies in surveillance videos. We propose ASK-Hint, a structured prompting framework that leverages action-centric knowledge to elicit more accurate and interpretable reasoning from frozen VLMs. Our approach organizes prompts into semantically coherent groups (e.g. violence, property crimes, public safety) and formulates fine-grained guiding questions that align model predictions with discriminative visual cues. Extensive experiments on UCF-Crime and XD-Violence show that ASK-Hint consistently improves AUC over prior baselines, achieving state-of-the-art performance compared to both fine-tuned and training-free methods. Beyond accuracy, our framework provides interpretable reasoning traces towards anomaly and demonstrates strong generalization across datasets and VLM backbones. These results highlight the critical role of prompt granularity and establish ASK-Hint as a new training-free and generalizable solution for explainable video anomaly detection.
