ConditionNET: Learning Preconditions and Effects for Execution Monitoring
Daniel Sliwowski, Dongheui Lee
TL;DR
ConditionNET addresses the challenge of robust execution monitoring in unstructured robotic environments by learning action preconditions and effects from data using a compact vision-language transformer. The method explicitly conditions on the performed action and optimizes for consistent representations between preconditions, effects, and actions via an InfoNCE-based consistency loss, enabling real-time anomaly detection and recovery. Across two datasets, including a new Panda teleoperation collection, ConditionNET consistently outperforms baselines in anomaly detection and phase prediction, with a modest 30M-parameter footprint and fast inference (~$21\pm 18$ ms per 1000 batches). The work demonstrates practical applicability through a real-robot monitoring system and highlights future opportunities in domain transfer and explainability, supported by publicly available data.
Abstract
The introduction of robots into everyday scenarios necessitates algorithms capable of monitoring the execution of tasks. In this paper, we propose ConditionNET, an approach for learning the preconditions and effects of actions in a fully data-driven manner. We develop an efficient vision-language model and introduce additional optimization objectives during training to optimize for consistent feature representations. ConditionNET explicitly models the dependencies between actions, preconditions, and effects, leading to improved performance. We evaluate our model on two robotic datasets, one of which we collected for this paper, containing 406 successful and 138 failed teleoperated demonstrations of a Franka Emika Panda robot performing tasks like pouring and cleaning the counter. We show in our experiments that ConditionNET outperforms all baselines on both anomaly detection and phase prediction tasks. Furthermore, we implement an action monitoring system on a real robot to demonstrate the practical applicability of the learned preconditions and effects. Our results highlight the potential of ConditionNET for enhancing the reliability and adaptability of robots in real-world environments. The data is available on the project website: https://dsliwowski1.github.io/ConditionNET_page.
