paper-with-me

Papers

Diffusion-State Policy Optimization for Masked Diffusion Language Models

2026-02-06 · Daisuke Oba, Hiroki Furuta, Naoaki Okazaki arxiv

Masked diffusion language models generate text through iterative masked-token filling, but terminal-only rewards on final completions provide coarse credit assignment for the intermediate filling decisions that shape the generation process. We propose Diffusion-State Policy Optimization (DiSPO), a plug-in credit-assignment layer that directly optimizes intermediate filling decisions. At selected intermediate masked states, DiSPO branches by resampling the currently masked positions from rollout-cached logits, scores the resulting completions, and updates only the newly filled tokens, requiring no additional multi-step diffusion rollouts or optimizer steps. We formalize a fixed-state objective for branched completions and derive a policy-gradient estimator that reuses the same rollouts as terminal-feedback policy optimization. Experiments on LLaDA-8B-Instruct show that DiSPO consistently improves terminal-feedback baselines, including diffu-GRPO and SPG, on math and planning benchmarks under matched rollout compute and optimizer steps, supporting its use as a general plug-in for masked diffusion policy optimization. Our project page is available at https://daioba.github.io/dispo .

📄 PDF Abstract BibTeX arXiv:2602.06462

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

dTRPO: Trajectory Reduction in Policy Optimization of Diffusion Large Language Models

2026-03-19 · Wenxuan Zhang, Lemeng Wu, Changsheng Zhao, Ernie Chang 외 arxiv

Diffusion Large Language Models (dLLMs) introduce a new paradigm for language generation, which in turn presents new challenges for aligning them with human preferences. In this work, we aim to improve the policy optimiz…

A Continuous-Time Reinforcement Learning Framework for Fine-Tuning Discrete Diffusion Models

2026-07-16 · Zikun Zhang, Jiayuan Sheng, David D. Yao, Wenpin Tang arxiv

We formulate reinforcement learning (RL) in continuous time with discrete state spaces and possibly arbitrary action spaces via a stochastic control approach, where the state dynamics are modeled as a controlled continuo…

Mathematical ReasoningReinforcement Learning

Unifying Masked Diffusion Models with Various Generation Orders and Beyond

2026-02-02 · Chunsan Hong, Sanghyun Lee, Jong Chul Ye arxiv

Masked diffusion models (MDMs) are a potential alternative to autoregressive models (ARMs) for language generation, but generation quality depends critically on the generation order. Prior work either hard-codes an order…

Mask-Aware Policy Gradients for Diffusion Language Models

2026-07-16 · Haran Raajesh, Kulin Shah, Adam Klivans, Philipp Krähenbühl arxiv

Reinforcement learning has proven effective for improving reasoning in large language models, but extending it to Masked Diffusion Language Models (MDLMs) remains challenging due to the intractability of the log-likeliho…

Mathematical ReasoningReinforcement Learning

WAM-Diff: A Masked Diffusion VLA Framework with MoE and Online Reinforcement Learning for Autonomous Driving

2025-12-06 · Mingwang Xu, Jiahao Cui, Feipeng Cai, Hanlin Shang 외 arxiv

End-to-end autonomous driving systems based on vision-language-action (VLA) models integrate multimodal sensor inputs and language instructions to generate planning and control signals. While autoregressive large languag…

Visual Question AnsweringReinforcement LearningAutonomous Driving