Cambrian-S-0.5B is a spatially-grounded multimodal large language model that excels at spatial reasoning in video understanding. It achieves state-of-the-art performance on visual-spatial benchmarks while maintaining competitive performance on general video understanding tasks.
Training
: 4-stage pipeline (image alignment → image IT → video IT → spatial IT)
Training Data
: Trained on
VSI-590K
(spatial reasoning) + general video instruction data
Usage
from cambrian.model.builder import load_pretrained_model
from cambrian.mm_utils import process_images, tokenizer_image_token
from cambrian.conversation import conv_templates
model_path = "nyu-visionx/Cambrian-S-0.5B"
tokenizer, model, image_processor, _ = load_pretrained_model(model_path, None, "cambrian-s-0.5b", device_map="cuda")
# Process image/video
conv = conv_templates["qwen_2"].copy()
conv.append_message(conv.roles[0], "<image>\nWhat objects are in this scene?")
conv.append_message(conv.roles[1], None)
prompt = conv.get_prompt()
# Generate
output_ids = model.generate(input_ids, images=image_tensor, image_sizes=image_sizes)
Citation
@article{yang2025cambrian,
title={Cambrian-S: Towards Spatial Supersensing in Video},
author={Yang, Shusheng and Yang, Jihan and Huang, Pinzhi and Brown, Ellis and Yang, Zihao and Yu, Yue and Tong, Shengbang and Zheng, Zihan and Xu, Yifan and Wang, Muhan and Lu, Danhao and Fergus, Rob and LeCun, Yann and Fei-Fei, Li and Xie, Saining},
journal={arXiv preprint arXiv:2511.04670},
year={2025}
}
Runs of nyu-visionx Cambrian-S-0.5B on huggingface.co
133
Total runs
0
24-hour runs
0
3-day runs
-34
7-day runs
-129
30-day runs
More Information About Cambrian-S-0.5B huggingface.co Model
Cambrian-S-0.5B huggingface.co is an AI model on huggingface.co that provides Cambrian-S-0.5B's model effect (), which can be used instantly with this nyu-visionx Cambrian-S-0.5B model. huggingface.co supports a free trial of the Cambrian-S-0.5B model, and also provides paid use of the Cambrian-S-0.5B. Support call Cambrian-S-0.5B model through api, including Node.js, Python, http.
Cambrian-S-0.5B huggingface.co is an online trial and call api platform, which integrates Cambrian-S-0.5B's modeling effects, including api services, and provides a free online trial of Cambrian-S-0.5B, you can try Cambrian-S-0.5B online for free by clicking the link below.
nyu-visionx Cambrian-S-0.5B online free url in huggingface.co:
Cambrian-S-0.5B is an open source model from GitHub that offers a free installation service, and any user can find Cambrian-S-0.5B on GitHub to install. At the same time, huggingface.co provides the effect of Cambrian-S-0.5B install, users can directly use Cambrian-S-0.5B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.