paper-with-me

Papers

Steering Masked Discrete Diffusion Models via Discrete Denoising Posterior Prediction

2024-10-10 · Jarrid Rector-Brooks, Mohsin Hasan, Zhangzhi Peng, Zachary Quinn, Chenghao Liu, Sarthak Mittal, Nouha Dziri, Michael Bronstein, Yoshua Bengio, Pranam Chatterjee, Alexander Tong, Avishek Joey Bose

Generative modeling of discrete data underlies important applications spanning text-based agents like ChatGPT to the design of the very building blocks of life in protein sequences. However, application domains need to exert control over the generated data by steering the generative process - typically via RLHF - to satisfy a specified property, reward, or affinity metric. In this paper, we study the problem of steering Masked Diffusion Models (MDMs), a recent class of discrete diffusion models that offer a compelling alternative to traditional autoregressive models. We introduce Discrete Denoising Posterior Prediction (DDPP), a novel framework that casts the task of steering pre-trained MDMs as a problem of probabilistic inference by learning to sample from a target Bayesian posterior. Our DDPP framework leads to a family of three novel objectives that are all simulation-free, and thus scalable while applying to general non-differentiable reward functions. Empirically, we instantiate DDPP by steering MDMs to perform class-conditional pixel-level image modeling, RLHF-based alignment of MDMs using text-based rewards, and finetuning protein language models to generate more diverse secondary structures and shorter proteins. We substantiate our designs via wet-lab validation, where we observe transient expression of reward-optimized protein sequences.

📄 PDF Abstract BibTeX arXiv:2410.08134

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Continuously Augmented Discrete Diffusion model for Categorical Generative Modeling

2025-10-01 · Huangjie Zheng, Shansan Gong, Ruixiang Zhang, Tianrong Chen 외 arxiv

Standard discrete diffusion models treat all unobserved states identically by mapping them to an absorbing [MASK] token. This creates an 'information void' where semantic information that could be inferred from unmasked …

Text Generation

ILRR: Inference-Time Steering Method for Masked Diffusion Language Models

2026-01-29 · Eden Avrahami, Eliya Nachmani arxiv

Discrete Diffusion Language Models (DLMs) offer a promising non-autoregressive alternative for text generation, yet effective mechanisms for inference-time control remain relatively underexplored. Existing approaches inc…

Text Generation

Constrained Code Generation with Discrete Diffusion

2026-05-16 · Lize Shao, Michael Cardei, Zichen Xie, Ferdinando Fioretto 외 arxiv

Discrete diffusion models are a powerful, emerging paradigm for code generation. They construct programs through iterative refinement of partially corrupted token sequences and enable parallel token refinement. Important…

Code Generation

Information-Theoretic Discrete Diffusion

2025-10-28 · Moongyu Jeon, Sangwoo Shin, Dongjae Jeon, Albert No arxiv

We present an information-theoretic framework for discrete diffusion models that yields principled estimators of log-likelihood using score-matching losses. Inspired by the I-MMSE identity for the Gaussian setup, we deri…

DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models

2022-11-28 · Zhengfu He, Tianxiang Sun, Kuanning Wang, Xuanjing Huang 외

We present DiffusionBERT, a new generative masked language model based on discrete diffusion models. Diffusion models and many pre-trained language models have a shared training objective, i.e., denoising, making it poss…

DenoisingLanguage ModelingLanguage ModellingText Generation