Papers
Topics
Authors
Recent
Search
2000 character limit reached

Update-Free On-Policy Steering via Verifiers

Published 10 Mar 2026 in cs.RO | (2603.10282v1)

Abstract: In recent years, Behavior Cloning (BC) has become one of the most prevalent methods for enabling robots to mimic human demonstrations. However, despite their successes, BC policies are often brittle and struggle with precise manipulation. To overcome these issues, we propose UF-OPS, an Update-Free On-Policy Steering method that enables the robot to predict the success likelihood of its actions and adapt its strategy at execution time. We accomplish this by training verifier functions using policy rollout data obtained during an initial evaluation of the policy. These verifiers are subsequently used to steer the base policy toward actions with a higher likelihood of success. Our method improves the performance of black-box diffusion policy, without changing the base parameters, making it light-weight and flexible. We present results from both simulation and real-world data and achieve an average 49% improvement in success rate over the base policy across 5 real tasks.

Summary

  • The paper introduces a method that leverages evaluation rollouts to train verifier functions, enabling inference-time steering without additional costly data collection.
  • The methodology employs behavior cloning for initial policy training followed by verifier-guided action selection, resulting in up to a 49% improvement in task success rates.
  • Experimental results on simulated and real-world robotic manipulation tasks demonstrate the efficiency and scalability of the approach compared to traditional methods.

Update-Free On-Policy Steering via Verifiers

Introduction

The paper "Update-Free On-Policy Steering via Verifiers" (2603.10282) proposes the Update-Free On-Policy Steering (UF-OPS) methodology to address the brittleness of Behavior Cloning (BC)-based policies, especially in the context of precise robotic manipulation. BC, despite being a widely adopted approach for training manipulation policies from human demonstrations, often fails due to imprecise actions at critical points. This research introduces a novel approach to improve a robot's policy by utilizing its evaluation data through verifier functions, enhancing policy execution without requiring additional costly data collections or fine-tuning.

Methodology

UF-OPS leverages the data generated during a policy's own evaluation, which includes both successes and failures, to train verifier functions. The verifier functions estimate the success likelihood of specific state-action pairs during policy rollouts, allowing for inference-time steering of base policies. This approach relies on a simple procedure:

  1. Training an Initial Policy: A base policy is initially trained using BC on a dataset of expert demonstrations.
  2. Policy Evaluation: The policy is evaluated to collect successful and failed rollouts.
  3. Verifier Function Training: A verifier function is trained on this dataset to score each state-action pair based on its likelihood of leading to task success.
  4. Inference-time Steering: The verifier guides the base policy in real-time by preferring actions with higher success scores during execution. Figure 1

    Figure 1: Our method relies on a policy's own evaluation data to improve its performance. Training small verifiers and subsequently, utilizing them via inference-time steering, allows for improved policy performance without costly data collections and resource extensive fine-tuning.

Experiments and Results

The methodology was tested across multiple domains, including simulated tasks from the robomimic task suite and real-world bi-arm manipulation tasks on the Aloha system, showcasing an average improvement of 49% in success rate over the base policy across five tasks. A specific focus was given to ensuring the method was applicable with only a small number of trajectories, reflecting a practical constraint in robotics. Figure 2

Figure 2: Method overview: Given a base policy trained on a dataset of expert demonstrations, policy evaluation provides successful and failed rollouts. These are used for training a verifier function that scores a transition (s,a)(s, a) in terms of its success likelihood. Finally, the verifier function is used in combination with a steering strategy, to improve the policy performance.

In simulated environments, UF-OPS demonstrated a clear advantage over existing methods, partly due to its efficiency in utilizing a policy's own failure data—a less common but rich source of information. The implementation on real tasks repeated this success, achieving a significant increase in task completion rates. UF-OPS was able to achieve these improvements with minimal computational overhead, showcasing both its practical applicability and potential for widespread use. Figure 3

Figure 3: Real tasks on the Aloha bimanual system.

Comparative Analysis

The work aligns with recent efforts targeting policy improvement strategies that do not necessitate updating the core policy weights. Comparisons were made with existing approaches such as SAILOR and DSRL, where UF-OPS demonstrated substantial performance benefits, particularly in smaller data regimes. Unlike methods focused on collecting additional data for fine-tuning, UF-OPS stands out by directly utilizing evaluation rollouts to steer policy actions, ensuring both computational efficiency and a reduction in data collection demands.

Conclusion

UF-OPS introduces an efficient, scalable approach to enhance robotic policies by directly leveraging evaluation rollouts rather than relying on additional demonstrations or intensive fine-tuning. The method's ability to significantly boost performance by steering base policies through computed verifier scores presents a clear advancement in the field of AI-driven robotic control. Future directions could explore multi-task policy applications or further refining verifier training to cater to even broader classes of robotics challenges.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.