Views
No views yet
Efficient-Large-Model/NVILA-Lite-2B on a 5-dataset spatial-reasoning mixture (SAT + RoboSpatial + SPAR-7M + RefSpatial + PRISM), with the training-sample budget set to 2M.cubec/spatialtunnelEfficient-Large-Model/NVILA-Lite-2B. You can load it using the standard transformers library interface:1from transformers import AutoModelForVision2Seq, AutoProcessor
2
3model_id = "ch-min/NVILA-Lite-2B-DATA_SCALE_EXP_2M-20260205_003632"
4processor = AutoProcessor.from_pretrained(model_id)
5model = AutoModelForVision2Seq.from_pretrained(model_id, trust_remote_code=True)1@article{min2026whyfarlooksup,
2 title = {Why Far Looks Up: Probing Spatial Representation in Vision-Language Models},
3 author = {Min, Cheolhong and Jung, Jaeyun and Lee, Daeun and Jeon, Hyeonseong and
4 Su, Yu and Tremblay, Jonathan and Song, Chan Hee and Park, Jaesik},
5 journal = {arXiv preprint arXiv:2605.30161},
6 year = {2026},
7}1@article{liu2024nvila,
2 title = {NVILA: Efficient Frontier Visual Language Models},
3 author = {Liu, Zhijian and Zhu, Ligeng and Shi, Baifeng and others},
4 journal = {arXiv preprint arXiv:2412.04468},
5 year = {2024},
6}