Process reward models for masked diffusion

DPRM

A Plug-in Token-Ordering Module for Discrete Diffusion Models

Dake Bu1,2 · Wei Huang3,4 · Andi Han5 · Si Wu6 · Hau-San Wong1,* · Qingfu Zhang1 · Taiji Suzuki3,7 · Atsushi Nitanda2,8,*

1City University of Hong Kong 2CFAR and IHPC, A*STAR 3RIKEN AIP 4The Institute of Statistical Mathematics 5University of Sydney 6South China University of Technology 7The University of Tokyo 8Nanyang Technological University

*Corresponding authors

Confidence is an efficient token-order heuristic, but local certainty can be myopic. DPRM uses terminal utility to decide which position should be committed next.

DPRM ranks candidate token positions using confidence and estimated terminal utility.
+13.2%Omni CLIP-L/14
+14.6%PUMA accuracy
+12.9%Countdown Hard
9 hostsone ordering interface

Omni-Diffusion

One token-order change alters the image trajectory

Both rows share the same canvas through step 95. At step 96, confidence commits its lowest-entropy position; DPRM selects a lower-confidence position with higher estimated terminal value.

CLIP-L/14
Confidence0.18661
DPRM0.21125
CLIP-B/32
Confidence0.23836
DPRM0.24854

512 untouched prompts. Paired 95% intervals for both improvements exclude zero.

Nine host settings

Ordering gains across modalities

HostMetricConfidenceDPRM
Omni-DiffusionCLIP-L/140.186610.21125
Omni-DiffusionCLIP-B/320.238360.24854
LLaDA-VRealWorldQA47.35%48.92%
LLaDA-VNumeric / count32.05%41.03%

Seven hosts use the same denoiser-call budget as confidence. Prism estimates verifier-conditioned values during test-time search, while Omni uses five continuations from the current canvas because values learned from earlier prompts did not transfer reliably across unrelated images.

Saved trajectories and controls

What changes when order changes?

Entropy-only and random-order controls do not reproduce the gains. The saved traces instead test whether terminal reward identifies useful uncertain positions rather than merely preferring uncertainty.

Two PUMA reasoning traces comparing confidence and DPRM reveal order.
Reasoning. DPRM reveals wider context, backfills earlier positions, and delays numeric commitment on two DPRM-only GSM8K wins.
LLaDA-V same-canvas intervention showing cone before number.
Visual question answering. Revealing the object word before the numeric slot preserves the context needed for the correct count.
Countdown confidence-bin and token-level diagnostics.
Hard order classes. Confidence selects easy states early; reward tilt restores selected low-confidence regions later.
Theory-facing diagnostics for Countdown, DNA, and VQA.
Mechanism controls. Hard/OOD, shuffled-value, entropy-only, and format-aware controls isolate terminal-utility effects.
Scientific-domain radar charts for protein, cells, molecules, and DNA.
Scientific preferences. Weighted and Tchebycheff rewards expose controllable Pareto responses across four scientific hosts.

Reproducibility

Code, checkpoints, raw records