Verified entity grounding before robot action selection
Add an explicit grounding gate between instruction parsing and control in VLA stacks that already work on simple pick-and-place tasks but break on phrasing changes, clutter, or perturbations. The ProGAL-VLA result is concrete enough to justify a productized module here: map the instruction to a symbolic sub-goal, match that sub-goal against tracked 3D entities, and pass only the verified goal embedding into the action policy. The practical value is not just higher benchmark scores. It is the ability to surface when the robot cannot tell which object the instruction refers to, pause, and ask for clarification before a wrong pick. ProGAL-VLA reports LIBERO-Plus robustness at 85.5 versus 79.6 for OpenVLA-OFT+, robot-perturbation performance rising from 30.3 to 71.5, and ambiguity detection at AUROC 0.81 with clarification behavior rising from 0.09 to 0.81. RoboLab adds the deployment pressure behind this build: held-out semantic visual grounding remains weak at 21.5% for π0.5, and wording changes can move the same policy from 80% success to 0% in one scene. A near-term test is small and cheap: take one existing manipulation flow with two or three similar candidate objects, add a verified-entity check plus an abstain path, and measure wrong-object picks, clarification rate, and recovery under camera or scene perturbations.