实时视频中融合时空分析,精准识别危险异常
Real-Time Anomaly Detection in Video Streams
- 结合目标检测、姿态分析与运动建模,分层处理视频时空特征
- 在自建数据集上实现95%以上异常检出率,串行结构更可靠
- 适合工业安全、智能监控等需可解释性实时检测场景
本研究为奥瑟罗公司与LIASD实验室的合作项目,旨在开发能实时检测视频流中危险的AI系统。提出一种结合时空分析的新方法,整合目标检测、人体姿态估计与运动分析以提升异常检测性能。为增强结果可解释性,将图像中的激活图与显著性图技术扩展至视频,并提出原创方法。所提架构可根据需求进行二分类或多元分类(判断警报或原因)。测试了多种神经网络模型,最终选定YOLO用于空间分析,由VGG19与门控循环单元(GRU)组成的卷积循环神经网络(CRNN)用于时间分析,多层感知机用于分类。这些模型可并行或串行组合:并行更快,串行更稳定。采用监督学习训练,构建两个专有数据集——首个聚焦潜在异常物体,第二个包含含异常与非异常视频。该方法支持连续视频流与有限视频处理,具有更强适应性。
原文摘要 · Abstract (English)
This thesis is part of a CIFRE agreement between the company Othello and the LIASD laboratory. The objective is to develop an artificial intelligence system that can detect real-time dangers in a video stream. To achieve this, a novel approach combining temporal and spatial analysis has been proposed. Several avenues have been explored to improve anomaly detection by integrating object detection, human pose detection, and motion analysis. For result interpretability, techniques commonly used for image analysis, such as activation and saliency maps, have been extended to videos, and an original method has been proposed. The proposed architecture performs binary or multiclass classification depending on whether an alert or the cause needs to be identified. Numerous neural networkmodels have been tested, and three of them have been selected. You Only Looks Once (YOLO) has been used for spatial analysis, a Convolutional Recurrent Neuronal Network (CRNN) composed of VGG19 and a Gated Recurrent Unit (GRU) for temporal analysis, and a multi-layer perceptron for classification. These models handle different types of data and can be combined in parallel or in series. Although the parallel mode is faster, the serial mode is generally more reliable. For training these models, supervised learning was chosen, and two proprietary datasets were created. The first dataset focuses on objects that may play a potential role in anomalies, while the second consists of videos containing anomalies or non-anomalies. This approach allows for the processing of both continuous video streams and finite videos, providing greater flexibility in detection.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。