Beyond Imitation: Self-Improving Robot Policies via Off-Policy Q-Planning

📅 2026-08-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
论文提出Q-Planning方法,通过结合行为克隆与离线Q函数实现机器人策略的自我改进,解决了行为克隆无法从失败中学习的问题。
📝 Abstract
Behaviour Cloning (BC) has driven remarkable progress in robot manipulation, yet it is fundamentally limited by its inability to self-improve: a policy that fails cannot learn from that failure without additional human demonstrations. Reinforcement Learning fine-tuning offers a path to self-improvement but has proven difficult to scale to the multi-billion-parameter models underpinning modern robot policies. We propose Q-Planning, which equips a large visuomotor BC policy with a small off-policy Q-function. Because a Q-function estimates value rather than imitates actions, it can be trained on the same successful demonstrations as the BC policy and later absorb both successful and failed deployment rollouts, an asymmetry BC does not have. We exploit this asymmetry to enable value-guided action selection at inference (a single-step Q-weighted average over BC draws) and online self-improvement that fine-tunes only the Q-function, leaving the BC weights untouched. On LIBERO and bimanual RoboTwin, ten iterations of self-improvement lift every benchmark score we tested (LIBERO-10 93% to 99%, RoboTwin 83.8% to 91.4%) and shorten successful episodes on the near-ceiling suites (LIBERO-Object, LIBERO-Goal). On two contact-rich bimanual real-robot tasks, the same loop (BC frozen, no human intervention) improves purely from its own deployment rollouts: stack-cups 40% to 90% and insert-wallet 25% to 80% in five iterations, whereas SFT on successful rollouts alone stalls at 55% and 30%. Under an identical online budget Q-Planning is the only method, among Best-of-N, filtered SFT, IBRL, DSRL, and DAWR, that improves stably from failures without training an auxiliary actor.
Problem

Research questions and friction points this paper is trying to address.

Robot Policies
Self-Improvement
Behaviour Cloning
Reinforcement Learning
Q-Planning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Q-Planning
off-policy Q-function
self-improvement
value-guided action selection
💼 Related Jobs
No related jobs found.
V
Varun Giridhar
Georgia Institute of Technology
A
Anant Khandelwal
Georgia Institute of Technology
J
Jeremy A. Collins
Georgia Institute of Technology
I
Ignat Georgiev
Georgia Institute of Technology
Animesh Garg
Animesh Garg
Georgia Institute of Technology, University of Toronto
Robotic ManipulationRobot LearningReinforcement LearningMachine LearningComputer Vision