Harnessing Large Language Models for Training-free Video Anomaly Detection
Luca Zanella, Willi Menapace, Massimiliano Mancini, Yiming Wang, Elisa Ricci
TL;DR
This work tackles video anomaly detection in a training-free setting by exploiting pre-trained vision-language models and large language models. The proposed LAVAD pipeline uses (i) captioning to describe frames, (ii) caption cleaning via cross-modal similarity, (iii) LLM-driven temporal aggregation to generate frame-wise anomaly scores, and (iv) video-text score refinement to align scores with visual context. It achieves competitive results on UCF-Crime and XD-Violence without data collection or model training, outperforming other training-free baselines and surpassing some unsupervised methods in AUC-ROC. The study demonstrates the potential of language models to perform temporal anomaly reasoning in vision tasks, while highlighting practical considerations such as caption reliability and prompt design for real-world deployment.
Abstract
Video anomaly detection (VAD) aims to temporally locate abnormal events in a video. Existing works mostly rely on training deep models to learn the distribution of normality with either video-level supervision, one-class supervision, or in an unsupervised setting. Training-based methods are prone to be domain-specific, thus being costly for practical deployment as any domain change will involve data collection and model training. In this paper, we radically depart from previous efforts and propose LAnguage-based VAD (LAVAD), a method tackling VAD in a novel, training-free paradigm, exploiting the capabilities of pre-trained large language models (LLMs) and existing vision-language models (VLMs). We leverage VLM-based captioning models to generate textual descriptions for each frame of any test video. With the textual scene description, we then devise a prompting mechanism to unlock the capability of LLMs in terms of temporal aggregation and anomaly score estimation, turning LLMs into an effective video anomaly detector. We further leverage modality-aligned VLMs and propose effective techniques based on cross-modal similarity for cleaning noisy captions and refining the LLM-based anomaly scores. We evaluate LAVAD on two large datasets featuring real-world surveillance scenarios (UCF-Crime and XD-Violence), showing that it outperforms both unsupervised and one-class methods without requiring any training or data collection.
