ActProbe: Action-Space Probe for Early Failure Detection of Generative Robot Policies
About
Generative robot policies fail unpredictably at deployment: they hesitate at critical moments, drift off-task, or commit to unrecoverable actions. Existing online failure detectors either require white-box access to policy internals or add runtime overhead through resampling and observation-side signals. Our empirical analysis shows that emitted action chunks themselves already carry strong predictive signal for impending failures in generative robot policies. Motivated by this observation, we introduce ActProbe, a lightweight, pure action-space detector that uses two compact signals available from a single forward pass: Temporal Consistency Error (TCE) between consecutive action chunks and Action Chunk Magnitude (ACM) of the current chunk. ActProbe maps these signals to per-step failure probabilities with a task-conditioned LSTM-MLP architecture. Across a diverse suite of generative robot policies and benchmarks, ActProbe raises alerts before failures become visually recognizable, improving the accuracy (F1)-timeliness Pareto frontier of failure detection by an average hypervolume gain of +12.7% over both internal- and external-feature baselines, with a +9.0% early-detection ROC-AUC lead on unseen tasks. ActProbe further transfers to deployment, predicting failures on unseen real-robot pick tasks and accelerating RL fine-tuning (PPO) with 2.9x fewer environment interactions.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Early Failure Detection | LIBERO Unseen | ROC-AUC (q=0.25)73.8 | 15 | |
| Early Failure Detection | LIBERO seen | ROC-AUC (q=0.25)0.801 | 15 | |
| Early Failure Detection | RoboCasa (Seen) | ROC-AUC (q=0.25)77.4 | 8 | |
| Early Failure Detection | RoboCasa (Unseen) | ROC-AUC (q=0.25)76.3 | 8 | |
| Early Failure Detection | RoboCasa S (Unseen) | ROC-AUC (q=0.25)73.8 | 8 | |
| Early Failure Detection | RoboCasa L (Seen) | ROC-AUC (q=0.25)82.7 | 8 | |
| Early Failure Detection | RoboCasa S (Seen) | ROC-AUC (q=0.25)70 | 8 | |
| Failure Detection | Unitree G1-D Real-robot Pick Yellow Pear (unseen) | Detector Correct Rate0.5 | 3 | |
| Failure Detection | Unitree G1-D Real-robot Pick Milk Carton (unseen) | Detection Accuracy5 | 3 |