Follow the Rules: Reasoning for Video Anomaly Detection with Large Language Models
Yuchen Yang, Kwonjoon Lee, Behzad Dariush, Yinzhi Cao, Shao-Yuan Lo
TL;DR
This work tackles the lack of explainability in video anomaly detection by introducing AnomalyRuler, a rule-based reasoning framework that uses few-normal-shot prompting to induce robust anomaly rules via induction and apply them in deduction. By leveraging a vision-language model for frame descriptions and LLMs with carefully designed prompts, the approach achieves state-of-the-art detection performance and demonstrable reasoning capability across four benchmarks, with strong domain adaptability. The method eliminates the need for full-shot training, enabling fast adaptation to new VAD scenarios while providing interpretable rules and a reasoning trace. Open-sourced and shown to outperform several LLM-based baselines, AnomalyRuler offers a practical path toward trustworthy, explainable VAD in real-world deployments.
Abstract
Video Anomaly Detection (VAD) is crucial for applications such as security surveillance and autonomous driving. However, existing VAD methods provide little rationale behind detection, hindering public trust in real-world deployments. In this paper, we approach VAD with a reasoning framework. Although Large Language Models (LLMs) have shown revolutionary reasoning ability, we find that their direct use falls short of VAD. Specifically, the implicit knowledge pre-trained in LLMs focuses on general context and thus may not apply to every specific real-world VAD scenario, leading to inflexibility and inaccuracy. To address this, we propose AnomalyRuler, a novel rule-based reasoning framework for VAD with LLMs. AnomalyRuler comprises two main stages: induction and deduction. In the induction stage, the LLM is fed with few-shot normal reference samples and then summarizes these normal patterns to induce a set of rules for detecting anomalies. The deduction stage follows the induced rules to spot anomalous frames in test videos. Additionally, we design rule aggregation, perception smoothing, and robust reasoning strategies to further enhance AnomalyRuler's robustness. AnomalyRuler is the first reasoning approach for the one-class VAD task, which requires only few-normal-shot prompting without the need for full-shot training, thereby enabling fast adaption to various VAD scenarios. Comprehensive experiments across four VAD benchmarks demonstrate AnomalyRuler's state-of-the-art detection performance and reasoning ability. AnomalyRuler is open-source and available at: https://github.com/Yuchen413/AnomalyRuler
