ROAICVAug 15, 2025

Scene Graph-Guided Proactive Replanning for Failure-Resilient Embodied Agent

arXiv:2508.11286v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses failure resilience for embodied agents in dynamic environments, but it is incremental as it builds on existing replanning and scene graph methods.

The paper tackles the problem of autonomous robots failing due to outdated plans by introducing a proactive replanning framework that detects mismatches at subtask boundaries using scene graphs, improving task success and robustness in the AI2-THOR simulator.

When humans perform everyday tasks, we naturally adjust our actions based on the current state of the environment. For instance, if we intend to put something into a drawer but notice it is closed, we open it first. However, many autonomous robots lack this adaptive awareness. They often follow pre-planned actions that may overlook subtle yet critical changes in the scene, which can result in actions being executed under outdated assumptions and eventual failure. While replanning is critical for robust autonomy, most existing methods respond only after failures occur, when recovery may be inefficient or infeasible. While proactive replanning holds promise for preventing failures in advance, current solutions often rely on manually designed rules and extensive supervision. In this work, we present a proactive replanning framework that detects and corrects failures at subtask boundaries by comparing scene graphs constructed from current RGB-D observations against reference graphs extracted from successful demonstrations. When the current scene fails to align with reference trajectories, a lightweight reasoning module is activated to diagnose the mismatch and adjust the plan. Experiments in the AI2-THOR simulator demonstrate that our approach detects semantic and spatial mismatches before execution failures occur, significantly improving task success and robustness.

Foundations

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

Your Notes