用自编码器和单类SVM检测人行道异常,提升导航安全性。
Sidewalk Hazard Detection Using Variational Autoencoder and One-Class SVM
- 先用VAE识别图像异常,再用OCSVM判断是否为危险隐患
- 在1.5万训练帧上达到0.94的AUC,准确率91.4%
- 适合用于户外智能导航系统,尤其关注人行道安全
室外环境的不可预测性带来诸多安全隐患,因此路面危险检测对安全导航至关重要。本文提出一种融合变分自编码器(VAE)与单类支持向量机(OCSVM)的新型系统,用于检测可能构成行走障碍的路面异常。基于视频采集构建数据集,包含超过15,000张训练帧和5,000张测试帧,涵盖正常与危险场景。部署时,VAE通过重建误差识别异常,若重建效果差则判定为异常,随后由OCSVM判断该异常是否为危险类型。实验表明,所提VAE模型在异常检测中取得0.94的高AUC值,有效区分潜在危险;结合OCSVM后,系统准确率达91.4%,显著降低对井盖、水阀盖等非危险物体的误报。结果证明该方法在不确定环境中具备鲁棒的危险检测能力。
原文摘要 · Abstract (English)
The unpredictable nature of outdoor settings introduces numerous safety concerns, making hazard detection crucial for safe navigation. This paper introduces a novel system for sidewalk safety navigation utilizing a hybrid approach that combines a Variational Autoencoder (VAE) with a One-Class Support Vector Machine (OCSVM). The system is designed to detect anomalies on sidewalks that could potentially pose walking hazards. A dataset comprising over 15,000 training frames and 5,000 testing frames was collected using video recordings, capturing various sidewalk scenarios, including normal and hazardous conditions. During deployment, the VAE utilizes its reconstruction mechanism to detect anomalies within a frame. Poor reconstruction by the VAE implies the presence of an anomaly, after which the OCSVM is used to confirm whether the anomaly is hazardous or non-hazardous. The proposed VAE model demonstrated strong performance, with a high Area Under the Curve (AUC) of 0.94, effectively distinguishing anomalies that could be potential hazards. The OCSVM is employed to reduce the detection of false hazard anomalies, such as manhole or water valve covers. This approach achieves an accuracy of 91.4%, providing a highly reliable system for distinguishing between hazardous and non-hazardous scenarios. These results suggest that the proposed system offers a robust solution for hazard detection in uncertain environments.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。