8
stars
6
commits
1
repos using this model
5
linked in READMEs
Jul 16, 2026
updated
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-DOMINO, the checkpoint fine-tuned for DOMINO dynamic manipulation evaluation. It corresponds to the DOMINO SFT result reported for InternVLA-A1.5, where the model is adapted on the DOMINO ALOHA-AgileX Level-1 training split and evaluated on the clean Level-1 DOMINO suites.
Covering base and benchmark-specific checkpoints, we release the InternVLA-A1.5 series:
internvla_a1_5Please refer to our official repo InternVLA-A-series for installation, training, fine-tuning, and evaluation.
For DOMINO fine-tuned evaluation:
git clone https://github.com/InternRobotics/InternVLA-A-series.git
cd InternVLA-A-series
bash evaluation/DOMINO/eval.sh \
InternRobotics/InternVLA-A1.5-DOMINO \
outputs/domino/internvla_a1_5_domino_sft \
demo_clean_dynamic \
8 \
fm \
50 \
100 \
100000 \
10 \
abs \
float32 \
10
For benchmark workflows, please see:
InternVLA-A1.5-DOMINO corresponds to the DOMINO SFT result. SR is the primary success-rate metric, and MS denotes manipulation score.
| DOMINO Setting | SR (%) ↑ | MS ↑ |
|---|---|---|
| Fine-tuned / SFT dynamic manipulation | 29.3 | 42.5 |
For reference, the RoboTwin-tuned checkpoint reaches 27.7 SR and 39.8 MS in the DOMINO zero-shot setting.
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 Hongrui Zhu and Zherui Qiu and Zhaxizhuoma and Yuqiang Yang and Jiaqi Peng and Xueyuan Wei and Yangkun Zhu and Jiahao Jiang and Xing Gao and Hanqing Wang and Feng Yuan and Kailin Li and Xueyue Zhu and Tai Wang and Yan Ding and Jiangmiao Pang and Jia Zeng and Jingjing Zhang and Bowen Zhou and Yao Mu and Chunhua Shen and Weinan Zhang},
journal={arXiv preprint arXiv:2607.04988},
year={2026}
}
8
stars
6
commits
1
repos using this model
5
linked in READMEs
Jul 16, 2026
updated
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-DOMINO, the checkpoint fine-tuned for DOMINO dynamic manipulation evaluation. It corresponds to the DOMINO SFT result reported for InternVLA-A1.5, where the model is adapted on the DOMINO ALOHA-AgileX Level-1 training split and evaluated on the clean Level-1 DOMINO suites.
Covering base and benchmark-specific checkpoints, we release the InternVLA-A1.5 series:
internvla_a1_5Please refer to our official repo InternVLA-A-series for installation, training, fine-tuning, and evaluation.
For DOMINO fine-tuned evaluation:
git clone https://github.com/InternRobotics/InternVLA-A-series.git
cd InternVLA-A-series
bash evaluation/DOMINO/eval.sh \
InternRobotics/InternVLA-A1.5-DOMINO \
outputs/domino/internvla_a1_5_domino_sft \
demo_clean_dynamic \
8 \
fm \
50 \
100 \
100000 \
10 \
abs \
float32 \
10
For benchmark workflows, please see:
InternVLA-A1.5-DOMINO corresponds to the DOMINO SFT result. SR is the primary success-rate metric, and MS denotes manipulation score.
| DOMINO Setting | SR (%) ↑ | MS ↑ |
|---|---|---|
| Fine-tuned / SFT dynamic manipulation | 29.3 | 42.5 |
For reference, the RoboTwin-tuned checkpoint reaches 27.7 SR and 39.8 MS in the DOMINO zero-shot setting.
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 Hongrui Zhu and Zherui Qiu and Zhaxizhuoma and Yuqiang Yang and Jiaqi Peng and Xueyuan Wei and Yangkun Zhu and Jiahao Jiang and Xing Gao and Hanqing Wang and Feng Yuan and Kailin Li and Xueyue Zhu and Tai Wang and Yan Ding and Jiangmiao Pang and Jia Zeng and Jingjing Zhang and Bowen Zhou and Yao Mu and Chunhua Shen and Weinan Zhang},
journal={arXiv preprint arXiv:2607.04988},
year={2026}
}