paper-with-me

Papers

Multi-View Masked World Models for Visual Robotic Manipulation

2023-02-05 · Younggyo Seo, Junsu Kim, Stephen James, Kimin Lee, Jinwoo Shin, Pieter Abbeel

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 learn good representations with multi-view data and utilize them for visual robotic manipulation. Specifically, we train a multi-view masked autoencoder which reconstructs pixels of randomly masked viewpoints and then learn a world model operating on the representations from the autoencoder. We demonstrate the effectiveness of our method in a range of scenarios, including multi-view control and single-view control with auxiliary cameras for representation learning. We also show that the multi-view masked autoencoder trained with multiple randomized viewpoints enables training a policy with strong viewpoint randomization and transferring the policy to solve real-robot tasks without camera calibration and an adaptation procedure. Video demonstrations are available at: https://sites.google.com/view/mv-mwm.

📄 PDF Abstract BibTeX arXiv:2302.02408

Code (1)

younggyoseo/MV-MWM 공식 구현 tf

Tasks

Camera CalibrationRepresentation Learning

Similar Papers 제목 키워드 기반

3D-MVP: 3D Multiview Pretraining for Robotic Manipulation

2024-06-26 · Shengyi Qian, Kaichun Mo, Valts Blukis, David F. Fouhey 외

Recent works have shown that visual pretraining on egocentric datasets using masked autoencoders (MAE) can improve generalization for downstream robotics tasks. However, these approaches pretrain only on 2D images, while…

DecoderRobot ManipulationScene Understanding

3D-MVP: 3D Multiview Pretraining for Manipulation

2025-01-01 · CVPR 2025 1 · Shengyi Qian, Kaichun Mo, Valts Blukis, David F. Fouhey 외

Recent works have shown that visual pretraining on egocentric datasets using masked autoencoders (MAE) can improve generalization for downstream robotics tasks. However, these approaches pretrain only on 2D images, w…

DecoderRobot ManipulationScene Understanding

Masked World Models for Visual Control

2022-06-28 · Younggyo Seo, Danijar Hafner, Hao liu, Fangchen Liu 외

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 …

Model-based Reinforcement LearningReinforcement Learning (RL)Representation Learning

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 (…

Viewpoint Matters: Dynamically Optimizing Viewpoints with Masked Autoencoder for Visual Manipulation

2026-02-04 · Pengfei Yi, Yifan Han, Junyan Li, Litao Liu 외 arxiv

Robotic manipulation continues to be a challenge, and imitation learning (IL) enables robots to learn tasks from expert demonstrations. Current IL methods typically rely on fixed camera setups, where cameras are manually…