WorldSample: Closed-loop Real-robot RL with World Modelling
TLDR
WorldSample improves real-robot RL by using a world model for synthetic data augmentation and Policy-Paced Learning, boosting success rate by 28% and reducing training steps by 59%.
Reasoning
The paper presents a novel closed-loop framework that integrates real rollouts with a post-trained world model to generate high-fidelity synthetic transitions, addressing high interaction costs. Strengths include significant empirical gains on manipulation tasks and a principled method (PPL) to mitigate hallucination noise. Weaknesses are limited task scope and potential sensitivity to world model quality, though the abstract does not discuss failure cases.
Read-first score
Read-first score 44, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 53.
Field roles
Rank sensitivity
Stability: volatile; rank range: 431.
Keyword Scores
Deep Analysis
Innovations
- Closed-loop real-synthetic loop between physical rollouts, world-model generation, and policy improvement for real-robot RL
- Policy-Paced Learning (PPL) to regulate training via sample selection and scheduling, balancing augmentation against value overestimation and hallucination noise
- Post-trained world model grounded on real rollouts to generate high-fidelity synthetic transitions, reducing visual hallucination
Methodology
WorldSample is a data augmentation framework that uses a world model post-trained on real robot rollouts to generate synthetic transitions, forming a real-synthetic loop. It introduces Policy-Paced Learning to select and schedule these synthetic samples during RL training, mitigating value overestimation and hallucination noise. Evaluated on real-robot contact-rich and precise manipulation tasks against baselines.
Key Results
WorldSample improves policy success rate by 28% and reduces training steps by 59% compared to baselines, while improving world model visual fidelity by 19.4dB PSNR and 0.47 SSIM over demonstration-only post-training.