Anomize: Better Open Vocabulary Video Anomaly Detection
Fei Li, Wenxuan Liu, Jingjing Chen, Ruixu Zhang, Yuran Wang, Xian Zhong, Zheng Wang
TL;DR
Anomize tackles open vocabulary video anomaly detection by addressing detection ambiguity and categorization confusion through a Text-Augmented Dual Stream architecture. The dynamic stream leverages temporal features augmented with anomaly descriptions, while the static stream enriches scene-level features with a concept library; both streams are fused to produce robust frame-level anomaly scores and open-set predictions. A Group-Guided Text Encoding mechanism aligns labels by visual groups, guided by GPT-generated descriptions, improving multimodal alignment for novel anomalies. Two-stage training with targeted losses and segmented optimization yields strong performance on XD-Violence and UCF-Crime, particularly for novel categories, demonstrating practical gains for open-world safety scenarios.
Abstract
Open Vocabulary Video Anomaly Detection (OVVAD) seeks to detect and classify both base and novel anomalies. However, existing methods face two specific challenges related to novel anomalies. The first challenge is detection ambiguity, where the model struggles to assign accurate anomaly scores to unfamiliar anomalies. The second challenge is categorization confusion, where novel anomalies are often misclassified as visually similar base instances. To address these challenges, we explore supplementary information from multiple sources to mitigate detection ambiguity by leveraging multiple levels of visual data alongside matching textual information. Furthermore, we propose incorporating label relations to guide the encoding of new labels, thereby improving alignment between novel videos and their corresponding labels, which helps reduce categorization confusion. The resulting Anomize framework effectively tackles these issues, achieving superior performance on UCF-Crime and XD-Violence datasets, demonstrating its effectiveness in OVVAD.
