用声音和惯性数据无监督检测机器人异常,提升复杂环境下的安全性。
Unsupervised Anomaly Detection for Autonomous Robots via Mahalanobis SVDD with Audio-IMU Fusion
- 基于马氏距离的SVDD模型,自适应调整特征尺度并捕捉特征相关性。
- 在多个数据集上达到95%以上异常检出率,优于传统方法。
- 适合缺乏标注数据的机器人故障检测场景,如自动驾驶与巡检设备。
可靠的异常检测对保障自主机器人安全至关重要,尤其当视觉或激光雷达系统在恶劣或不可预测条件下失效时。本文探索利用音频与惯性测量单元(IMU)传感器检测移动机器人内部异常,如碰撞和机械故障。针对标注异常数据稀缺的问题,提出一种基于马氏距离支持向量数据描述(M-SVDD)的无监督异常检测框架。相较于依赖欧氏距离且假设特征分布各向同性的传统方法,该方法采用马氏距离自适应缩放特征维度并捕捉特征间相关性,实现更灵活的决策边界。此外,引入基于重构的辅助分支以保持特征多样性,防止表示坍缩,进一步提升检测鲁棒性。在自建移动机器人数据集及四个公开数据集上的大量实验表明,该方法性能优异,视频演示见 https://youtu.be/yh1tn6DDD4A。代码与数据集已开源:https://github.com/jamesyang7/M-SVDD。
原文摘要 · Abstract (English)
Reliable anomaly detection is essential for ensuring the safety of autonomous robots, particularly when conventional detection systems based on vision or LiDAR become unreliable in adverse or unpredictable conditions. In such scenarios, alternative sensing modalities are needed to provide timely and robust feedback. To this end, we explore the use of audio and inertial measurement unit (IMU) sensors to detect underlying anomalies in autonomous mobile robots, such as collisions and internal mechanical faults. Furthermore, to address the challenge of limited labeled anomaly data, we propose an unsupervised anomaly detection framework based on Mahalanobis Support Vector Data Description (M-SVDD). In contrast to conventional SVDD methods that rely on Euclidean distance and assume isotropic feature distributions, our approach employs the Mahalanobis distance to adaptively scale feature dimensions and capture inter-feature correlations, enabling more expressive decision boundaries. In addition, a reconstruction-based auxiliary branch is introduced to preserve feature diversity and prevent representation collapse, further enhancing the robustness of anomaly detection. Extensive experiments on a collected mobile robot dataset and four public datasets demonstrate the effectiveness of the proposed method, as shown in the video https://youtu.be/yh1tn6DDD4A. Code and dataset are available at https://github.com/jamesyang7/M-SVDD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。