PRISM: Projection-based Reward Integration for Scene-Aware Real-to-Sim-to-Real Transfer with Few Demonstrations
Haowen Sun, Han Wang, Chengzhong Ma, Shaolong Zhang, Jiawei Ye, Xingyu Chen, Xuguang Lan
TL;DR
PRISM addresses the problem of learning robust robotic policies from few demonstrations by constructing scene-consistent simulation environments from a single scene image and a 3D model library. It introduces a projection-based reward model supervised by vision-language models using human-guided object projection relationships, and performs co-training with expert demonstrations to bridge the sim-to-real gap. The framework combines real-to-sim environment generation, multi-view reward labeling, and an action feasibility predictor to achieve robust policy transfer, outperforming imitation-learning baselines and prior VLM-based approaches across six manipulation tasks. This approach enables reliable real-world deployment with limited real data, reducing the need for handcrafted rewards and extensive real-world trials.
Abstract
Learning from few demonstrations to develop policies robust to variations in robot initial positions and object poses is a problem of significant practical interest in robotics. Compared to imitation learning, which often struggles to generalize from limited samples, reinforcement learning (RL) can autonomously explore to obtain robust behaviors. Training RL agents through direct interaction with the real world is often impractical and unsafe, while building simulation environments requires extensive manual effort, such as designing scenes and crafting task-specific reward functions. To address these challenges, we propose an integrated real-to-sim-to-real pipeline that constructs simulation environments based on expert demonstrations by identifying scene objects from images and retrieving their corresponding 3D models from existing libraries. We introduce a projection-based reward model for RL policy training that is supervised by a vision-language model (VLM) using human-guided object projection relationships as prompts, with the policy further fine-tuned using expert demonstrations. In general, our work focuses on the construction of simulation environments and RL-based policy training, ultimately enabling the deployment of reliable robotic control policies in real-world scenarios.
