Cambrian-S-7B 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-7B"
tokenizer, model, image_processor, _ = load_pretrained_model(model_path, None, "cambrian-s-7b", 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 others},
journal={arXiv preprint arXiv:2025},
year={2025}
}
Runs of nyu-visionx Cambrian-S-7B on huggingface.co
4.3K
Total runs
0
24-hour runs
0
3-day runs
-379
7-day runs
80
30-day runs
More Information About Cambrian-S-7B huggingface.co Model
Cambrian-S-7B huggingface.co is an AI model on huggingface.co that provides Cambrian-S-7B's model effect (), which can be used instantly with this nyu-visionx Cambrian-S-7B model. huggingface.co supports a free trial of the Cambrian-S-7B model, and also provides paid use of the Cambrian-S-7B. Support call Cambrian-S-7B model through api, including Node.js, Python, http.
Cambrian-S-7B huggingface.co is an online trial and call api platform, which integrates Cambrian-S-7B's modeling effects, including api services, and provides a free online trial of Cambrian-S-7B, you can try Cambrian-S-7B online for free by clicking the link below.
nyu-visionx Cambrian-S-7B online free url in huggingface.co:
Cambrian-S-7B is an open source model from GitHub that offers a free installation service, and any user can find Cambrian-S-7B on GitHub to install. At the same time, huggingface.co provides the effect of Cambrian-S-7B install, users can directly use Cambrian-S-7B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.