Camera-offset stress tests for VLA deployments
Robot teams should add a camera-offset test before trusting a VLA outside its original lab setup. CamVLA shows the failure mode clearly: a policy trained for one camera view can lose much of its success rate after a small rotation, because the model predicts robot-base actions from camera-view images without an explicit hand-eye estimate.
A practical check is simple. Run the same manipulation suite at the trained camera pose, then at 5°, 10°, and 15° offsets after remounting or nudging the camera. Track success rate, hand-eye error, and added inference latency. CamVLA’s design gives a concrete remediation path: predict the end-effector action in the camera frame, estimate a 6-DoF camera-to-robot transform from one RGB image, then convert the action into the robot base frame.
The upside is operational rather than cosmetic. In real Franka tests, π0 + CamVLA kept higher success than π0 alone at every tested offset, and the geometric head added about 1 ms on an RTX 4090. That is small enough to test as a deployment guardrail for teams whose cameras get bumped, moved between stations, or mounted on mobile hardware.
Sources
- Document 797