Papers
Topics
Authors
Recent
Search
2000 character limit reached

Value Diffusion World Models (Valdi)

Updated 6 July 2026
  • Value Diffusion World Models (Valdi) are diffusion-based models that integrate generative dynamics with value estimation for control and planning in reinforcement learning.
  • They incorporate formulations like DVF and advantage-guided diffusion to steer synthetic rollout sampling towards high-value trajectories and improve policy evaluation.
  • Latent Valdi applies a one-step diffusion process in latent space for efficient model predictive control, balancing multimodal future prediction with low-latency planning.

Searching arXiv for the named Valdi-related papers and closely related diffusion world model work to ground the article. Tool call: arxiv_search{"4query4 Diffusion World Models4\4 OR 4\4 Diffusion for Model-Based Reinforcement Learning4\4 OR 4\4 function estimation using conditional diffusion models for control4\4 Value Diffusion World Models, often abbreviated as “Valdi,” designate a class of diffusion-based world-model formulations in which generative modeling of future states or trajectory segments is coupled to value estimation, policy evaluation, or planning. The name is not limited to a single algorithmic instantiation. In the 4 OR \4query4 OR \4 OR \4^ Diffused Value Function (DVF) work, value estimation is recast as a conditional diffusion-based world model over future states (&&&4query4&&&). In the 4 OR \4query4 OR \46 technical report on Advantage-Guided Diffusion for Model-Based Reinforcement Learning, “Valdi” refers to advantage-guided steering of a diffusion world model during reverse denoising (&&&4\4&&&). In the 4 OR \4query4 OR \46 paper "Valdi: Value Diffusion World Models," the term denotes a latent diffusion dynamics model trained end-to-end for Model Predictive Control (MPC), with reward and value heads used in planning (&&&4 OR \4&&&). Across these usages, the common theme is that diffusion models are used not only for generative dynamics modeling, but also as substrates for value-aware control.

4\4. Terminological scope and research lineage

The term covers at least three closely related but technically distinct formulations.

Formulation Core mechanism Primary setting
DVF Conditional diffusion model for PRESERVED_PLACEHOLDER_4query4^ Value estimation from state sequences
AGD-MBRL / Valdi Reverse-diffusion guidance using PRESERVED_PLACEHOLDER_4\4^ Model-based RL with synthetic rollouts
Valdi Latent diffusion dynamics with learned reward and value for MPC Online planning in CarRacing

DVF is explicitly described as a conditional diffusion–based world model that directly generates future states, and the accompanying description states that, in the language of Value Diffusion World Models, DVF is precisely a Value Diffusion World Model (&&&4query4&&&). This usage foregrounds value estimation through occupancy-measure modeling rather than rollout autoregression or temporal-difference backups.

The AGD-MBRL technical report uses “Valdi” as a name for a framework that steers reverse-diffusion denoising with the agent’s estimated advantage function. Here the defining innovation is not merely diffusion-based trajectory generation, but guidance of that generation by PRESERVED_PLACEHOLDER_4 OR \4^ so that sampling concentrates on trajectories expected to yield higher long-term return beyond the generated window (&&&4\4&&&).

The 4 OR \4query4 OR \46 paper titled "Valdi: Value Diffusion World Models" shifts the emphasis again. It treats Valdi as a latent world model for MPC, combining end-to-end online training with a latent diffusion dynamics model and using a single diffusion step at both training and inference to satisfy low-latency planning constraints (&&&4 OR \4&&&). A plausible implication is that “Valdi” now functions both as a descriptive category and as the title of a specific latent-planning architecture.

4 OR \4. DVF: value estimation as conditional diffusion over future states

DVF begins from the observation that the PRESERVED_PLACEHOLDER_4 OR \4-function can be written via the discounted occupancy measure: Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')]. It then learns a conditional generative model

ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)

by treating st+Δts_{t+\Delta t} as the data to be generated from noise, conditioned on (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi)) (&&&4query4&&&). In this formulation, the diffusion model is the world model: it represents future-state occupancy directly rather than generating one step at a time.

The forward process is a standard Gaussian diffusion with TT timesteps. Writing x0st+Δtx_0\equiv s_{t+\Delta t}, the noising chain is

PRESERVED_PLACEHOLDER_4\4query4^

with PRESERVED_PLACEHOLDER_4\4\4^ after PRESERVED_PLACEHOLDER_4\4 OR \4^ steps. The learned reverse chain is

PRESERVED_PLACEHOLDER_4\4 OR \4^

The description specifies that PRESERVED_PLACEHOLDER_4\44^ is implemented by a Perceiver I/O network that ingests the noisy future state, the conditioning tuple, and the diffusion time index PRESERVED_PLACEHOLDER_4\45, while PRESERVED_PLACEHOLDER_4\46 is either fixed or learned.

Under the common DDPM reparameterization,

PRESERVED_PLACEHOLDER_4\47

and training samples

PRESERVED_PLACEHOLDER_4\48

The diffusion loss is the standard DDPM noise-prediction objective, the reward loss is a regression objective

PRESERVED_PLACEHOLDER_4\49

and the policy loss is a soft actor–critic projection

PRESERVED_PLACEHOLDER_4 OR \4query4^

Policy conditioning PRESERVED_PLACEHOLDER_4 OR \4\4^ can be either a scalar index, such as a training-step identifier, or a sequential embedding of rollout states, with actions included if available. At inference, PRESERVED_PLACEHOLDER_4 OR \4 OR \4^ is estimated by drawing PRESERVED_PLACEHOLDER_4 OR \4 OR \4^ samples from the conditional diffusion model, evaluating a trained reward predictor PRESERVED_PLACEHOLDER_4 OR \44, and averaging them with a discount-dependent prefactor. PRESERVED_PLACEHOLDER_4 OR \45 is then obtained by a one-step backup,

PRESERVED_PLACEHOLDER_4 OR \46

Because PRESERVED_PLACEHOLDER_4 OR \47 in this one-step backup, the diffusion model need not be differentiated through for policy improvement. This separation of dynamics, reward regression, and policy projection is one of the defining structural features of DVF.

4 OR \4. Advantage-guided Valdi: steering diffusion with PRESERVED_PLACEHOLDER_4 OR \48

In AGD-MBRL, Valdi is formulated on an MDP

PRESERVED_PLACEHOLDER_4 OR \49

with a diffusion world model PRESERVED_PLACEHOLDER_4 OR \4query4^ that learns to sample trajectory segments

PRESERVED_PLACEHOLDER_4 OR \4\4^

under the current policy PRESERVED_PLACEHOLDER_4 OR \4 OR \4. The extension is to steer reverse-diffusion denoising steps using the estimated advantage

PRESERVED_PLACEHOLDER_4 OR \4 OR \4^

so that synthetic trajectories are biased toward high-advantage state–action pairs (&&&4\4&&&).

The guided reverse step is written as

PRESERVED_PLACEHOLDER_4 OR \44^

where

PRESERVED_PLACEHOLDER_4 OR \45

and PRESERVED_PLACEHOLDER_4 OR \46 is a guide scale. Two guidance choices are defined.

For Sigmoid Advantage Guidance (SAG), a binary optimality variable PRESERVED_PLACEHOLDER_4 OR \47 is introduced with

PRESERVED_PLACEHOLDER_4 OR \48

Assuming independence over PRESERVED_PLACEHOLDER_4 OR \49,

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].4query4^

so the guided model becomes

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].4\4^

The corresponding guide gradient is

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].4 OR \4^

For Exponential Advantage Guidance (EAG), the cumulative-advantage energy is

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].4 OR \4^

and the reweighted model is

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].4

The guide gradient simplifies to

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].5

The report characterizes SAG as more conservative because the sigmoid saturates at Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].6, whereas EAG aggressively reweights by Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].7. It further sketches a policy-improvement argument under the assumption Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].8. For SAG, the reweighted density induces the policy

Qπ(st,at)=r(st,at)+γEsρπ(st,at)[Vπ(s)].Q^\pi(s_t,a_t)=r(s_t,a_t)+\gamma\cdot \mathbb{E}_{s'\sim \rho^\pi(\cdot\mid s_t,a_t)}[V^\pi(s')].9

and the standard Policy-Improvement Theorem is then invoked to conclude ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)4query4. In the report’s phrasing, guided sampling is sampling under an improved policy up to reweighting, guaranteeing policy improvement in expectation.

Operationally, Valdi interleaves real rollouts under ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)4\4, score-matching updates to ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)4 OR \4, synthetic trajectory sampling with SAG or EAG, and policy plus advantage-estimator updates, for example via Advantage Actor-Critic. The result is a diffusion world model whose imaginary data are explicitly value-biased rather than merely policy-conditioned.

4. Latent Valdi for end-to-end MPC

The 4 OR \4query4 OR \46 paper "Valdi: Value Diffusion World Models" defines a latent world model for a POMDP or MDP in which observations ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)4 OR \4^ are encoded as latent states

ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)4

with ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)5. The objective is to predict future latent sequences ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)6 from ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)7 in order to evaluate candidate action sequences by

ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)8

subject to learned latent dynamics (&&&4 OR \4&&&).

Instead of a deterministic MLP transition, Valdi models

ρθ(st+Δtst,ϕ(π),Δt)\rho_\theta(s_{t+\Delta t}\mid s_t,\phi(\pi),\Delta t)9

with a latent-space diffusion model using the velocity-parameterization of Salimans et al. (4 OR \4query4 OR \4 OR \4). A target encoder st+Δts_{t+\Delta t}4query4, maintained as an EMA of st+Δts_{t+\Delta t}4\4, produces clean latent targets st+Δts_{t+\Delta t}4 OR \4. Given a diffusion index st+Δts_{t+\Delta t}4 OR \4, these are noised by

st+Δts_{t+\Delta t}4

with st+Δts_{t+\Delta t}5 and schedule st+Δts_{t+\Delta t}6.

The diffusion network jointly predicts the velocity

st+Δts_{t+\Delta t}7

and reconstructs denoised latents

st+Δts_{t+\Delta t}8

Training combines four losses: st+Δts_{t+\Delta t}9 Here (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))4query4^ is the velocity-form denoising loss, (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))4\4^ reconstructs (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))4 OR \4^ from (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))4 OR \4^ and (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))4, (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))5 applies a temporal-difference loss on denoised latents, and the SIGReg regularizer (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))6 encourages isotropic latent covariance.

A crucial clarification is given explicitly: the diffusion network (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))7 is not directly weighted by value. Instead, value enters through the TD loss on denoised latents during training and through action-sequence scoring at inference. This sharply distinguishes latent Valdi from advantage-guided denoising, even though both are “value diffusion” formulations.

To meet MPC’s latency requirements, the method uses exactly one denoising step at both training and inference. Inference treats the model as a deterministic 4\4-step DDIM sampler with (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))8. The online loop rolls out episodes using MPC with CEM, stores transitions in a replay buffer, and performs repeated gradient updates. The key hyperparameters reported are (st,Δt,ϕ(π))(s_t,\Delta t,\phi(\pi))9, horizon TT4query4^ world steps, action-chunking of TT4\4^ for TT4 OR \4^ environment steps, CEM population TT4 OR \4, elites TT4, iterations TT5, loss weights TT6, TT7, TT8, TT9, replay size x0st+Δtx_0\equiv s_{t+\Delta t}4query4^ trajectories, batch x0st+Δtx_0\equiv s_{t+\Delta t}4\4, x0st+Δtx_0\equiv s_{t+\Delta t}4 OR \4^ updates per episode, and EMA x0st+Δtx_0\equiv s_{t+\Delta t}4 OR \4.

5. Experimental evidence across control settings

The empirical record attached to Value Diffusion World Models spans value estimation, offline RL, online MBRL, and MPC.

In Mountain Car, DVF was trained for x0st+Δtx_0\equiv s_{t+\Delta t}4 steps and evaluated by Pearson correlation between ground-truth returns, x0st+Δtx_0\equiv s_{t+\Delta t}5, and single-step reward predictions. All pairwise correlations were reported as x0st+Δtx_0\equiv s_{t+\Delta t}6, supporting the claim that the diffusion-based estimate closely matches empirical returns without temporal-difference learning (&&&4query4&&&).

In Maze4 OR \4D (D4RL offline), DVF was tested on two mazes, U-maze and Large maze, using three waypoint planners that induced three data-collection policies. With scalar policy conditioning x0st+Δtx_0\equiv s_{t+\Delta t}7 policy index x0st+Δtx_0\equiv s_{t+\Delta t}8, DVF correctly disentangled three distinct conditional future-state distributions. The report also states that varying x0st+Δtx_0\equiv s_{t+\Delta t}9 naturally samples further along the trajectory, without compounding errors.

In PyBullet Offline RL, DVF was evaluated on four continuous-control tasks with offline data from random, medium-quality, mixed, and SAC-collected datasets. The baselines were Behavior Cloning (BC) and Conservative Q-Learning (CQL), and the metric was normalized return. The reported result is that DVF matches or outperforms BC and CQL, especially on low-quality data labeled “random,” while an ablation found the sequential policy embedding more robust than the scalar embedding when the policy index is unknown or unbounded.

For MuJoCo in AGD-MBRL, the benchmark tasks were Hopper, HalfCheetah, Walker4 OR \4D, and Reacher, with PRESERVED_PLACEHOLDER_4\4query4query4^ million environment steps and diffusion horizon PRESERVED_PLACEHOLDER_4\4query4\4. The architecture used a 4-layer MLP with PRESERVED_PLACEHOLDER_4\4query4 OR \4^ units for diffusion, PRESERVED_PLACEHOLDER_4\4query4 OR \4^ reverse steps, and an actor–critic MLP of PRESERVED_PLACEHOLDER_4\4query44^ for policy and value. Baselines were PolyGRAD, Online Diffuser, PPO, and TRPO (&&&4\4&&&).

Task AGD-EAG AGD-SAG
Hopper PRESERVED_PLACEHOLDER_4\4query45 PRESERVED_PLACEHOLDER_4\4query46
HalfCheetah PRESERVED_PLACEHOLDER_4\4query47 PRESERVED_PLACEHOLDER_4\4query48
Walker4 OR \4D PRESERVED_PLACEHOLDER_4\4query49 PRESERVED_PLACEHOLDER_4\4\4query4^
Reacher PRESERVED_PLACEHOLDER_4\4\4\4^ PRESERVED_PLACEHOLDER_4\4\4 OR \4^

The same report states that training curves show faster convergence and fewer regressions with AGD than with unguided or reward-guided diffusion.

In CarRacing, the latent Valdi paper compares a one-step diffusion dynamics model against a deterministic MLP baseline identical in all respects except the dynamics map PRESERVED_PLACEHOLDER_4\4\4 OR \4. The reported outcome is that both match within run-to-run variance in control performance (&&&4 OR \4&&&). However, increasing the number of inference diffusion steps beyond one makes rollouts visually diverse, with increased LPIPS, while control degrades slightly. The paper also reports value-function diagnostics: at short rollout depths the MLP is slightly more accurate, but near PRESERVED_PLACEHOLDER_4\4\44^ Valdi has smaller PRESERVED_PLACEHOLDER_4\4\45, which the paper states suggests better long-horizon value consistency.

6. Strengths, limitations, and recurrent points of clarification

Several strengths recur across the literature. DVF emphasizes PRESERVED_PLACEHOLDER_4\4\46 long-horizon sampling, avoidance of autoregressive compounding, pre-training on state-only data with no actions or rewards, zero-shot policy evaluation by policy conditioning PRESERVED_PLACEHOLDER_4\4\47, and efficient policy gradients through a one-step PRESERVED_PLACEHOLDER_4\4\48-backup (&&&4query4&&&). AGD-MBRL emphasizes that advantage guidance remedies short-horizon myopia by injecting downstream value information into guided sampling, while requiring no change to the diffusion training objective (&&&4\4&&&). The latent Valdi formulation emphasizes that a one-step latent diffusion model can match a deterministic MLP in control performance while retaining the ability to generate multimodal futures (&&&4 OR \4&&&).

The limitations are equally explicit. DVF works in observation space, which requires careful noise-schedule tuning per domain; it also requires explicit PRESERVED_PLACEHOLDER_4\4\49 conditioning, and in online settings non-stationarity requires re-training or continual adaptation of PRESERVED_PLACEHOLDER_4\4 OR \4query4. AGD-MBRL identifies sensitivity to the guidance scale PRESERVED_PLACEHOLDER_4\4 OR \4\4, critic overestimation, and the trade-off between conservative SAG and more aggressive but critic-sensitive EAG. The latent Valdi paper identifies the possibility that the one-step diffusion approximation may not suffice for more complex dynamics, together with a training–inference schedule mismatch when varying the number of diffusion steps PRESERVED_PLACEHOLDER_4\4 OR \4 OR \4.

A common misconception is that “value diffusion” always means directly weighting the diffusion model by value. The latent Valdi paper explicitly rejects that interpretation: the diffusion network is not directly weighted by value, and value enters through a TD loss on denoised latents plus planner scoring. Another common misconception is that increased multimodality necessarily improves control. The CarRacing experiments instead expose a trade-off: richer multimodality can coexist with worse MPC return.

The proposed extensions also indicate the field’s open directions. DVF suggests latent diffusion, action-conditioned diffusion PRESERVED_PLACEHOLDER_4\4 OR \4 OR \4, contrastive or score-matching objectives to improve sample efficiency, and hierarchical policy embeddings for transfer across controllers. AGD-MBRL suggests practical stabilizers such as annealing PRESERVED_PLACEHOLDER_4\4 OR \44^ or clipping PRESERVED_PLACEHOLDER_4\4 OR \45. The latent Valdi paper suggests multi-step diffusion with distillation to a single-step student and training procedures that permit flexible inference-time diffusion schedules without degrading planning. Taken together, these proposals suggest an emerging research program in which diffusion world models are not merely generative simulators, but value-structured models of controllable uncertainty.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (3)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Value Diffusion World Models (Valdi).