Abstract
Vision-Language-Action (VLA) models frequently encounter challenges ingeneralizing to real-world environments due to inherent discrepancies betweenobservation and action spaces. Although training data are collected fromdiverse camera perspectives, the models typically predict end-effector poseswithin the robot base coordinate frame, resulting in spatial inconsistencies.To mitigate this limitation, we introduce the Observation-Centric VLA (OC-VLA)framework, which grounds action predictions directly in the camera observationspace. Leveraging the camera's extrinsic calibration matrix, OC-VLA transformsend-effector poses from the robot base coordinate system into the cameracoordinate system, thereby unifying prediction targets across heterogeneousviewpoints. This lightweight, plug-and-play strategy ensures robust alignmentbetween perception and action, substantially improving model resilience tocamera viewpoint variations. The proposed approach is readily compatible withexisting VLA architectures, requiring no substantial modifications.Comprehensive evaluations on both simulated and real-world robotic manipulationtasks demonstrate that OC-VLA accelerates convergence, enhances task successrates, and improves cross-view generalization. The code will be publiclyavailable.