paper-with-me

Papers

ConditionNET: Learning Preconditions and Effects for Execution Monitoring

2025-02-03 · Daniel Sliwowski, Dongheui Lee

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.

📄 PDF Abstract BibTeX arXiv:2502.01167

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Towards Bridging the Gap between High-Level Reasoning and Execution on Robots

2023-12-30 · Till Hofmann

When reasoning about actions, e.g., by means of task planning or agent programming with Golog, the robot's actions are typically modeled on an abstract level, where complex actions such as picking up an object are treate…

Task Planning

Contract2Tool: Learning Preconditions and Effects for Reliable Tool-Augmented LLM Agents

2026-06-05 · Rahul Suresh Babu, Laxmipriya Ganesh Iyer arxiv

Tool-augmented large language model agents increasingly rely on external APIs, but standard tool schemas describe how to call a tool, not when the tool is causally appropriate or what task state it produces. Causal tool …

Vision-based deep execution monitoring

2017-09-29 · Francesco Puja, Simone Grazioso, Antonio Tammaro, Valsmis Ntouskos 외

Execution monitor of high-level robot actions can be effectively improved by visual monitoring the state of the world in terms of preconditions and postconditions that hold before and after the execution of an action. Fu…

Deep Reinforcement LearningReinforcement Learning

Inductive Learning of Robot Task Knowledge from Raw Data and Online Expert Feedback

2025-01-13 · Daniele Meli, Paolo Fiorini

The increasing level of autonomy of robots poses challenges of trust and social acceptance, especially in human-robot interaction scenarios. This requires an interpretable implementation of robotic cognitive capabilities…

Inductive LearningInductive logic programming

A Unified Framework for Real-Time Failure Handling in Robotics Using Vision-Language Models, Reactive Planner and Behavior Trees

2025-03-19 · Faseeh Ahmad, Hashim Ismail, Jonathan Styrud, Maj Stenmark 외

Robotic systems often face execution failures due to unexpected obstacles, sensor errors, or environmental changes. Traditional failure recovery methods rely on predefined strategies or human intervention, making them le…