paper-with-me

홈 › Papers

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

2024-02-22 · Haoran He, Chenjia Bai, Ling Pan, Weinan Zhang, Bin Zhao, Xuelong Li

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/.

📄 PDF Abstract BibTeX arXiv:2402.14407

Code (1)

tinnerhrhe/VPDD 공식 구현 jax

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Reinforcement Learning with Discrete Diffusion Policies for Combinatorial Action Spaces

2025-09-26 · Haitong Ma, Ofir Nabati, Aviv Rosenberg, Bo Dai 외 arxiv

Reinforcement learning (RL) struggles to scale to large, combinatorial action spaces common in many real-world problems. This paper introduces a novel framework for training discrete diffusion models as highly effective …

Reinforcement Learning

Fine-Tuning Discrete Diffusion Models with Policy Gradient Methods

2025-02-03 · Oussama Zekri, Nicolas Boullé

Discrete diffusion models have recently gained significant attention due to their ability to process complex discrete structures for language modeling. However, fine-tuning these models with policy gradient methods, as i…

Language ModelingLanguage ModellingPolicy Gradient Methods

Guidance Is Not a Hyperparameter: Learning Dynamic Control in Diffusion Language Models

2026-05-08 · Fan Zhou, Tim Van de Cruys arxiv

Classifier-Free Guidance (CFG) is a widely used mechanism for controlling diffusion-based generative models, yet its guidance scale is typically treated as a fixed hyperparameter throughout generation. This static design…

Reinforcement Learning

Discrete diffusion samplers and bridges: Off-policy algorithms and applications in latent spaces

2026-02-05 · Arran Carter, Sanghyeok Choi, Kirill Tamogashev, Víctor Elvira 외 arxiv

Sampling from a distribution $p(x) \propto e^{-\mathcal{E}(x)}$ known up to a normalising constant is an important and challenging problem in statistics. Recent years have seen the rise of a new family of amortised sampl…

CHDP: Cooperative Hybrid Diffusion Policies for Reinforcement Learning in Parameterized Action Space

2026-01-09 · Bingyi Liu, Jinbo He, Haiyong Shi, Enshu Wang 외 arxiv

Hybrid action space, which combines discrete choices and continuous parameters, is prevalent in domains such as robot control and game AI. However, efficiently modeling and optimizing hybrid discrete-continuous action sp…

Reinforcement Learning