Contact-region evaluation for RGB-D manipulation policies
Manipulation teams should add a contact-region evaluation slice to VLA policy testing. The useful test cases are tasks where a small 3D error changes the outcome: hanging a mug by its handle, handover, pressing a tool, placing an object through an opening, and moving near obstacles. The evaluation should log success, collisions, missed grasps, contact-point error, end-effector clearance, and whether the model attends to the object region that controls the action.
STARRY gives a concrete design to copy and test. It predicts future depth and end-effector positions, unprojects predicted depth into 3D, computes token distances to the predicted end effector, and uses those distances to bias action-to-video attention. The paper reports 93.82% clean and 93.30% randomized average success on 50 RoboTwin 2.0 bimanual tasks, plus 70.8% average success in real ARX R5 bimanual experiments using 50 demonstrations per task and 20 evaluation rollouts per method. The biggest value is the failure analysis it enables: when a policy misses a handle or collides near an opening, the team can inspect the predicted depth, end-effector path, and attention weights before collecting more demonstrations.