ROCVJul 29, 2021

Using Visual Anomaly Detection for Task Execution Monitoring

arXiv:2107.14206v216 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting failures in robot tasks without enumerating all possible failures, though it is incremental as it builds on existing anomaly detection methods.

The paper tackles the problem of robot execution monitoring by learning from successful task executions to detect visual anomalies during runtime, resulting in improvements such as increasing the area under the ROC curve from 0.752 to 0.804.

Execution monitoring is essential for robots to detect and respond to failures. Since it is impossible to enumerate all failures for a given task, we learn from successful executions of the task to detect visual anomalies during runtime. Our method learns to predict the motions that occur during the nominal execution of a task, including camera and robot body motion. A probabilistic U-Net architecture is used to learn to predict optical flow, and the robot's kinematics and 3D model are used to model camera and body motion. The errors between the observed and predicted motion are used to calculate an anomaly score. We evaluate our method on a dataset of a robot placing a book on a shelf, which includes anomalies such as falling books, camera occlusions, and robot disturbances. We find that modeling camera and body motion, in addition to the learning-based optical flow prediction, results in an improvement of the area under the receiver operating characteristic curve from 0.752 to 0.804, and the area under the precision-recall curve from 0.467 to 0.549.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes