InternVLA-A1.5: Unifying Understanding, Latent Foresight, and Action for Compositional Generalization

InternVLA-A1.5 Teaser Image

Paper Code Models Data Website

InternVLA-A1.5 unifies vision-language understanding, latent visual foresight, and action generation in one robot policy. It builds on a native Qwen3.5-2B VLM backbone, preserves semantic learning through VQA and subtask prediction, and attaches a lightweight unified action expert for continuous control.

This repository hosts InternVLA-A1.5-Libero, the checkpoint fine-tuned from InternVLA-A1.5-base on LIBERO. It is intended for LIBERO evaluation and zero-shot robustness evaluation on LIBERO-Plus, where the same LIBERO-tuned checkpoint is evaluated directly under camera, language, layout, lighting, background, noise, and robot perturbations.

Covering base and benchmark-specific checkpoints, we release the InternVLA-A1.5 series:

🔑 Key Features

InternVLA-A1.5 Model
  • 🔮 The Core: Attaches a lightweight unified action expert to a native Qwen3.5-2B VLM backbone through shared full-attention layers, while preserving modality-specific Gated DeltaNet processing.
  • 🚀 The Foresight: Uses learnable foresight tokens to query task-relevant future dynamics from the shared multimodal context, supervised by a frozen WAN2.2-5B video generation model during training.
  • The Output: Discards the video branch at inference and predicts continuous action chunks through flow matching, keeping deployment latency practical.

Model Details

  • Model type: Vision-Language-Action robot policy
  • Base checkpoint: InternRobotics/InternVLA-A1.5-base
  • Backbone: Qwen/Qwen3.5-2B
  • Policy type: internvla_a1_5
  • Fine-tuning target: LIBERO Spatial, Object, Goal, and Long suites
  • Evaluation scope: LIBERO and LIBERO-Plus zero-shot
  • Action head: unified action expert with flow-matching action generation
  • State/action dimension: up to 32
  • Image resolution: 224 x 224
  • License: CC BY-NC-SA 4.0

Usage

Please refer to our official repo InternVLA-A-series for installation, training, fine-tuning, and evaluation.

For LIBERO evaluation:

git clone https://github.com/InternRobotics/InternVLA-A-series.git
cd InternVLA-A-series
export CKPT_PATH=InternRobotics/InternVLA-A1.5-Libero
export LIBERO_HOME=<LIBERO_REPO_ROOT>
export STATS_KEY_MODE=suite
export ROBOT_TYPE_MODE=panda
bash evaluation/LIBERO/run_eval_libero_server_client.sh

For LIBERO-Plus zero-shot evaluation:

export CKPT_PATH=InternRobotics/InternVLA-A1.5-Libero
export LIBERO_HOME=<LIBERO_PLUS_REPO_ROOT>
export STATS_KEY_MODE=suite
export ROBOT_TYPE_MODE=panda
SHARDS_PER_SUITE=8 bash evaluation/LIBERO-plus/run_eval_libero_plus.sh

For benchmark workflows, please see:

Demonstrations

InternVLA-A1.5-Libero corresponds to the LIBERO benchmark result and the LIBERO-Plus zero-shot robustness result.

LIBERO Spatial LIBERO Object LIBERO Goal LIBERO Long LIBERO Avg.
98.6 99.8 98.6 98.4 98.9
LIBERO-Plus Camera Robot Language Light Background Noise Layout Total
83.1 55.1 86.9 96.4 98.2 95.6 85.2 84.8

License and Citation

All code within this repo is released under CC BY-NC-SA 4.0. Please consider citing our project if it helps your research.

@article{internvla_a15,
  title={InternVLA-A1.5: Unifying Understanding, Latent Foresight, and Action for Compositional Generalization},
  author={Ma, Haoxiang and Cai, Junhao and Xu, Xiaoxu and Li, Hao and Yang, Yuyin and Tian, Yang and Cao, Jiafei and Zhu, Hongrui and Qiu, Zherui and Zhaxizhuoma and Yang, Yuqiang and Peng, Jiaqi and Wei, Xueyuan and Zhu, Yangkun and Jiang, Jiahao and Gao, Xing and Wang, Hanqing and Yuan, Feng and Li, Kailin and Zhu, Xueyue and Wang, Tai and Ding, Yan and Pang, Jiangmiao and Zeng, Jia and Zhang, Jingjing and Zhou, Bowen and Mu, Yao and Shen, Chunhua and Zhang, Weinan},
  journal={arXiv preprint arXiv:2607.04988},
  year={2026}
}

Acknowledgments

Downloads last month
9
Safetensors
Model size
3B params
Tensor type
I64
·
F32
·
BF16
·
Video Preview
loading

Model tree for InternRobotics/InternVLA-A1.5-Libero

Finetuned
Qwen/Qwen3.5-2B
Finetuned
(2)
this model

Dataset used to train InternRobotics/InternVLA-A1.5-Libero

Collection including InternRobotics/InternVLA-A1.5-Libero

Paper for InternRobotics/InternVLA-A1.5-Libero