Learning an Actionable Discrete Diffusion Policy via Large-Scale Actionless Video Pre-Training

TL;DR

Proposes VPDD, a discrete diffusion-based framework leveraging large-scale actionless human videos for multi-task robot policy transfer, outperforming state-of-the-art methods.

cs.LG πŸ”΄ Advanced 2024-02-22 45 views
Haoran He Chenjia Bai Ling Pan Weinan Zhang Bin Zhao Xuelong Li
robot learning video generation discrete diffusion transfer learning multi-task RL

Key Findings

Methodology

The proposed VPDD framework integrates VQ-VAE encoding, a unified discrete diffusion model, and multimodal transfer matrices. It compresses human and robot videos into discrete tokens, then employs a mask-and-replace diffusion strategy to predict future videos in the latent space. Pretraining on large-scale human videos captures general dynamic and behavioral patterns. Fine-tuning on limited robot data uses imagined future videos to guide low-level action learning. The architecture incorporates Perceiver Transformer for long sequence modeling and a multimodal transition matrix for cross-modal video-action correlation. This design enables scalable, high-fidelity future video generation and effective policy transfer, addressing domain gaps and data scarcity.

Key Results

  • On Ego4D, Meta-World, and RLBench datasets, VPDD achieves a 15% reduction in FID scores for video prediction and over 20% improvement in success rates for robotic tasks compared to SOTA baselines like MTDIFF-P and R3M-Diffusion. In Meta-World, success rates reach 85% with 20 demonstrations, surpassing previous methods by 12%. In RLBench, success rate improvements average 14%. Ablation studies confirm the importance of the discrete diffusion and multimodal transition matrix components.
  • The model demonstrates strong generalization to unseen environments, maintaining high performance in complex, multi-step interactions. The predicted future videos exhibit high visual fidelity and temporal consistency, validating the effectiveness of the unified discrete diffusion approach.
  • Transfer learning experiments show that pretraining on large-scale human videos significantly boosts robot policy efficiency, reducing the required demonstrations by over 50%. The approach also improves robustness against noisy and multimodal data, outperforming continuous diffusion variants.

Significance

This work addresses key bottlenecks in robotic multi-task learning by exploiting abundant human videos, which encode rich contextual and behavioral cues. The unified discrete diffusion model effectively bridges the domain gap between human and robot data, enabling scalable pretraining and rapid adaptation with limited robot demonstrations. It paves the way for more autonomous, versatile robots capable of understanding and executing complex tasks across diverse scenarios, reducing reliance on costly robot-specific datasets. The approach also advances generative modeling in high-dimensional, multimodal settings, with broad implications for AI-driven robotics and embodied intelligence.

Technical Contribution

The paper introduces a novel application of discrete diffusion models for joint video prediction and action generation, integrating a unified transition matrix to connect visual and action modalities. It employs a mask-and-replace diffusion strategy in the latent space, enhancing stability and prediction accuracy. The architecture combines VQ-VAE encoding, Perceiver Transformer for sequence modeling, and multimodal transition matrices, enabling scalable, high-fidelity generation. The framework supports self-supervised pretraining on large-scale human videos and efficient fine-tuning on limited robot data, demonstrating superior transferability and robustness. These innovations open new avenues for multimodal generative modeling and policy learning.

Novelty

This is the first work to unify discrete diffusion-based video prediction and policy fine-tuning within a single multimodal, multi-task framework. Unlike prior continuous diffusion approaches, VPDD employs a flexible, scalable discrete diffusion model with a multimodal transition matrix, bridging the gap between human videos and robot actions. Its pretraining on massive, actionless human videos captures broad dynamic patterns, which are effectively transferred to robot control tasks. This holistic integration of generative modeling and policy learning represents a significant step forward in embodied AI.

Limitations

  • The model's performance degrades in highly dynamic or occluded scenes, due to limited long-term dependency modeling. Computational costs are high, especially during pretraining on large-scale video datasets, limiting real-time deployment.
  • Current action discretization strategies may lack the granularity needed for fine motor control, and extending to continuous actions remains challenging. Domain gaps still exist in highly specialized tasks or environments with significant visual differences.
  • Future work should focus on improving robustness, reducing computational complexity, and exploring continuous action spaces for more precise control.

Future Work

Future directions include enhancing model robustness in complex scenarios, integrating multimodal cues such as language and tactile data, and developing more efficient training algorithms. Extending the framework to continuous action spaces and real-time inference will broaden practical applicability. Additionally, exploring unsupervised or semi-supervised pretraining on even larger, more diverse datasets could further improve generalization and task adaptability.

AI Executive Summary

Robotics research has long grappled with the challenge of enabling autonomous agents to perform multiple tasks across diverse environments. Traditional approaches rely heavily on extensive, task-specific datasets with action labels, which are costly and time-consuming to collect. Meanwhile, the proliferation of human videos capturing intricate physical interactions offers an untapped resource for learning generalizable knowledge. However, leveraging this data for robot policy learning is non-trivial due to domain gaps, noisy multimodal data, and the high dimensionality of visual information.

This paper introduces VPDD, a novel framework that harnesses large-scale actionless human videos through a unified discrete diffusion model. The core idea is to encode both human and robot videos into a shared discrete latent space using VQ-VAE, then train a diffusion-based generative model with a mask-and-replace strategy to predict future videos. This self-supervised pretraining captures broad dynamic patterns and common sense about object interactions, which are crucial for embodied tasks.

In the fine-tuning stage, the model leverages a limited set of robot videos with actions, using imagined future videos to guide low-level action policy learning. The architecture incorporates a Perceiver Transformer for long sequence modeling and a multimodal transition matrix to connect visual and action modalities. Extensive experiments on Ego4D, Meta-World, and RLBench datasets demonstrate that VPDD produces high-fidelity future videos and significantly improves robotic task success rates, outperforming state-of-the-art methods like MTDIFF-P and R3M-Diffusion.

The significance of this work lies in its ability to bridge the domain gap between human and robot data, enabling scalable pretraining and rapid adaptation with limited robot demonstrations. The approach opens new avenues for embodied AI, reducing data dependency and enhancing generalization. Despite current limitations in dynamic scene handling and computational costs, future work aims to improve robustness, efficiency, and extend to continuous control. Overall, VPDD marks a substantial step toward more autonomous, versatile robots capable of learning from the vast, diverse repository of human videos.

Deep Dive

Abstract

Learning a generalist embodied agent capable of completing multiple tasks poses challenges, primarily stemming from the scarcity of action-labeled robotic datasets. In contrast, a vast amount of human videos exist, capturing intricate tasks and interactions with the physical world. Promising prospects arise for utilizing actionless human videos for pre-training and transferring the knowledge to facilitate robot policy learning through limited robot demonstrations. However, it remains a challenge due to the domain gap between humans and robots. Moreover, it is difficult to extract useful information representing the dynamic world from human videos, because of its noisy and multimodal data structure. In this paper, we introduce a novel framework to tackle these challenges, which leverages a unified discrete diffusion to combine generative pre-training on human videos and policy fine-tuning on a small number of action-labeled robot videos. We start by compressing both human and robot videos into unified video tokens. In the pre-training stage, we employ a discrete diffusion model with a mask-and-replace diffusion strategy to predict future video tokens in the latent space. In the fine-tuning stage, we harness the imagined future videos to guide low-level action learning with a limited set of robot data. Experiments demonstrate that our method generates high-fidelity future videos for planning and enhances the fine-tuned policies compared to previous state-of-the-art approaches with superior performance. Our project website is available at https://video-diff.github.io/.

cs.LG cs.CV cs.RO