ProcVLM: Learning Procedure-Grounded Progress Rewards for Robotic Manipulation
About
Long-horizon robotic manipulation requires dense feedback that reflects how a task advances through its procedural stages, not merely whether the final outcome is successful. Existing reward models often rely on trajectory-level success labels or time-based interpolation, which can conflate elapsed time with true task progress and therefore fail to capture unfinished steps, stagnation, and failure states. We present ProcVLM, a progress-aware vision-language model that learns procedure-grounded progress as a dense reward signal for manipulation. Rather than deriving progress from terminal outcomes or temporal proxies, ProcVLM grounds progress estimation in procedural structure and intra-stage visual change, and further adopts a reasoning-before-estimation paradigm that infers the remaining atomic actions before estimating task progress. Specifically, we construct this supervision by synthesizing frame-level subtask-semantic annotations, assigning progress budgets according to subtask structure, and distributing each budget based on intra-subtask visual change. To train ProcVLM at scale, we build a standardized procedural supervision synthesis pipeline and construct ProcCorpus-60M from 30 embodied datasets with 60M annotated frames, from which we derive ProcVQA for procedure-aware pretraining, with progress estimation as the central task alongside action segmentation and future planning. Experiments on ProcVQA and reward-model benchmarks show that ProcVLM improves embodied procedural reasoning and yields more discriminative trajectory-internal progress estimates than representative baselines, supporting its use as a dense reward model for downstream reward-guided policy optimization. Project page: https://procvlm.github.io/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Progress Estimation | ProcVQA-OOD progress estimation | VOC Score72.82 | 8 | |
| Robotic Task Perception | RoboFAC real-robot | VOC Success Rate93.01 | 8 | |
| Action Segmentation | ProcVQA (ID) | BF1@569.24 | 5 | |
| Action Segmentation | ProcVQA (OOD) | BF1@50.5802 | 5 | |
| Future Planning | ProcVQA (ID) | Success Rate81.03 | 5 | |
| Future Planning | ProcVQA (OOD) | Success Rate84.48 | 5 | |
| Progress Estimation | ProcVQA (ID) | VOC80.58 | 5 |