LGAIROJun 11

QPILOTS: Efficient Test-Time Q-Steering for Flow Policies

arXiv:2606.1480118.6
Predicted impact top 10% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using flow-based policies in RL and robotics, QPILOTS offers a stable, inference-time steering method that avoids retraining or distillation.

QPILOTS steers flow-matching and diffusion policies at inference time by projecting noisy intermediate states to clean action estimates for critic gradient computation, achieving 90% average success rate across 50 RL tasks and outperforming prior methods on VLA model steering.

Flow-matching and diffusion policies are expressive action generators, but optimizing them with temporal-difference reinforcement learning (RL) remains difficult. Effective policy extraction requires exploiting the critic's action gradient, yet directly backpropagating this signal through a multi-step denoising process can be numerically unstable. Existing methods work around this either by discarding gradient information, distilling the policy into a simpler one-step actor, or repeatedly fine-tuning the denoising policy as the critic improves. We propose QPILOTS, a method that leaves the original policy unmodified and steers the denoising process at inference time. At each denoising step, instead of evaluating the critic on the noisy intermediate action where critic predictions are unreliable, we first project that intermediate state to an estimate of the final clean action and compute the critic gradient there. We introduce two variants: QPILOTS-U uses a fast single-point approximation, while QPILOTS-M draws differentiable posterior samples via a learned auxiliary network. On a standard offline-to-online RL benchmark, QPILOTS achieves the best aggregate performance, reaching an average success rate of 90% across 50 tasks. We also apply QPILOTS to steer a large, frozen, pretrained Vision-Language Action (VLA) foundation model, outperforming or matching prior inference-time approaches across six manipulation tasks in simulation.

Foundations

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

Your Notes