paper-with-me

홈 › Papers

Learning Latent Dynamic Robust Representations for World Models

2024-05-10 · Ruixiang Sun, Hongyu Zang, Xin Li, Riashat Islam

Visual Model-Based Reinforcement Learning (MBRL) promises to encapsulate agent's knowledge about the underlying dynamics of the environment, enabling learning a world model as a useful planner. However, top MBRL agents such as Dreamer often struggle with visual pixel-based inputs in the presence of exogenous or irrelevant noise in the observation space, due to failure to capture task-specific features while filtering out irrelevant spatio-temporal details. To tackle this problem, we apply a spatio-temporal masking strategy, a bisimulation principle, combined with latent reconstruction, to capture endogenous task-specific aspects of the environment for world models, effectively eliminating non-essential information. Joint training of representations, dynamics, and policy often leads to instabilities. To further address this issue, we develop a Hybrid Recurrent State-Space Model (HRSSM) structure, enhancing state representation robustness for effective policy learning. Our empirical evaluation demonstrates significant performance improvements over existing methods in a range of visually complex control tasks such as Maniskill \cite{gu2023maniskill2} with exogenous distractors from the Matterport environment. Our code is avaliable at https://github.com/bit1029public/HRSSM.

📄 PDF Abstract BibTeX arXiv:2405.06263

Code (1)

bit1029public/hrssm 공식 구현 pytorch

Tasks

Model-based Reinforcement Learning

Similar Papers 제목 키워드 기반

Latent-WAM: Latent World Action Modeling for End-to-End Autonomous Driving

2026-03-25 · Linbo Wang, Yupeng Zheng, Qiang Chen, Shiwei Li 외 arxiv

We introduce Latent-WAM, an efficient end-to-end autonomous driving framework that achieves strong trajectory planning through spatially-aware and dynamics-informed latent world representations. Existing world-model-base…

Trajectory PlanningAutonomous Driving

DyST: Towards Dynamic Neural Scene Representations on Real-World Videos

2023-10-09 · Maximilian Seitzer, Sjoerd van Steenkiste, Thomas Kipf, Klaus Greff 외

Visual understanding of the world goes beyond the semantics and flat structure of individual images. In this work, we aim to capture both the 3D structure and dynamics of real-world scenes from monocular real-world video…

Sensorimotor World Models: Perception for Action via Inverse Dynamics

2026-06-18 · Petr Ivashkov, Randall Balestriero, Bernhard Schölkopf arxiv

Perception for action suggests that representations of the world should be shaped not by visual fidelity alone, but by their relevance for actions. At the same time, latent JEPA-style world models advocate learning compa…

Contextual Latent World Models for Offline Meta Reinforcement Learning

2026-03-03 · Mohammadreza Nakheai, Aidan Scannell, Kevin Luck, Joni Pajarinen arxiv

Offline meta-reinforcement learning seeks to learn policies that generalize across related tasks from fixed datasets. Context-based methods infer a task representation from transition histories, but learning effective ta…

Representation LearningReinforcement Learning

World2Act: Latent Action Post-Training from World Model Dynamics

2026-03-11 · An Dinh Vuong, Tuan Van Vo, Abdullah Sohail, Haoran Ding 외 arxiv

World Models (WMs) offer a promising mechanism for post-training Vision-Language-Action (VLA) policies by providing dynamics priors that improve generalization under task and scene variation. However, most WM-based post-…