paper-with-me

홈 › Papers

RoboBERT: An End-to-end Multimodal Robotic Manipulation Model

2025-02-11 · Sicheng Wang, Sheng Liu, Weiheng Wang, Jianhua Shan, Bin Fang

Embodied intelligence seamlessly integrates vision, language, and action.~However, most multimodal robotic models rely on massive fine-tuning, incurring high time and hardware costs.~To address this, we introduce RoboBERT, an end-to-end multimodal manipulation model built around a novel two-stage training paradigm.~In the first stage, we freeze most of the vision encoder and train with a single "standard" instruction phrasing, allowing the model to focus on stable policy learning via a CNN-based diffusion policy.~In the second stage, we unfreeze all modules and inject diverse natural language variants, rapidly aligning varied instructions to the already-learned policy without destabilizing performance.~We further employ systematic data augmentations to enhance robustness against visual perturbations.~Without relying on auxiliary datasets, RoboBERT achieves new state-of-the-art (SOTA) mean episode lengths of 4.52 on the CALVIN ABCD-D benchmark and 3.79 on the ABC-D benchmark using only language-labeled expert demonstrations and a comparatively lightweight architecture.Real-robot trials on a 6-DOF manipulator confirm higher success rates than comparable methods trained on identical data.These results demonstrate that our data-augmentation-enhanced two-stage training paradigm delivers efficient, scalable, and broadly applicable performance for multimodal robotic systems.

📄 PDF Abstract BibTeX arXiv:2502.07837

Code (1)

peterwangsicheng/robobert 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Fast Visuomotor Policy for Robotic Manipulation

2025-10-14 · Jingkai Jia, Tong Yang, Xueyao Chen, Chenhuan Liu 외 arxiv

We present a fast and effective policy framework for robotic manipulation, named Energy Policy, designed for high-frequency robotic tasks and resource-constrained systems. Unlike existing robotic policies, Energy Policy …

Hierarchical Audio-Visual-Proprioceptive Fusion for Precise Robotic Manipulation

2026-02-14 · Siyuan Li, Jiani Lu, Yu Song, Xianren Li 외 arxiv

Existing robotic manipulation methods primarily rely on visual and proprioceptive observations, which may struggle to infer contact-related interaction states in partially observable real-world environments. Acoustic cue…

RoboBrain: A Unified Brain Model for Robotic Manipulation from Abstract to Concrete

2025-02-28 · CVPR 2025 1 · Yuheng Ji, Huajie Tan, Jiayu Shi, Xiaoshuai Hao 외

Recent advancements in Multimodal Large Language Models (MLLMs) have shown remarkable capabilities across various multimodal contexts. However, their application in robotic scenarios, particularly for long-horizon manipu…

Task PlanningTrajectory Prediction

Toward Accurate Long-Horizon Robotic Manipulation: Language-to-Action with Foundation Models via Scene Graphs

2025-10-31 · Sushil Samuel Dinesh, Shinkyu Park arxiv

This paper presents a framework that leverages pre-trained foundation models for robotic manipulation without domain-specific training. The framework integrates off-the-shelf models, combining multimodal perception from …

Bridging Language, Vision and Action: Multimodal VAEs in Robotic Manipulation Tasks

2024-04-02 · Gabriela Sejnova, Michal Vavrecka, Karla Stepanova

In this work, we focus on unsupervised vision-language-action mapping in the area of robotic manipulation. Recently, multiple approaches employing pre-trained large language and vision models have been proposed for this …

Vision-Language-Action