AICVLGDec 2, 2024

VERA: Explainable Video Anomaly Detection via Verbalized Learning of Vision-Language Models

arXiv:2412.01095v319 citationsh-index: 3CVPR
Originality Highly original
AI Analysis

This work addresses the need for efficient and explainable anomaly detection in video surveillance, offering a novel approach that reduces computational and data annotation costs compared to existing methods.

The paper tackles the problem of video anomaly detection (VAD) by introducing VERA, a verbalized learning framework that enables vision-language models (VLMs) to detect anomalies and provide explanations without modifying model parameters, achieving significant improvements in detection performance and explainability on challenging benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes