CVJul 18

PAVXploreRL: Physical-Action-Visual World Model Reinforcement Learning with Action Exploration

arXiv:2607.1660229.2h-index: 8Has Code
Predicted impact top 1% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For embodied AI researchers, this work improves action-conditioned world models' generalization to out-of-distribution actions, but the gains are incremental (5.6%) and build on existing latent world models.

PAVXploreRL introduces a reinforcement learning framework that optimizes world models for physical plausibility, action adherence, and visual fidelity, achieving a 5.6% average gain over pretrained baselines and reducing overestimation bias in policy evaluation.

Action-conditioned world models are a key component of embodied AI, serving as scalable policy evaluators that reduce reliance on expensive real-world rollouts. To accurately capture diverse action-induced dynamics, such models should satisfy three key objectives-Physical Plausibility (P), Action Adherence (A), and Visual Fidelity (V), collectively referred to as PAV-while remaining robust to both in-distribution (ID) expert demonstrations and out-of-distribution (OOD) actions. However, existing methods primarily rely on ID action-video pairs and pixel-level reconstruction losses, which do not explicitly optimize PAV objectives and generalize poorly beyond expert data. To address this, we propose PAVXploreRL, a reinforcement learning framework built on a pretrained latent world model that explicitly optimizes PAV objectives through reward-driven training. To improve action generalization, our method jointly leverages ID trajectories and noise-driven OOD action exploration, without paired video supervision. Experiments show that PAVXploreRL consistently outperforms pretrained baselines, achieving a 5.6% average gain across benchmarks and producing higher-quality PAV properties. As a policy evaluator, it also yields more reliable performance estimates and reduces the overestimation bias of prior expert-only world models such as Ctrl-World. Code: https://github.com/Social-AI-Studio/PAVXploreRL

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes