paper-with-me

홈 › Papers

FAR: Failure-Aware Retry for Test-Time Recovery and Continual Policy Improvement

2026-07-01 · Haoran Hao, Shahram Najam Syed, Jeffrey Ichnowski, Jeff Schneider arxiv

Robot policies inevitably encounter failures when deployed in real environments. Naive retries often repeat the same mistakes, while many existing recovery methods rely on human intervention. In this paper, we propose Failure-Aware Retry (FAR), a framework that enables robots to learn from previous failures at test time, adapt their behavior accordingly, and eventually complete the task autonomously. FAR combines Failure-Contrastive Preference Adaptation, which constructs preference learning data from failures to steer the policy away from previously unsuccessful behaviors, with lightweight action perturbations during retries to encourage local exploration. We further incorporate successful recovery trajectories into a training loop for continual policy improvement. Experiments in both simulation and real-world manipulation tasks show that FAR substantially improves success rates and robustness, with average gains of 17.6% over the standard diffusion policy in simulation and 11.7% in the real world. In addition, FAR significantly improves data efficiency under both reset and timestep budgets during continual policy improvement by exploiting informative failure cases.

📄 PDF Abstract BibTeX arXiv:2607.01111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Healing Agentic Orchestrators for Reliable Tool-Augmented Large Language Model Systems

2026-05-31 · Rahul Suresh Babu, Adarsh Agrawal arxiv

Tool-augmented large language model (LLM) agents rely on orchestration layers that coordinate planning, retrieval, tool invocation, validation, memory, and recovery. In these systems, failures arise not only from model e…

ToolMisuseBench: An Offline Deterministic Benchmark for Tool Misuse and Recovery in Agentic Systems

2026-04-02 · Akshey Sigdel, Rista Baral arxiv

Tool using agents often fail for operational reasons even when language understanding is strong. Common causes include invalid arguments, interface drift, weak recovery, and inefficient retry behavior. We introduce ToolM…

FLARE: A Failure-Aware Framework for Autonomous Correction and Recovery in Visual-Language Robotic Manipulation

2026-08-27 · Ganlong Zhao, Zijia Tang, Xingping Chen, Zhanghui Kuang 외 arxiv

Vision-Language-Action Models~(VLAs) have demonstrated significant promise in generalizing to complex, long-horizon robotic manipulation tasks. However, their performance remains brittle, as they are typically trained on…

Beyond Global Replanning: Hierarchical Recovery for Cross-Device Agent Systems

2026-06-18 · Shu Yao, Yuhua Luo, Qian Long, Jingru Fan 외 arxiv

Real-world computer-use tasks often span multiple applications and devices, requiring agents to coordinate heterogeneous environments under dynamic runtime failures. Existing multi-device agent systems support task decom…

EgoRecovery: Acquiring Failure Recovery Ability Through Human Recovery Demonstration

2026-07-22 · Zuhao Ge, Yuchen Zhou, Weitao Zhou, Minglei Li 외 arxiv

Robust embodied robots should be able to recover from failures and retry tasks in order to operate reliably in unstructured and noisy real-world environments. Achieving this capability requires training policies on data …