paper-with-me

Papers

Drifting Objectives for Refining Discrete Diffusion Language Models

2026-05-19 · Daisuke Oba, Hiroki Furuta, Naoaki Okazaki arxiv

Discrete diffusion language models (DDLMs) generate text by iteratively denoising categorical token sequences, while recent drifting methods for continuous generators suggest that part of this sampling-time correction can instead be absorbed into training through an anti-symmetric fixed-point objective. We study how to transfer this principle to DDLMs, where the main challenge is the interface with discrete text: hard token samples are non-differentiable, and categorical predictions do not directly provide continuous samples to drift. We formulate TokenDrift, a drifting objective that lifts categorical predictions to soft-token features, applies anti-symmetric drifting in a frozen semantic space, and backpropagates the resulting stop-gradient feature target to DDLM logits. In controlled continual-training experiments with masked and uniform-state diffusion backbones, TokenDrift improves fixed-NFE generation quality over matched continuation baselines, reducing Gen.-PPL at 4 NFEs by 89% on MDLM and 86% on DUO. These results suggest that drifting can provide a practical refinement objective for DDLMs.

📄 PDF Abstract BibTeX arXiv:2605.19470

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AReUReDi: Annealed Rectified Updates for Refining Discrete Flows with Multi-Objective Guidance

2025-09-30 · Tong Chen, Yinuo Zhang, Pranam Chatterjee arxiv

Designing sequences that satisfy multiple, often conflicting, objectives is a central challenge in therapeutic and biomolecular engineering. Existing generative frameworks largely operate in continuous spaces with single…

Kernel-Gradient Drifting Models

2026-05-11 · Maria Esteban-Casadevall, Jorge Carrasco-Pollo, Max Welling, Jan-Willem van de Meent 외 arxiv

We propose kernel-gradient drifting, a one-step generative modeling framework that replaces the fixed Euclidean displacement direction in drifting models with directions induced by the kernel itself. Standard drifting is…

Support Before Frequency in Discrete Diffusion

2026-05-13 · Adrian Müller, Antoine Gonon, Zebang Shen, Ya-Ping Hsieh 외 arxiv

Discrete diffusion models are increasingly competitive for language modeling, yet it remains unclear how their denoising objectives organize learning. Although these objectives target the full data distribution, we show …

Diffusion-NAT: Self-Prompting Discrete Diffusion for Non-Autoregressive Text Generation

2023-05-06 · Kun Zhou, YiFan Li, Wayne Xin Zhao, Ji-Rong Wen

Recently, continuous diffusion models (CDM) have been introduced into non-autoregressive (NAR) text-to-text generation. However, the discrete nature of text increases the difficulty of CDM to generate coherent and fluent…

DenoisingText Generation

Teacher-Feature Drifting: One-Step Diffusion Distillation with Pretrained Diffusion Representations

2026-05-08 · Yuan Zhang, Chenyi Li, Guoqing Ma, Jiajun Zha 외 arxiv

Sampling from pretrained diffusion and flow-matching models typically requires many forward passes to generate diverse and high-fidelity images. Existing distillation methods often rely on multiple auxiliary networks, ca…