π€ AI Summary
This work addresses the error accumulation in flow-matching vision-language-action (VLA) policies under offline reinforcement learning, which arises from distributional shift and is exacerbated by existing methods that only utilize failed trajectories at the trajectory levelβleading to inefficient learning and limited error correction. To overcome this, we propose RedFlow, a framework that enables fine-grained, action-level exploitation of failure experiences for the first time. RedFlow employs a context-aware corrective matching mechanism to identify erroneous actions and retrieve similar successful alternatives, combined with an adaptive redirection objective that transforms mixed-quality data into dense supervision signals. Evaluated on the LIBERO benchmark and three real-world manipulation tasks, RedFlow boosts success rates from 56.7% to 74.7%, matching the performance of strong on-policy methods such as PPO and GRPO while using nearly an order of magnitude fewer training samples.
π Abstract
Flow-matching Vision-Language-Action (VLA) policies have shown strong potential for robotic manipulation but often suffer from compounding errors caused by distribution shifts during deployment. While offline reinforcement learning (RL) provides a practical way to improve deployed policies using rollout data, existing methods either ignore failure data or exploit it only at the trajectory level, resulting in low learning efficiency and persistent errors. We propose **RedFlow**, a fine-grained offline RL framework that redirects failure experiences into action-level corrective supervision for flow-matching VLA policies. RedFlow consists of two key components: (1) a **Context-Aware Corrective Matching** mechanism that identifies failure-inducing actions and retrieves successful alternatives from similar contexts as corrective targets, and (2) an **Adaptive Redirection Objective** that jointly reinforces successful actions, suppresses undesirable ones, and redirects recoverable failures toward corrective targets. By converting both successful and failed experiences into dense supervision, RedFlow enables robust recovery learning from mixed-quality data. Experiments on the LIBERO benchmark and three real-world manipulation tasks show that RedFlow consistently outperforms state-of-the-art offline RL baselines, improving the real-world success rate from 56.7% to 74.7%. It also matches strong on-policy methods (PPO, GRPO, and DDPO) while requiring roughly an order of magnitude fewer training samples.