paper-with-me

Papers

MuDreamer: Learning Predictive World Models without Reconstruction

2024-05-23 · Maxime Burchi, Radu Timofte

The DreamerV3 agent recently demonstrated state-of-the-art performance in diverse domains, learning powerful world models in latent space using a pixel reconstruction loss. However, while the reconstruction loss is essential to Dreamer's performance, it also necessitates modeling unnecessary information. Consequently, Dreamer sometimes fails to perceive crucial elements which are necessary for task-solving when visual distractions are present in the observation, significantly limiting its potential. In this paper, we present MuDreamer, a robust reinforcement learning agent that builds upon the DreamerV3 algorithm by learning a predictive world model without the need for reconstructing input signals. Rather than relying on pixel reconstruction, hidden representations are instead learned by predicting the environment value function and previously selected actions. Similar to predictive self-supervised methods for images, we find that the use of batch normalization is crucial to prevent learning collapse. We also study the effect of KL balancing between model posterior and prior losses on convergence speed and learning stability. We evaluate MuDreamer on the commonly used DeepMind Visual Control Suite and demonstrate stronger robustness to visual distractions compared to DreamerV3 and other reconstruction-free approaches, replacing the environment background with task-irrelevant real-world videos. Our method also achieves comparable performance on the Atari100k benchmark while benefiting from faster training.

📄 PDF Abstract BibTeX arXiv:2405.15083

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Joint Embedding Predictive Architectures Focus on Slow Features

2022-11-20 · Vlad Sobal, Jyothir S V, Siddhartha Jalagam, Nicolas Carion 외

Many common methods for learning a world model for pixel-based environments use generative architectures trained with pixel-level reconstruction objectives. Recently proposed Joint Embedding Predictive Architectures (JEP…

Video Generation with Predictive Latents

2026-05-04 · Yian Zhao, Feng Wang, Qiushan Guo, Chang Liu 외 arxiv

Video Variational Autoencoder (VAE) enables latent video generative modeling by mapping the visual world into compact spatiotemporal latent spaces, improving training efficiency and stability. While existing video VAEs a…

Video ReconstructionVideo Generation

What Makes Video World Model Latents Action-Relevant: Prediction over Reconstruction

2026-06-05 · Jewon Yeom, Hanseul Kim, Jeongjae Park, Sungmok Jung 외 arxiv

Video world models are increasingly used to provide predictive visual representations, yet it remains unclear which pretraining signals induce action-relevant structure in their latent spaces. We study this question thro…

Next Embedding Prediction Makes World Models Stronger

2026-03-03 · George Bredis, Nikita Balagansky, Daniil Gavrilov, Ruslan Rakhimov arxiv

Capturing temporal dependencies is critical for model-based reinforcement learning (MBRL) in partially observable, high-dimensional domains. We introduce NE-Dreamer, a decoder-free MBRL agent that leverages a temporal tr…

Reinforcement LearningSpatial Reasoning

RGB-Only Reconstruction of Tabletop Scenes for Collision-Free Manipulator Control

2022-10-21 · Zhenggang Tang, Balakumar Sundaralingam, Jonathan Tremblay, Bowen Wen 외

We present a system for collision-free control of a robot manipulator that uses only RGB views of the world. Perceptual input of a tabletop scene is provided by multiple images of an RGB camera (without depth) that is ei…

3D geometryModel Predictive ControlNeRF