paper-with-me

Papers

Masked World Models for Visual Control

2022-06-28 · Younggyo Seo, Danijar Hafner, Hao liu, Fangchen Liu, Stephen James, Kimin Lee, Pieter Abbeel

Visual model-based reinforcement learning (RL) has the potential to enable sample-efficient robot learning from visual observations. Yet the current approaches typically train a single model end-to-end for learning both visual representations and dynamics, making it difficult to accurately model the interaction between robots and small objects. In this work, we introduce a visual model-based RL framework that decouples visual representation learning and dynamics learning. Specifically, we train an autoencoder with convolutional layers and vision transformers (ViT) to reconstruct pixels given masked convolutional features, and learn a latent dynamics model that operates on the representations from the autoencoder. Moreover, to encode task-relevant information, we introduce an auxiliary reward prediction objective for the autoencoder. We continually update both autoencoder and dynamics model using online samples collected from environment interaction. We demonstrate that our decoupling approach achieves state-of-the-art performance on a variety of visual robotic tasks from Meta-world and RLBench, e.g., we achieve 81.7% success rate on 50 visual robotic manipulation tasks from Meta-world, while the baseline achieves 67.9%. Code is available on the project website: https://sites.google.com/view/mwm-rl.

📄 PDF Abstract BibTeX arXiv:2206.14244

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Multi-View Masked World Models for Visual Robotic Manipulation

2023-02-05 · Younggyo Seo, Junsu Kim, Stephen James, Kimin Lee 외

Visual robotic manipulation research and applications often use multiple cameras, or views, to better perceive the world. How else can we utilize the richness of multi-view data? In this paper, we investigate how to lear…

Camera CalibrationRepresentation Learning

Masked Visual Actions for Unified World Modeling

2026-07-21 · Hadi Alzayer, Wenlong Huang, Haonan Chen, Christopher Luey 외 hf

Video models absorb rich priors over how the visual world moves, interacts, and responds to contact, making them promising substrates for robotic world modeling. The central challenge is how to communicate action to such…

Decision Making

Masked Visual Pre-training for Motor Control

2022-03-11 · Tete Xiao, Ilija Radosavovic, Trevor Darrell, Jitendra Malik

This paper shows that self-supervised visual pre-training from real-world images is effective for learning motor control tasks from pixels. We first train the visual representations by masked modeling of natural images. …

Robot Manipulation GeneralizationState Estimation

Real-World Robot Learning with Masked Visual Pre-training

2022-10-06 · Ilija Radosavovic, Tete Xiao, Stephen James, Pieter Abbeel 외

In this work, we explore self-supervised visual pre-training on images from diverse, in-the-wild videos for real-world robotic tasks. Like prior work, our visual representations are pre-trained via a masked autoencoder (…

LanGWM: Language Grounded World Model

2023-11-29 · Rudra P. K. Poudel, Harit Pandya, Chao Zhang, Roberto Cipolla

Recent advances in deep reinforcement learning have showcased its potential in tackling complex tasks. However, experiments on visual control tasks have revealed that state-of-the-art reinforcement learning models strugg…

Deep Reinforcement LearningmodelModel-based Reinforcement LearningOut-of-Distribution Generalization+3