Hugging Face Daily PapersJunlan Xiao, Junwei Jiang, Zaibin Zhang1 min readpaperintermediate
CARE: Experience-Guided Atomic Corrective Execution for Vision-Language-Action Policies
Summary
CARE learns corrective actions from real failure rollouts of Vision‑Language‑Action policies, models stage‑conditioned deviation distributions, and synthesizes representative failure states plus corrective demos. At inference it uses stage‑wise planning plus 3‑D monitoring to trigger atomic adjustments, improving task‑success rates by ~15 pts in simulation and real‑world dual‑arm tasks. Introduce…
- Collect failed rollouts instead of hand‑crafted perturbations to capture realistic failure modes.
- Model post‑failure deviations conditioned on the current manipulation stage, yielding empirical distributions of failure states.
- Sample these distributions to generate synthetic failure states and corresponding corrective demonstrations for training.
- During execution, combine stage‑wise planner with 3‑D perception monitoring to detect deviations and apply atomic corrective actions or re‑operations while preserving progress.
Robotic manipulation systems that rely on Vision‑Language‑Action policies are fragile when the robot deviates from the nominal trajectory, leading to costly failures in real deployments. CARE’s data‑driven failure modeling and atomic correction mechanism directly addresses this brittleness, offerin…
7/10