Safe pre-task probing for camera and robot setup drift
Manipulation cells using VLA policies can add a short calibration pass before the first task after a camera move, gripper change, or mounting adjustment. The robot samples safe target poses, records start image, action, and end image clips, then prepends those clips as context for the policy during task execution. ICWM reports this pattern with Qwen2.5-VL-3B, FAST action tokenization, action chunks of 5, and 5 context clips in the main setup.
A cheap validation is a cross-view acceptance test: move the camera to held-out angles, run the same tasks with and without probing context, and track success, end-effector offsets, and early gripper closure. ICWM’s LIBERO cross-view result gives a useful target: average out-of-distribution success improved by 13.0 percentage points over Multi-View BC and by 9.5 points over an explicit camera-angle baseline. The ablations make the operational check clear, since removing images dropped average success by 56.4 points and false context performed worse than no context.