diff --git a/README.md b/README.md index ebe147b..d49990c 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ > ๐Ÿค– Physical AI (Robotics & Embodied AI) ๋ถ„์•ผ์˜ ์˜คํ”ˆ์†Œ์Šค ๋ชจ๋ธ, ๋ฐ์ดํ„ฐ์…‹, ์‹œ๋ฎฌ๋ ˆ์ดํ„ฐ๋ฅผ ์ฒด๊ณ„์ ์œผ๋กœ ์ •๋ฆฌํ•œ ํ๋ ˆ์ด์…˜ ๋ฆฌ์ŠคํŠธ. > A curated list of open-source models, datasets, and simulators for Physical AI (Robotics & Embodied AI). -[![Models](https://img.shields.io/badge/Models-14-blue)](https://pytorchkorea.github.io/Awesome-Physical-AI) +[![Models](https://img.shields.io/badge/Models-15-blue)](https://pytorchkorea.github.io/Awesome-Physical-AI) [![Datasets](https://img.shields.io/badge/Datasets-11-green)](https://pytorchkorea.github.io/Awesome-Physical-AI) [![Simulators](https://img.shields.io/badge/Simulators-9-purple)](https://pytorchkorea.github.io/Awesome-Physical-AI) -[![Organizations](https://img.shields.io/badge/Organizations-30-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI) +[![Organizations](https://img.shields.io/badge/Organizations-31-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI) [![Updated](https://img.shields.io/badge/Updated-2026-06-29-lightgrey)](https://github.com/PyTorchKorea/Awesome-Physical-AI) [![Dashboard](https://img.shields.io/badge/๐ŸŒ_Dashboard-Live-brightgreen)](https://pytorchkorea.github.io/Awesome-Physical-AI) @@ -44,6 +44,7 @@ | [GR-1](https://github.com/bytedance/GR-1) | BAAI / Beijing Academy of AI | 2024 | manipulation | manipulator | VLA, IL | 312 | [๐Ÿ“„](https://arxiv.org/abs/2312.13139) | | [CrossFormer](https://github.com/rail-berkeley/crossformer) | UC Berkeley / others | 2024 | manipulation | manipulator, mobile | IL, VLA | 283 | [๐Ÿ“„](https://arxiv.org/abs/2408.11812) [๐Ÿค—](https://huggingface.co/rail-berkeley/crossformer) | | [CogACT](https://github.com/microsoft/CogACT) | Tsinghua University / Microsoft Research Asia | 2024 | manipulation | manipulator | VLA, diffusion | 0 | [๐Ÿ“„](https://cogact.github.io/CogACT_paper.pdf) [๐Ÿค—](https://huggingface.co/CogACT) | +| [RoboMamba](https://github.com/lmzpai/roboMamba) | Peking University / AI2Robotics | 2024 | manipulation | manipulator | VLA, IL | 0 | [๐Ÿ“„](https://arxiv.org/abs/2406.04339) | --- diff --git a/data/models.yaml b/data/models.yaml index a6139e8..ab1d2ea 100644 --- a/data/models.yaml +++ b/data/models.yaml @@ -452,3 +452,41 @@ - VLA - diffusion - foundation-model +- id: robomamba + name: RoboMamba + org: Peking University / AI2Robotics + year: 2024 + description_en: RoboMamba is an efficient end-to-end Vision-Language-Action model + that leverages the Mamba state space model for robotic reasoning and manipulation + with linear inference complexity. It integrates a vision encoder with Mamba, aligning + visual tokens with language embeddings, and uses a lightweight policy head for + SE(3) pose prediction. RoboMamba achieves 3x faster inference than existing VLA + models while maintaining competitive reasoning and manipulation performance. + description_ko: RoboMamba๋Š” Mamba ์ƒํƒœ ๊ณต๊ฐ„ ๋ชจ๋ธ์„ ํ™œ์šฉํ•˜์—ฌ ์„ ํ˜• ์ถ”๋ก  ๋ณต์žก๋„๋กœ ๋กœ๋ด‡ ์ถ”๋ก ๊ณผ ์กฐ์ž‘์„ ์ˆ˜ํ–‰ํ•˜๋Š” ํšจ์œจ์ ์ธ + ์—”๋“œํˆฌ์—”๋“œ VLA ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค. ๋น„์ „ ์ธ์ฝ”๋”์™€ Mamba๋ฅผ ํ†ตํ•ฉํ•˜์—ฌ ์‹œ๊ฐ ํ† ํฐ์„ ์–ธ์–ด ์ž„๋ฒ ๋”ฉ๊ณผ ์ •๋ ฌํ•˜๊ณ , ๊ฒฝ๋Ÿ‰ ์ •์ฑ… ํ—ค๋“œ๋กœ SE(3) ํฌ์ฆˆ ์˜ˆ์ธก์„ + ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๊ธฐ์กด VLA ๋ชจ๋ธ ๋Œ€๋น„ 3๋ฐฐ ๋น ๋ฅธ ์ถ”๋ก  ์†๋„๋ฅผ ๋‹ฌ์„ฑํ•˜๋ฉด์„œ๋„ ๊ฒฝ์Ÿ๋ ฅ ์žˆ๋Š” ์ถ”๋ก  ๋ฐ ์กฐ์ž‘ ์„ฑ๋Šฅ์„ ๋ณด์—ฌ์ค๋‹ˆ๋‹ค. + github_url: https://github.com/lmzpai/roboMamba + paper_url: https://arxiv.org/abs/2406.04339 + hf_url: '' + project_url: https://sites.google.com/view/robomamba-web + categories: + - manipulation + hardware: + - manipulator + learning: + - VLA + - IL + framework: + - pytorch + communication: + - other + stats: + github_stars: 0 + github_forks: 0 + hf_downloads: 0 + last_updated: '2026-06-29' + added_date: '2026-06-29' + tags: + - VLA + - mamba + - state-space-model diff --git a/docs/data.json b/docs/data.json index b9876f4..4b5fbcc 100644 --- a/docs/data.json +++ b/docs/data.json @@ -1,10 +1,10 @@ { "metadata": { "last_updated": "2026-06-29", - "total_models": 14, + "total_models": 15, "total_datasets": 11, "total_tools": 9, - "total_orgs": 30 + "total_orgs": 31 }, "models": [ { @@ -554,6 +554,46 @@ "diffusion", "foundation-model" ] + }, + { + "id": "robomamba", + "name": "RoboMamba", + "org": "Peking University / AI2Robotics", + "year": 2024, + "description_en": "RoboMamba is an efficient end-to-end Vision-Language-Action model that leverages the Mamba state space model for robotic reasoning and manipulation with linear inference complexity. It integrates a vision encoder with Mamba, aligning visual tokens with language embeddings, and uses a lightweight policy head for SE(3) pose prediction. RoboMamba achieves 3x faster inference than existing VLA models while maintaining competitive reasoning and manipulation performance.", + "description_ko": "RoboMamba๋Š” Mamba ์ƒํƒœ ๊ณต๊ฐ„ ๋ชจ๋ธ์„ ํ™œ์šฉํ•˜์—ฌ ์„ ํ˜• ์ถ”๋ก  ๋ณต์žก๋„๋กœ ๋กœ๋ด‡ ์ถ”๋ก ๊ณผ ์กฐ์ž‘์„ ์ˆ˜ํ–‰ํ•˜๋Š” ํšจ์œจ์ ์ธ ์—”๋“œํˆฌ์—”๋“œ VLA ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค. ๋น„์ „ ์ธ์ฝ”๋”์™€ Mamba๋ฅผ ํ†ตํ•ฉํ•˜์—ฌ ์‹œ๊ฐ ํ† ํฐ์„ ์–ธ์–ด ์ž„๋ฒ ๋”ฉ๊ณผ ์ •๋ ฌํ•˜๊ณ , ๊ฒฝ๋Ÿ‰ ์ •์ฑ… ํ—ค๋“œ๋กœ SE(3) ํฌ์ฆˆ ์˜ˆ์ธก์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๊ธฐ์กด VLA ๋ชจ๋ธ ๋Œ€๋น„ 3๋ฐฐ ๋น ๋ฅธ ์ถ”๋ก  ์†๋„๋ฅผ ๋‹ฌ์„ฑํ•˜๋ฉด์„œ๋„ ๊ฒฝ์Ÿ๋ ฅ ์žˆ๋Š” ์ถ”๋ก  ๋ฐ ์กฐ์ž‘ ์„ฑ๋Šฅ์„ ๋ณด์—ฌ์ค๋‹ˆ๋‹ค.", + "github_url": "https://github.com/lmzpai/roboMamba", + "paper_url": "https://arxiv.org/abs/2406.04339", + "hf_url": "", + "project_url": "https://sites.google.com/view/robomamba-web", + "categories": [ + "manipulation" + ], + "hardware": [ + "manipulator" + ], + "learning": [ + "VLA", + "IL" + ], + "framework": [ + "pytorch" + ], + "communication": [ + "other" + ], + "stats": { + "github_stars": 0, + "github_forks": 0, + "hf_downloads": 0, + "last_updated": "2026-06-29" + }, + "added_date": "2026-06-29", + "tags": [ + "VLA", + "mamba", + "state-space-model" + ] } ], "datasets": [ diff --git a/docs/index.html b/docs/index.html index 02fd39b..d410c63 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ - +