Latent foresight and action codes
Several papers train Vision-Language-Action models, or VLAs, to carry a compact action-related signal inside the policy. InternVLA-A1.5 uses 50 foresight tokens that condition a frozen video generator during training, then removes the video branch at inference and outputs 50-step continuous action chunks. CAC-VLA predicts latent actions from image and language tokens, using them to condition the continuous action expert through gated cross-attention. GeoMoLa takes a more geometric route: it learns discrete motion codes by predicting future point-cloud changes, then uses those codes for 6-DoF manipulation.
The reported gains are strongest where the task requires generalization rather than only imitation. CAC-VLA reports 98.3% average success on LIBERO and 89.5% on LIBERO-Plus supervised fine-tuning. GeoMoLa reports 84.7% average success on single-view RLBench across 10 tasks and 166 variations, ahead of RVT2 at 80.4%. InternVLA-A1.5 claims the best overall results across six simulation benchmarks, although the available excerpt does not include exact benchmark tables.