Papers for

robotics product developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

SeeQ improves robot manipulation by learning subtask value functions

SeeQ: Training Generalist Value Functions for Long-Horizon Robotic Manipulation

Abstract: Despite rapid progress, generalist robot policies remain brittle on complex, long-horizon tasks that comprise multiple stages or require repeated attempts and deliberation on the same underlying stage before success. Q-value functions can improve these policies by ranking candidate actions or guiding policy improvement, but learning from sparse task-level rewards entails long credit-assignment horizons, difficult Bellman backups, and broad data-coverage requirements. We introduce SeeQ (Subtask-elicited Q-functions), which instead learns Q-values for the currently active subtask. This shortens the value-prediction horizon and enables effective learning with temporal-difference (TD) objectives. During training, subtask-level annotations present in offline robot data provide the decomposition and enable learning from broad, potentially suboptimal robot datasets. To eliminate the need for human annotations or modular subtask prediction systems at test time, our Q-function architecture is trained to autoregressively predict the active subtask in natural language before estimating its value. We instantiate SeeQ using a base vision-language backbone, pretrain it on diverse open-source robot manipulation data, and finetune it on downstream tasks. Across four real-world manipulation tasks on two bimanual robot platforms, the SeeQ value function substantially improves best-of-N policy steering.

Fri 18 SeptRobotics
The gist
Robotic tasks that take many steps and require trying several times are hard for robots to do well. The authors created SeeQ, which helps robots understand the value of the specific smaller part of a task they are working on instead of the whole long task at once. This makes it easier and faster for the robot to learn from past experiences. SeeQ also teaches the robot to recognize what subtask it's doing using natural language before deciding the best action. Tested on real robots, SeeQ helps them make better choices during complex tasks.
Open 2609.22085v1