paper-with-me

Papers

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

2026-06-11 · Yifan Ruan, Chenyang Cao, Andreas Burger, Ali Pesaranghader, Kaveh Kamali, Jaehong Kim, Nandita Vijaykumar, Alan Aspuru-Guzik, Igor Gilitschenski, Nicholas Rhinehart arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.14801

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

VLS: Steering Pretrained Robot Policies via Vision-Language Models

2026-02-03 · Shuo Liu, Ishneet Sukhvinder Singh, Yiqing Xu, Jiafei Duan 외 arxiv

Why do pretrained diffusion or flow-matching policies fail when the same task is performed near an obstacle, on a shifted support surface, or amid mild clutter? Such failures rarely reflect missing motor skills; instead,…

PriGo: Test-Time Primitive Guidance to Diffusion and Flow Policies for Adaptive Robotic Manipulation

2026-07-08 · Zezeng Li, Enda Xiang, Thuy Tran, Di Huang 외 arxiv

Imitation learning has enabled remarkable progress in robotic manipulation, especially with diffusion and flow-based policies that generate complex visuomotor behaviors directly from demonstrations. Yet, despite their st…

Latent Policy Steering through One-Step Flow Policies

2026-03-05 · Hokyun Im, Andrey Kolobov, Jianlong Fu, Youngwoon Lee arxiv

Offline reinforcement learning (RL) allows robots to learn from offline datasets without risky exploration. Yet, offline RL's performance often hinges on a brittle trade-off between (1) return maximization, which can pus…

Reinforcement LearningOffline RL

RFS: Reinforcement Learning with Residual Flow Steering for Dexterous Manipulation

2026-02-02 · Entong Su, Tyler Westenbroek, Anusha Nagabandi, Abhishek Gupta arxiv

Imitation learning has emerged as an effective approach for bootstrapping sequential decision-making in robotics, achieving strong performance even in high-dimensional dexterous manipulation tasks. Recent behavior clonin…

Reinforcement Learning

ATLAS: Verifier-Guided Adaptive Latent Activation Steering for Efficient LLM Reasoning

2026-01-06 · Tuc Nguyen, Thai Le arxiv

Recent work on activation and latent steering has demonstrated that modifying internal representations can effectively guide large language models (LLMs) toward improved reasoning and efficiency without updating model pa…