paper-with-me

Papers

WorldSample: Closed-loop Real-robot RL with World Modelling

2026-07-02 · Yuquan Xue, Le Xu, Zeyi Liu, Zhenyu Wu, Zhengyi Gu, Xinyang Song, Bofang Jia, Ziwei Wang arxiv

Reinforcement learning (RL) can overcome the demonstration-coverage limitation of imitation learning (IL) by allowing robots to improve through trial-and-error interaction beyond the states observed in demonstrations. However, deploying RL on real robots remains constrained by high interaction costs, since each physical rollout is costly and reflects only one realized action-outcome path. To address this challenge, we propose WorldSample, a physically grounded data augmentation framework for real-robot RL that closes a real-synthetic loop between physical rollouts, world-model generation, and policy improvement. Grounded on real rollouts, WorldSample generates high-fidelity synthetic transitions through a post-trained world model, which greatly lowers the visual hallucination. Specifically, rather than simply using these transitions as real-world experience, WorldSample introduces Policy-Paced Learning (PPL) to regulate the training process through sample selection and scheduling, balancing useful augmentation against value overestimation and mitigating the hallucination-induced noise. Experiments on robot manipulation tasks involving contact-rich and precise tasks show that WorldSample improves policy success rate by 28% while reducing training steps by 59% compared with baselines. Furthermore, WorldSample improves world model visual fidelity by 19.4dB in PSNR and 0.47 in SSIM over demonstration-only post-training, validating the effectiveness of the real-synthetic loop for both policy and world model performance.

📄 PDF Abstract BibTeX arXiv:2607.02431

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningRobot ManipulationData Augmentation

Similar Papers 제목 키워드 기반

PiL-World: A Chunk-Wise World Model for VLA Policy-in-the-Loop Evaluation

2026-06-04 · Chong Ma, Taiyi Su, Jian Zhu, Jianjun Zhang 외 arxiv

Vision-language-action (VLA) policies operate in a closed loop in real-world robot tasks: a robot observes the scene, executes an action chunk, and conditions its next decision on the resulting observation. However, most…

Video Generation

GE-Sim 2.0: A Roadmap Towards Comprehensive Closed-loop Video World Simulators for Robotic Manipulation

2026-05-26 · Boxiang Qiu, Liliang Chen, Yue Liao, Nan Wang 외 arxiv

We introduce GE-Sim 2.0 (Genie Envisioner World Simulator 2.0), a closed-loop video world simulator for robotic manipulation. Building on the action-conditioned video generation framework of Genie Envisioner, GE-Sim 2.0 …

Video Generation

Closed-Loop Open-Vocabulary Mobile Manipulation with GPT-4V

2024-04-16 · Peiyuan Zhi, Zhiyuan Zhang, Yu Zhao, Muzhi Han 외

Autonomous robot navigation and manipulation in open environments require reasoning and replanning with closed-loop feedback. In this work, we present COME-robot, the first closed-loop robotic system utilizing the GPT-4V…

Instruction FollowingMultimodal ReasoningRobot NavigationTask Planning

NavWAM: A Navigation World Action Model for Goal-Conditioned Visual Navigation

2026-06-11 · Daichi Azuma, Taiki Miyanishi, Koya Sakamoto, Shuhei Kurita 외 arxiv

Goal-conditioned visual navigation requires a robot to act under partial observability by anticipating how its motion will change the future egocentric view and whether that change brings it closer to the goal. Navigatio…

Visual Navigation

HoloAgent-0: A Unified Embodied Agent Framework with 3D Spatial Memory

2026-06-22 · Xiaolin Zhou, Liu Liu, Tingyang Xiao, Wei Feng 외 arxiv

LLM agents follow a practical execution loop in digital environments: they reason over structured states, invoke tools, inspect feedback, and revise actions. Extending this loop to physical robots is difficult because ph…