InternVLA-A1.5 tops all six simulation benchmarks. The model unifies vision-language understanding, latent foresight, and action into one robot policy, per @HuggingPapers.
Key facts
- SOTA on all six simulation benchmarks.
- Unifies vision-language, foresight, action in one policy.
- Latent foresight module predicts future visual states.
- Trained on real demos + synthetic simulation rollouts.
- No compute, parameters, or latency disclosed.
InternVLA-A1.5 achieves state-of-the-art on all six simulation benchmarks by unifying vision-language understanding, latent foresight, and action into one robot policy, according to @HuggingPapers. The model is trained on a mixture of real-world demonstration data and synthetic simulation rollouts. A key architectural innovation is the latent foresight module that predicts future visual states before executing actions, enabling the policy to reason about consequences before moving.
How latent foresight changes the control loop
![]()
Most robot policies map observations directly to actions via imitation learning or reinforcement learning. InternVLA-A1.5 inserts an intermediate latent prediction step: given a current image and language instruction, the model first generates an internal representation of what the scene should look like after the intended action, then decodes that representation into motor commands. This foresight mechanism acts as a learned forward model, grounding action selection in predicted visual outcomes rather than raw state vectors.
The model is evaluated across six simulation environments — the source does not specify which benchmarks, but the claim is unambiguous: SOTA on all. The paper does not disclose training compute, parameter count, or inference latency figures, nor does it compare against specific baselines by name. [According to @HuggingPapers], the work builds on the InternVLA line of vision-language-action models, extending them with the foresight module.
What's missing from the announcement
The absence of hardware-specific metrics — inference speed, power draw, or deployment on real robot platforms — limits the practical relevance for now. Simulation benchmarks can be gamed; real-world transfer is the harder test. The announcement also omits ablation studies isolating the contribution of the foresight module versus scaling data or model size. Without those, the SOTA claim is suggestive but not fully substantiated.
What to watch
Watch for the full paper release on arXiv to see benchmark names, baseline comparisons, and ablation results. If the latent foresight module generalizes to real-world manipulation tasks — especially in contact-rich scenarios like peg insertion or cloth folding — it could become a standard component in visuomotor policies. Also track whether the training code and pretrained weights are released; reproducibility will determine community adoption.







