paper-with-me

홈 › Papers

Model-Based Reinforcement Learning with Isolated Imaginations

2023-03-27 · Minting Pan, Xiangming Zhu, Yitao Zheng, Yunbo Wang, Xiaokang Yang

World models learn the consequences of actions in vision-based interactive systems. However, in practical scenarios like autonomous driving, noncontrollable dynamics that are independent or sparsely dependent on action signals often exist, making it challenging to learn effective world models. To address this issue, we propose Iso-Dream++, a model-based reinforcement learning approach that has two main contributions. First, we optimize the inverse dynamics to encourage the world model to isolate controllable state transitions from the mixed spatiotemporal variations of the environment. Second, we perform policy optimization based on the decoupled latent imaginations, where we roll out noncontrollable states into the future and adaptively associate them with the current controllable state. This enables long-horizon visuomotor control tasks to benefit from isolating mixed dynamics sources in the wild, such as self-driving cars that can anticipate the movement of other vehicles, thereby avoiding potential risks. On top of our previous work, we further consider the sparse dependencies between controllable and noncontrollable states, address the training collapse problem of state decoupling, and validate our approach in transfer learning setups. Our empirical study demonstrates that Iso-Dream++ outperforms existing reinforcement learning models significantly on CARLA and DeepMind Control.

📄 PDF Abstract BibTeX arXiv:2303.14889

Code (1)

panmt/mbrl_with_isolated_imaginations 공식 구현 pytorch

Tasks

Autonomous DrivingmodelModel-based Reinforcement Learningreinforcement-learningReinforcement LearningSelf-Driving CarsTransfer Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

AI for Just Work: Constructing Diverse Imaginations of AI beyond "Replacing Humans"

2025-03-10 · Weina Jin, Nicholas Vincent, Ghassan Hamarneh

"why" we develop AI. Lacking critical reflections on the general visions and purposes of AI may make the community vulnerable to manipulation. In this position paper, we explore the "why" question of AI. We denote answer…

Image Generation

Iso-Dream: Isolating and Leveraging Noncontrollable Visual Dynamics in World Models

2022-05-27 · Minting Pan, Xiangming Zhu, Yunbo Wang, Xiaokang Yang

World models learn the consequences of actions in vision-based interactive systems. However, in practical scenarios such as autonomous driving, there commonly exists noncontrollable dynamics independent of the action sig…

Autonomous DrivingDecision Making

StressDream: Steering Video World Models for Robust Policy Evaluation and Improvement

2026-05-29 · Junwon Seo, Sushant Veer, Ran Tian, Wenhao Ding 외 arxiv

Video world models (WMs) have shown promise for policy evaluation and improvement by imagining realistic future observations conditioned on ego-robot actions. While WMs can model distributions over futures, policy evalua…

Autonomous Driving

Do Visual Imaginations Improve Vision-and-Language Navigation Agents?

2025-03-20 · CVPR 2025 1 · Akhil Perincherry, Jacob Krantz, Stefan Lee

Vision-and-Language Navigation (VLN) agents are tasked with navigating an unseen environment using natural language instructions. In this work, we study if visual representations of sub-goals implied by the instructions …

Vision and Language Navigation

Offline Reinforcement Learning with Reverse Model-based Imagination

2021-10-01 · NeurIPS 2021 12 · Jianhao Wang, Wenzhe Li, Haozhe Jiang, Guangxiang Zhu 외

In offline reinforcement learning (offline RL), one of the main challenges is to deal with the distributional shift between the learning policy and the given dataset. To address this problem, recent offline RL methods at…

Data AugmentationmodelOffline RLreinforcement-learning+2