Learning Visual Feature-Based World Models via Residual Latent Action

TL;DR

Proposed Residual Latent Action (RLA) method using DINO residuals to improve world model prediction accuracy and reduce computational costs in multi-task robotics.

cs.CV 🔴 Advanced 2026-05-08 38 views
Xinyu Zhang Zhengtong Xu Yutian Tao Yeping Wang Yu She Abdeslam Boularias
world models visual features robot learning reinforcement learning generative models

Key Findings

Methodology

The study introduces Residual Latent Action (RLA), encoding temporal dynamics via DINO residuals. RLA-WM leverages flow matching in a compact latent space for efficient and accurate predictions, outperforming SOTA methods.

Key Results

  • RLA-WM achieves LPIPS of 0.071 on ManiSkill tasks, a 54.5% improvement over DINO-WM's 0.156.
  • On the IWS dataset, RLA-WM achieves a DINO L1 error of 0.053, outperforming Vid2World's 0.139 while reducing computational costs by nearly three orders of magnitude.
  • RLA-WM achieves a 63.6% success rate on actionless videos, an 8.5% improvement over baseline methods.

Significance

This research addresses challenges in visual feature space prediction, reducing computational overhead and improving accuracy. It enables novel robot learning techniques, including visual RL entirely trained on offline videos.

Technical Contribution

Introduced RLA as a new latent action representation leveraging DINO residuals. Developed RLA-WM, which achieves superior prediction accuracy and efficiency. Proposed two applications: minimalist world action model and visual RL framework.

Novelty

RLA uniquely encodes temporal dynamics via DINO residuals, avoiding regression blurriness. Its compact latent space enables efficient predictions, distinguishing it from generative models.

Limitations

  • RLA-WM is sensitive to training data diversity, potentially underperforming in complex scenarios.
  • Requires pretrained DINO feature extractors, adding deployment complexity.

Future Work

Future work could explore RLA's application in other feature spaces and adapt the model for more complex dynamic scenarios, such as multi-robot collaboration.

AI Executive Summary

Existing world models rely heavily on pixel-level video generation, which is computationally expensive and prone to hallucinations. Predicting in visual feature space offers a more efficient alternative, but direct regression methods often fail in complex scenarios.

This paper introduces Residual Latent Action (RLA), which encodes temporal dynamics via DINO residuals and predicts latent actions using flow matching. The proposed RLA World Model (RLA-WM) achieves superior prediction accuracy while being computationally efficient compared to video generation models.

Experiments demonstrate RLA-WM's effectiveness on ManiSkill and IWS datasets, outperforming baselines in prediction accuracy and efficiency. It also supports two novel robot learning techniques: a minimalist world action model for actionless videos and a visual reinforcement learning framework trained entirely on offline videos. This research lays a strong foundation for future advancements in robot learning.

Deep Analysis

Background

World models predict future states from observations and actions, playing a key role in robot learning. Existing methods often rely on pixel-level video generation, such as VAE and diffusion models, which are computationally expensive and prone to hallucinations. Visual feature-based models, like DINO-WM, offer a more efficient alternative but struggle in complex scenarios.

Core Problem

Direct regression in feature space leads to blurry or collapsed predictions, while generative modeling faces challenges due to high-dimensional feature spaces. Efficient and accurate prediction in complex scenarios remains an unsolved problem.

Innovation

Introduced Residual Latent Action (RLA), which encodes temporal dynamics via DINO residuals, avoiding regression blurriness. Combined with flow matching, RLA-WM achieves efficient predictions in a compact latent space. Enabled novel robot learning techniques using offline videos.

Methodology

  • �� RLA encodes temporal dynamics via DINO residuals, trained with an autoencoder to reconstruct future features.
  • �� RLA-WM predicts latent actions using flow matching and decodes future states from current states and RLA.
  • �� Supports two applications: minimalist world action model and visual reinforcement learning framework.

Experiments

Evaluated on ManiSkill and IWS datasets using metrics like LPIPS, SSIM, and DINO L1. Designed experiments across multi-task scenarios and actionless video learning.

Results

RLA-WM achieves LPIPS of 0.071 on ManiSkill tasks, a 54.5% improvement over DINO-WM. On IWS, it achieves DINO L1 error of 0.053, outperforming Vid2World while reducing computational costs by nearly three orders of magnitude.

Applications

Applicable to robotic manipulation tasks, such as object handling and tool use. Extensible to autonomous driving and industrial automation, reducing reliance on online interaction and manual rewards.

Limitations & Outlook

Sensitive to training data diversity, potentially underperforming in complex scenarios. Requires pretrained DINO feature extractors, adding deployment complexity.

Plain Language Accessible to non-experts

Imagine you're building a LEGO castle. DINO features are like LEGO bricks, and direct regression is like trying to build the castle all at once, leading to a messy result. RLA acts like a step-by-step instruction manual, guiding you through each stage. RLA-WM is like a smart assistant that ensures every step is accurate and efficient, helping you build the perfect castle.

ELI14 Explained like you're 14

Think of playing Minecraft and building a huge castle. Direct regression is like placing all blocks randomly, leading to chaos. RLA is like a smart helper that plans each step for you, ensuring the castle looks amazing! Cool, right?

Glossary

Residual Latent Action

Encodes temporal dynamics via DINO residuals for predicting future states.

Core representation for training RLA-WM.

DINO

A visual feature extractor generating high-dimensional semantic features.

Used to encode video frame features.

Flow Matching

A generative modeling technique predicting velocity in latent space.

Used in RLA-WM for latent action prediction.

LPIPS

Evaluates perceptual similarity between images, measuring prediction quality.

Used in experiments to compare model accuracy.

ManiSkill

A simulation dataset for robotic manipulation tasks.

One of the primary datasets for model evaluation.

Open Questions Unanswered questions from this research

  • 1 How to optimize RLA for more complex scenarios?
  • 2 Can RLA be extended to other visual feature spaces?

Applications

Immediate Applications

Robotic task optimization

Enhances prediction accuracy and efficiency for robotic manipulation tasks.

Learning from actionless videos

Supports robot policy learning from unlabeled videos, reducing annotation needs.

Long-term Vision

Industrial automation

Transforms workflows using visual feature-based world models for efficiency.

Abstract

World models predict future transitions from observations and actions. Existing works predominantly focus on image generation only. Visual feature-based world models, on the other hand, predict future visual features instead of raw video pixels, offering a promising alternative that is more efficient and less prone to hallucination. However, current feature-based approaches rely on direct regression, which leads to blurry or collapsed predictions in complex interactions, while generative modeling in high-dimensional feature spaces still remains challenging. In this work, we discover that a new type of latent action representation, which we refer to as *Residual Latent Action* (RLA), can be easily learned from DINO residuals. We also show that RLA is predictive, generalizable, and encodes temporal progression. Building on RLA, we propose *RLA World Model* (RLA-WM), which predicts RLA values via flow matching. RLA-WM outperforms both state-of-the-art feature-based and video-diffusion world models on simulation and real-world datasets, while being orders of magnitude faster than video diffusion. Furthermore, we develop two robot learning techniques that use RLA-WM to improve policy learning. The first one is a minimalist world action model with RLA that learns from actionless demonstration videos. The second one is the first visual RL framework trained entirely inside a world model learned from offline videos only, using a video-aligned reward and no online interactions or handcrafted rewards. Project page: https://mlzxy.github.io/rla-wm

cs.CV cs.AI cs.LG cs.RO