菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-15
📄 Abstract - Failure Identification in Imitation Learning Via Statistical and Semantic Filtering

Imitation learning (IL) policies in robotics deliver strong performance in controlled settings but remain brittle in real-world deployments: rare events such as hardware faults, defective parts, unexpected human actions, or any state that lies outside the training distribution can lead to failed executions. Vision-based Anomaly Detection (AD) methods emerged as an appropriate solution to detect these anomalous failure states but do not distinguish failures from benign deviations. We introduce FIDeL (Failure Identification in Demonstration Learning), a policy-independent failure detection module. Leveraging recent AD methods, FIDeL builds a compact representation of nominal demonstrations and aligns incoming observations via optimal transport matching to produce anomaly scores and heatmaps. Spatio-temporal thresholds are derived with an extension of conformal prediction, and a Vision-Language Model (VLM) performs semantic filtering to discriminate benign anomalies from genuine failures. We also introduce BotFails, a multimodal dataset of real-world tasks for failure detection in robotics. FIDeL consistently outperforms state-of-the-art baselines, yielding +5.30% percent AUROC in anomaly detection and +17.38% percent failure-detection accuracy on BotFails compared to existing methods.

顶级标签: robotics model evaluation machine learning
详细标签: imitation learning anomaly detection failure identification vision-language model conformal prediction 或 搜索:

通过统计与语义过滤实现模仿学习中的故障识别 / Failure Identification in Imitation Learning Via Statistical and Semantic Filtering


1️⃣ 一句话总结

这篇论文提出了一个名为FIDeL的通用故障检测模块,它通过结合统计异常检测与大型视觉语言模型的语义理解,能够有效区分机器人模仿学习中的真正故障与无害的异常情况,从而显著提升了故障识别的准确性。

源自 arXiv: 2604.13788