用关键词权重实现轻量级实时视频异常检测
Video Anomaly Detection with Structured Keywords
- 分两阶段:先从正负样本中提取关键词权重,再用于推理编码
- 三数据集上AUC达0.865、0.745、0.742,无需时序信息
- 适合边缘设备部署,兼具可解释性与高速推理
本文聚焦于利用关键词进行监控视频异常检测,借助基础模型的特征表示泛化能力。提出一种新颖轻量级异常分类流水线,基于关键词权重。该流程包含两个阶段:诱导阶段从正常与异常帧生成描述,识别并分配相关关键词权重;推理阶段将待检帧描述转换为基于诱导阶段所得权重的关键词编码,输入神经网络完成异常分类。在UCSD Ped2、Shanghai Tech、CUHK Avenue三个基准测试上分别取得0.865、0.745、0.742的ROC AUC,且不依赖时序上下文,适用于实时场景。模型提升了部署便捷性、可解释性与推理速度,虽有性能折衷,但验证了纯文本特征表示在高效可解释视频异常检测中的潜力。
原文摘要 · Abstract (English)
This paper focuses on detecting anomalies in surveillance video using keywords by leveraging foundational models' feature representation generalization capabilities. We present a novel, lightweight pipeline for anomaly classification using keyword weights. Our pipeline employs a two-stage process: induction followed by deduction. In induction, descriptions are generated from normal and anomalous frames to identify and assign weights to relevant keywords. In deduction, inference frame descriptions are converted into keyword encodings using induction-derived weights for input into our neural network for anomaly classification. We achieved comparable performance on the three benchmarks UCSD Ped2, Shanghai Tech, and CUHK Avenue, with ROC AUC scores of 0.865, 0.745, and 0.742, respectively. These results are achieved without temporal context, making such a system viable for real-time applications. Our model improves implementation setup, interpretability, and inference speed for surveillance devices on the edge, introducing a performance trade-off against other video anomaly detection systems. As the generalization capabilities of open-source foundational models improve, our model demonstrates that the exclusive use of text for feature representations is a promising direction for efficient real-time interpretable video anomaly detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。