Vision-Language-Action (VLA) models have become a practical framework for robot manipulation,
leveraging pretrained vision-language models (VLMs) as multimodal backbones that map image
observations and language instructions to robot actions. While recent work has improved action
tokenization formats, the question of what information the prediction target should encode has
received comparatively little attention. Joint positions and Cartesian poses are low-level,
embodiment-specific signals that encode limited information about task context, creating a
mismatch with the rich structure VLMs extract from visual and language inputs.
We propose UVT (Unified Visuomotor Target), a structured prediction target for VLA
fine-tuning that integrates robot actions with discrete dynamics codes from a pretrained
Latent Action Model (LAM). For each training sample, we construct a compact latent
ut ∈ ℜ32 that jointly encodes the action chunk and discrete
dynamics code via a lightweight multimodal VAE. During VLA fine-tuning, the policy predicts
ut instead of raw actions, and a trainable decoder maps the predicted latent
to executable action chunks. Because ut encodes both motor control and
visual transition dynamics, it is more consistent with the task structure that VLMs already
extract from image and language inputs.
UVT requires no architectural changes, no additional data, and no modification to the training
schedule. We evaluate on VLA-Adapter (regression head) and π0.5 (diffusion/flow head)
across LIBERO, LIBERO-Plus, and real bimanual manipulation tasks. UVT consistently improves
convergence speed, final task performance, and policy robustness, with particularly strong gains
under limited training budgets.