GenSim2: Scaling Robot Data Generation with Multi-modal and Reasoning LLMs
Pu Hua, Minghuan Liu, Annabella Macaluso, Yunfeng Lin, Weinan Zhang, Huazhe Xu, Lirui Wang
TL;DR
GenSim2 tackles the challenge of scalable robotic data generation and sim-to-real transfer for complex articulated tasks by combining coding multi-modal LLMs with planning and RL solvers to generate diverse tasks and demonstrations. It introduces a Proprioceptive Point-cloud Transformer (PPT) policy that learns from simulated demonstrations and transfers zero-shot to the real world, achieving notable gains when combined with real data. The framework demonstrates generation of over 100 articulated tasks across hundreds of object instances and shows a 20% improvement when co-training with real-world data, highlighting reduced data collection burden and improved policy performance. The work advances scalable, realistic robotic data pipelines and offers a practical pathway toward more generalizable sim-to-real robotics systems.
Abstract
Robotic simulation today remains challenging to scale up due to the human efforts required to create diverse simulation tasks and scenes. Simulation-trained policies also face scalability issues as many sim-to-real methods focus on a single task. To address these challenges, this work proposes GenSim2, a scalable framework that leverages coding LLMs with multi-modal and reasoning capabilities for complex and realistic simulation task creation, including long-horizon tasks with articulated objects. To automatically generate demonstration data for these tasks at scale, we propose planning and RL solvers that generalize within object categories. The pipeline can generate data for up to 100 articulated tasks with 200 objects and reduce the required human efforts. To utilize such data, we propose an effective multi-task language-conditioned policy architecture, dubbed proprioceptive point-cloud transformer (PPT), that learns from the generated demonstrations and exhibits strong sim-to-real zero-shot transfer. Combining the proposed pipeline and the policy architecture, we show a promising usage of GenSim2 that the generated data can be used for zero-shot transfer or co-train with real-world collected data, which enhances the policy performance by 20% compared with training exclusively on limited real data.
