RxBrain 是一个统一的多模态基础模型,将具身理解、世界状态预测和联合子目标规划整合到一个 6.2B 参数的模型中。

Stars

118

7 天增长

暂无数据

Fork 数

9

开放 Issue

2

开源协议

NOASSERTION

最近更新

2026-07-28

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它独特地将语言、视觉推理和想象能力融合在同一个开源模型中,同时支持具身认知的理解与生成任务。

适合谁使用

  • 机器人研究人员和工程师
  • 具身AI与多模态学习从业者
  • 研究世界模型和规划的学者
  • 构建交互式具身系统的开发者

典型使用场景

  • 对图像/视频进行视觉问答和思维链推理
  • 从观察场景预测未来帧(世界模型推演)
  • 将任务分解为包含语言描述和视觉子目标图像的步骤
  • 用于具身场景的文本到图像生成

项目优势

  • 在统一架构中实现三种核心具身认知能力
  • 开源模型权重、推理代码及微调脚本(Apache 2.0 协议)
  • 展示联合规划:同时输出动作文本和视觉子目标图像
  • 基于可扩展的 MoT 设计,6.2B 参数并集成 FLUX VAE

使用前须知

  • 需要支持 flash-attn 的 CUDA GPU,无法在 CPU 或较旧硬件上部署
  • 尚未发布 RxBrain-Bench 基准测试,独立评估受限
  • 示例中图像生成分辨率仅支持 256x256

README 快速开始

RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination

Tencent Robotics X  ×  Futian Laboratory  ×  Tencent Hy Team

https://github.com/user-attachments/assets/e2359703-aa0a-4179-b34e-207b422bb50e


📌 Introduction

RxBrain (Hy-Embodied-RxBrain-1.0) is a unified multimodal foundation model for embodied cognition — one model that delivers three core capabilities:

  • 🤖 Embodied Understanding & Reasoning — question answering and chain-of-thought over images and multi-frame video.
  • 🔮 World State Prediction — imagine the near-future frames an action produces in the physical world.
  • 🧩 Joint Subgoal Planning — decompose a task into steps, emitting for each step both the next action (language) and the goal image it should reach (vision).

📰 News

  • [2026-07] 🚀 We release the fine-tuning code for VQA, Multi Frames Generation and Interleave Generation — see train/.
  • [2026-07] 🎉 We release Hy-Embodied-RxBrain-1.0 — the technical report, inference code and model weights.

📋 TODO

  • Open-source RxBrain-Bench, a comprehensive benchmark for embodied cognition.
  • Open-source the fine-tuning code for Visual Question Answering (VQA), Multi Frames Generation, and Interleave Generation — see train/.
  • Release the technical report, inference code, and model weights.

🚀 Quick Start

1. Environment

git clone https://github.com/Tencent-Hunyuan/Hy-Embodied-RxBrain-1.0.git
cd Hy-Embodied-RxBrain-1.0
pip install -r requirements.txt

Requirements: Python 3.10+, a CUDA GPU (for flash-attn).

Repository layout:

model/        UnifiedMoT model definition (3 streams: text / vision / generation)
vae_model/    FLUX VAE autoencoder loader
inference/    inference entry points  — T2I, multi-frame, VQA, interleaved planning
train/        fine-tuning pipeline    — see train/README.md
demo_cases/   bundled scenes for the interleaved-planning demo

model/ and `va

项目描述

RxBrain: Embodied Cognition Foundation Model with Joint Language-Visual Reasoning and Imagination

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482