CoolFace
Modelpublic

Alibaba-DAMO-Academy/RynnBrain-2B

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
26likes4.1kdownloads
Model Card

<p align="center"> <img src="https://cdn-uploads.huggingface.co/production/uploads/66974212a9e7257fc37798dc/8eIGdvaZEuZKTcsjIAXXK.png" width="350" style="margin-bottom: 0.2;"/> <p

<h2 align="center"><a href="https://github.com/alibaba-damo-academy/RynnBrain">RynnBrain: Open Embodied Foundation Models</a></h3> <h5 align="center"> If you like our project, please give us a star ⭐ on <a href="https://github.com/alibaba-damo-academy/RynnBrain">Github</a> for the latest update. </h5>


📰 News

  • [2026.02.02] Release RynnBrain family weights and inference code.
  • [2026.02.02] Add cookbooks for cognition, localization, reasoning, and planning.

✨ Introduction

RynnBrain aims to serve as a physics-aware embodied brain: it observes egocentric scenes, grounds language to physical space and time, and supports downstream robotic systems with reliable localization and planning outputs.

Key Highlights

  • Comprehensive egocentric understanding Strong spatial comprehension and egocentric cognition across embodied QA, counting, OCR, and fine-grained video understanding.
  • Diverse spatiotemporal localization Locates objects, target areas, and predicts trajectories across long episodic context, enabling global spatial awareness.
  • Physical-space grounded reasoning (RynnBrain family) The broader RynnBrain family includes “Thinking” variants that interleave textual reasoning with spatial grounding to anchor reasoning in reality.
  • Physics-aware precise planning (RynnBrain family) Integrates localized affordances/areas/objects into planning outputs to provide downstream VLA models with precise instructions.

🌎 Model Zoo

ModelBase ModelHuggingfaceModelscope
RynnBrain-2B (This Checkpoint)Qwen3-VL-2B-InstructLinkLink
RynnBrain-8BQwen3-VL-8B-InstructLinkLink
RynnBrain-4BQwen3-VL-4B-InstructLinkLink
RynnBrain-30B-A3BQwen3-VL-30B-A3B-InstructLinkLink
RynnBrain‑CoP-8BRynnBrain-8BLinkLink
RynnBrain‑Plan-8BRynnBrain-8BLinkLink
RynnBrain‑Plan-30B-A3BRynnBrain-30B-A3BLinkLink
RynnBrain‑Nav-8BRynnBrain-8BLinkLink

🚀 Main Results

<img width="500" alt="image" src="https://alibaba-damo-academy.github.io/RynnBrain.github.io/assets/result-8b.png">

🤖 Quick Start

Minimal dependencies:

shell
pip install transformers==4.57.1

Run text generation:

python
from transformers import AutoModelForImageTextToText

model = AutoModelForImageTextToText.from_pretrained("")
...

Cookbooks

Checkout the cookbooks that showcase RynnBrain's capabilities in cognition, localization, reasoning, and planning.

CategoryCookbook nameDescription
Cognition1_spatial_understanding.ipynbShows the ability of model for spaital understanding in the video scene.
Cognition2_object_understanding.ipynbShows how the model understands object categories, attributes, and relations and counting ability.
Cognition3_ocr.ipynbExamples of optical character recognition and text understanding in videos.
Location4_object_location.ipynbLocates specific objects with bounding boxes in an image or video based on instructions.
Location5_area_location.ipynbIdentifies and marks specified regions by points in an image or video.
Location6_affordance_location.ipynbFinds areas or objects with specific affordances in an image of video.
Location7_trajectory_location.ipynbInfers and annotates trajectories or motion paths in an image or video.
Location8_grasp_pose.ipynbPresent the model's abiltiy to predict robotic grasp poses from images.

📑 Citation

If you find RynnBrain useful for your research and applications, please cite using this BibTeX:

bibtex
@article{damo2026rynnbrain,
  title={RynnBrain: Open Embodied Foundation Models},
  author={Ronghao Dang, Jiayan Guo, Bohan Hou, Sicong Leng, Kehan Li, Xin Li, Jiangpin Liu, Yunxuan Mao, Zhikai Wang, Yuqian Yuan, Minghao Zhu, Xiao Lin, Yang Bai, Qian Jiang, Yaxi Zhao, Minghua Zeng, Junlong Gao, Yuming Jiang, Jun Cen, Siteng Huang, Liuyi Wang, Wenqiao Zhang, Chengju Liu, Jianfei Yang, Shijian Lu, Deli Zhao},
  journal={arXiv preprint arXiv:2602.14979v1},
  year={2026},
  url = {https://arxiv.org/abs/2602.14979v1}
}