Stage-level manipulation evaluation for VLA release checks
A robot team evaluating a VLA policy for fine manipulation should add task graphs and stage metrics before using a policy in part-sensitive tasks. MetaFine shows why: object-level grasping can look high while part-level control fails. The reported best policy reaches 80% on Grasp Part, 68% on Press Part, and 12% on Rotate Along under part-level constraints, while conventional evaluation can overstate fine-grained ability by up to 70%.
A practical release check would split each hardware task into language understanding, spatial perception, and motor behavior stages. For a peg-in-hole task, the dashboard should show grasp, align, insert, and trajectory smoothness separately. MetaFine’s peg-in-hole results show near-zero overall success across five VLAs, but stage metrics still identify different failure points: OpenVLA-OFT grasps in 47% of trials and aligns in 19%, while pi_0.5 grasps in 39% and aligns in 0%.
This is useful for model selection and repair work. MetaFine reports that replacing pi_0.5’s SigLIP encoder with a multi-scale cross-attention encoder, while freezing the VLM backbone and action head, raises grasp success from 39% to 67% and alignment from 0% to 32%. That gives evaluation teams a direct path from failed stage to component-level fix.