paper-with-me

홈 › Papers

Bridge Data: Boosting Generalization of Robotic Skills with Cross-Domain Datasets

2021-09-27 · Frederik Ebert, Yanlai Yang, Karl Schmeckpeper, Bernadette Bucher, Georgios Georgakis, Kostas Daniilidis, Chelsea Finn, Sergey Levine

Robot learning holds the promise of learning policies that generalize broadly. However, such generalization requires sufficiently diverse datasets of the task of interest, which can be prohibitively expensive to collect. In other fields, such as computer vision, it is common to utilize shared, reusable datasets, such as ImageNet, to overcome this challenge, but this has proven difficult in robotics. In this paper, we ask: what would it take to enable practical data reuse in robotics for end-to-end skill learning? We hypothesize that the key is to use datasets with multiple tasks and multiple domains, such that a new user that wants to train their robot to perform a new task in a new domain can include this dataset in their training process and benefit from cross-task and cross-domain generalization. To evaluate this hypothesis, we collect a large multi-domain and multi-task dataset, with 7,200 demonstrations constituting 71 tasks across 10 environments, and empirically study how this data can improve the learning of new tasks in new environments. We find that jointly training with the proposed dataset and 50 demonstrations of a never-before-seen task in a new domain on average leads to a 2x improvement in success rate compared to using target domain data alone. We also find that data for only a few tasks in a new domain can bridge the domain gap and make it possible for a robot to perform a variety of prior tasks that were only seen in other domains. These results suggest that reusing diverse multi-task and multi-domain datasets, including our open-source dataset, may pave the way for broader robot generalization, eliminating the need to re-collect data for each new robot learning project.

📄 PDF Abstract BibTeX arXiv:2109.13396

Code (2)

yanlai00/bridge_data_imitation_learning pytorch
yanlai00/bridge_data_robot_infra

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

$M^2$-VLA: Boosting Vision-Language Models for Generalizable Manipulation via Layer Mixture and Meta-Skills

2026-04-27 · Siyao Xiao, Yuhong Zhang, Zhifang Liu, Zihan Gao 외 arxiv

Current Vision-Language-Action (VLA) models predominantly rely on end-to-end fine-tuning. While effective, this paradigm compromises the inherent generalization capabilities of Vision-Language Models (VLMs) and incurs ca…

BridgeData V2: A Dataset for Robot Learning at Scale

2023-08-24 · Homer Walke, Kevin Black, Abraham Lee, Moo Jin Kim 외

We introduce BridgeData V2, a large and diverse dataset of robotic manipulation behaviors designed to facilitate research on scalable robot learning. BridgeData V2 contains 60,096 trajectories collected across 24 environ…

Imitation LearningMulti-Task Learning

RH20T-P: A Primitive-Level Robotic Dataset Towards Composable Generalization Agents

2024-03-28 · Zeren Chen, Zhelun Shi, Xiaoya Lu, Lehan He 외

Achieving generalizability in solving out-of-distribution tasks is one of the ultimate goals of learning robotic manipulation. Recent progress of Vision-Language Models (VLMs) has shown that VLM-based task planners can a…

Motion Planning

Neuro-Symbolic Imitation Learning: Discovering Symbolic Abstractions for Skill Learning

2025-03-27 · Leon Keller, Daniel Tanneberg, Jan Peters

Imitation learning is a popular method for teaching robots new behaviors. However, most existing methods focus on teaching short, isolated skills rather than long, multi-step tasks. To bridge this gap, imitation learning…

Imitation Learning

Robotic self-representation improves manipulation skills and transfer learning

2020-11-13 · Phuong D. H. Nguyen, Manfred Eppe, Stefan Wermter

Cognitive science suggests that the self-representation is critical for learning and problem-solving. However, there is a lack of computational methods that relate this claim to cognitively plausible robots and reinforce…

reinforcement-learningReinforcement Learning (RL)Transfer Learning