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

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

22 Feb 2024arXiv:2402.14407archive 2025-07-28

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

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.14407")

Code

Syntology Ran 17 of 18 code samples harvested from 3 repositories linked to this paper; 1 has no recorded run. Of those that ran: 2 ran · violated contract; 2 ran · our draft was wrong; 13 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 5 ran; found in paper text by Syntology: 12 samples from 2 repositories, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tinnerhrhe/VPDD officialmentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 17 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
2ran · our draft was wrong
13ran
1unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Huber tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository ran Apache-2.0 (permissive) · e163906c3cdc2aa6 · report
StateHuber tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository ran Apache-2.0 (permissive) · acf269bb622e8d6a · report
WeightedStateLoss tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository ran Apache-2.0 (permissive) · 43177911c1fd1d18 · report
default_sample_fn tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 8d04d499d75080d0 · report
videoloss tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository ran Apache-2.0 (permissive) · ee809dc4a6634822 · report
DTDiffusion tinnerhrhe/VPDD/diffuser/models/diffusion.py official repository unverified Apache-2.0 (permissive) · 81f1f429fb4a7f3e · report
act_layer peract/peract/helpers/network_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · c99fb7b9654ea364 · report
cache_fn peract/peract/agents/peract_bc/perceiver_lang_io.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 8458f9ba0361ff43 · report
default peract/peract/agents/peract_bc/perceiver_lang_io.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 60fff7c3c400d7ff · report
dict_to_list_of_dicts RLAgent/factor-world/envs/factors/factor_wrapper.py found in paper text by Syntology ran Apache-2.0 (permissive) · 051af9d2e2264347 · report
exists peract/peract/agents/peract_bc/perceiver_lang_io.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · aa5486a3650902d8 · report
find_minimum_difference peract/peract/helpers/demo_loading_utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 0a61ee3eb30e145f · report
full_assets_path_for RLAgent/factor-world/envs/asset_path_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5b55e1bed13f5a58 · report
full_mso_path_for RLAgent/factor-world/envs/asset_path_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · cda51c68aff53692 · report
full_v2_path_for RLAgent/factor-world/envs/asset_path_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 755db90b1e706d42 · report
norm_layer1d peract/peract/helpers/network_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9ed9933be23b28a5 · report
norm_layer2d peract/peract/helpers/network_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · d0264b5831943fb9 · report
sample_without_replacement RLAgent/factor-world/envs/factors/factor_wrapper.py found in paper text by Syntology ran Apache-2.0 (permissive) · 295aa3b49a6888ac · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections