CVDec 9, 2024

Holmes-VAU: Towards Long-term Video Anomaly Understanding at Any Granularity

arXiv:2412.06171v259 citationsh-index: 14Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses the need for interpretable anomaly detection in complex real-world videos, though it is incremental as it builds on existing multimodal approaches.

The paper tackles the problem of video anomaly understanding across varying temporal scales by introducing HIVAU-70k, a large-scale hierarchical benchmark with over 70,000 multi-granular annotations, and proposes the Anomaly-focused Temporal Sampler (ATS) which integrates an anomaly scorer with a density-aware sampler to enhance efficiency and accuracy in long videos.

How can we enable models to comprehend video anomalies occurring over varying temporal scales and contexts? Traditional Video Anomaly Understanding (VAU) methods focus on frame-level anomaly prediction, often missing the interpretability of complex and diverse real-world anomalies. Recent multimodal approaches leverage visual and textual data but lack hierarchical annotations that capture both short-term and long-term anomalies. To address this challenge, we introduce HIVAU-70k, a large-scale benchmark for hierarchical video anomaly understanding across any granularity. We develop a semi-automated annotation engine that efficiently scales high-quality annotations by combining manual video segmentation with recursive free-text annotation using large language models (LLMs). This results in over 70,000 multi-granular annotations organized at clip-level, event-level, and video-level segments. For efficient anomaly detection in long videos, we propose the Anomaly-focused Temporal Sampler (ATS). ATS integrates an anomaly scorer with a density-aware sampler to adaptively select frames based on anomaly scores, ensuring that the multimodal LLM concentrates on anomaly-rich regions, which significantly enhances both efficiency and accuracy. Extensive experiments demonstrate that our hierarchical instruction data markedly improves anomaly comprehension. The integrated ATS and visual-language model outperform traditional methods in processing long videos. Our benchmark and model are publicly available at https://github.com/pipixin321/HolmesVAU.

Code Implementations1 repo
Foundations

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

Your Notes