Маскированная / дискретная диффузия

Работы о зашумлении и восстановлении категориальных состояний. Маскированные токены — лишь часть этого пространства: дискретные переходы не обязательно используют только состояние маски.

Как читать и сравнивать
  • Какие состояния и прямые переходы использует метод?
  • Совпадают ли токенизатор, данные, сэмплер и протокол оценки при сравнении?

D3PM показывает пространство конструкций, но не гарантирует одинаковую эффективность всех переходов для текста.

Наличие кода не гарантирует воспроизводимость. Сверяйте набор данных, метрику, протокол и условия в оригинале.

Исходные работы

Это ориентиры для чтения, а не полный обзор или рейтинг. Ссылки на источники не доказывают их присутствие в текущей подборке.

Связанные темы

Методика отбора

2026-08-31T23:50:31+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Beyond Token Positions: Safety Alignment Across Denoising Steps in Diffusion Language Models

Оригинальная аннотация: Diffusion large language models (dLLMs) generate text through iterative denoising rather than left-to-right decoding. This generation paradigm introduces two axes that can influence safety alignment: when tokens are generated during denoising and where they appear in the response. In this paper, we measure dLLM safety behavior under harmful prompts by tracing intermediate token distributions and commitment decisions throughout denoising. Our analysis shows that refusal signals are concentrated in early denoising steps and leading response positions, and the tokens committed early can strongly

Полезно для: Не указано · Ограничение: Не указано

2026-08-31T15:00:30+00:00 · Маскированная / дискретная диффузия, Рассуждения, Генерация кода · Источник

Оригинальное название: CARVE: Verified Expansion for Variable-Length Generation in Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models predict tokens from a partially observed response canvas, enabling bidirectional conditioning and parallel token refinement. Yet standard masked-diffusion decoders use a rigid inference interface: the number of masked positions allocated to the answer is fixed before generation begins. Choosing this length is difficult. A short canvas can truncate reasoning or code, while a long canvas wastes computation and can perturb denoising. We introduce CARVE (Counterfactual-Aware Reveal with Verified Expansion), a training-free variable-length algorithm for masked diffu

Полезно для: Не указано · Ограничение: Не указано

2026-08-20T14:52:17+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Discrete Diffusion Inference-Time Control with Nested Sequential Monte Carlo

Оригинальная аннотация: We study inference-time control for text generation in discrete diffusion language models, where the goal is to steer sampling toward sequence-level rewards without retraining. Prior work in this domain has focused on particle-based methods such as best-of-$n$ sampling and bootstrap sequential Monte Carlo, which may suffer from overoptimism and weight degeneracy, respectively. We address these limitations using \emph{nested} sequential Monte Carlo methods. We formulate nested SMC (NSMC) and fully-adapted nested SMC (FA-NSMC) for Feynman--Kac steering, identifying and correcting errors in prior

Полезно для: Не указано · Ограничение: Не указано

2026-08-10T10:52:20+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Reducing Pretraining-Generation Mismatch in Diffusion Language Models

Оригинальная аннотация: Autoregressive language models align training and use: generation conditions on a clean prompt, and training predicts future tokens from clean left context. Diffusion language models offer parallel denoising, but native dLLM pretraining can randomly corrupt prompt and continuation tokens together, weakening the clean-prefix interface needed for prompt-conditioned generation. We identify this mismatch for prompt continuation and propose PCD (Prefix-Conditioned Diffusion), a pretraining objective that combines AR prefix supervision with no-shift suffix denoising. At the training-objective level,

Полезно для: Не указано · Ограничение: Не указано

2026-08-08T11:59:38+00:00 · Маскированная / дискретная диффузия, Управляемость · Источник

Оригинальное название: Commitment Before Realization: When Classifier-Free Guidance Becomes Unnecessary in Masked Diffusion Language Models

Оригинальная аннотация: Classifier-free guidance (CFG) is usually kept on throughout masked diffusion language model decoding, although its benefit varies across prompts and over time. We study when CFG is actually needed by comparing, from any partial output, the probability of eventual constraint satisfaction under continued CFG and under base-only continuation. Their difference defines the remaining value of guidance. Guidance dependence is highly prompt-specific. Many prompts already succeed without CFG, while for others it provides no measurable benefit or can be harmful. For prompts that do benefit, the gain is

Полезно для: Не указано · Ограничение: Не указано

2026-08-06T22:34:20+00:00 · Маскированная / дискретная диффузия, Ускорение инференса, Дообучение · Источник

Оригинальное название: Retrofitting Linear Attention into Diffusion Language Models

Оригинальная аннотация: Diffusion language models (dLLMs) offer a promising alternative to autoregressive models by accelerating inference through parallel decoding. Recent dLLMs commonly use blockwise semi-autoregressive decoding, generating blocks autoregressively while denoising tokens within each active block in parallel. However, despite KV caching, each denoising step still attends to all previous blocks, repeatedly incurring prefix-attention cost. Motivated by this bottleneck, we ask whether dLLM inference can be further accelerated by linearizing attention over previous blocks. We introduce block-hybrid atten

Полезно для: Не указано · Ограничение: Не указано

2026-08-06T19:23:32+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Lost in Interpolation: Why Predictive Feedback Fails in Diffusion Language Models

Оригинальная аннотация: Soft-masking accelerates the convergence of Masked Diffusion Language Models (MDLMs). Existing formulations build this blend with linear interpolation (LERP) in the raw embedding space, which implicitly treats that space as Euclidean. We analyze the embedding space of MDLMs and find that the mask and predicted-token embeddings maintain a near-constant angle of (\approx 73^\circ) throughout training, while embedding norms remain essentially flat across vocabulary-frequency rank. These indicate a hyperspherical geometry, for which LERP is the wrong interpolation primitive. We introduce Spherical

Полезно для: Не указано · Ограничение: Не указано

2026-08-04T14:54:14+00:00 · Маскированная / дискретная диффузия, Дообучение · Источник

Оригинальное название: MDLMPE: Distribution Aware Positional Encoding for Masked Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models (MDLMs) enable parallel generation and bidirectional context modeling, but their positional context differs fundamentally from that of autoregressive (AR) models. Whereas AR decoding exposes a contiguous prefix, MDLM denoising produces dynamic, non-contiguous configurations of revealed and masked tokens. Conventional positional encodings such as RoPE capture sequence order and pairwise displacement but remain insensitive to this evolving token-availability structure. To address this limitation, we propose MDLMPE, a positional encoding designed specifically for

Полезно для: Не указано · Ограничение: Не указано

2026-08-04T10:53:02+00:00 · Маскированная / дискретная диффузия, Рассуждения, Дообучение · Источник

Оригинальное название: LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models

Оригинальная аннотация: Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how optimization hyperparameters, compute allocation, and architecture scale for MoE dLLMs, identifying quantitative differences from scaling trends previously reported for AR models. Specifically, for optimization, the optimal nominal batch size grows faster, while the optimal learning rate decays more rapidly with compute. For model--data allocation, IsoFLOP analysis reveals a slig

Полезно для: Не указано · Ограничение: Не указано

2026-08-03T06:59:06+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: REFLEX: Rethinking MoE Inference as Refinement-Aware Compute Allocation in Diffusion Language Models

Оригинальная аннотация: Mixture-of-experts (MoE) models increase parameter capacity by activating only a small subset of experts for each token. This conditional-computation paradigm has enabled autoregressive language models to scale model capacity without a proportional increase in per-token computation. In diffusion language models (DLMs), however, each denoising forward jointly revisits all token positions despite their sharply different refinement demands, while the default fixed token-choice routing assigns them a uniform expert budget, creating a mismatch between expert computation and refinement demand. We ar

Полезно для: Не указано · Ограничение: Не указано

2026-07-30T13:04:47+00:00 · Маскированная / дискретная диффузия, Ускорение инференса, Рассуждения · Источник

Оригинальное название: Where and When to Commit: Candidate-Aware Decoding for Diffusion Language Models

Оригинальная аннотация: Diffusion language models (DLMs) expose a provisional prediction at every denoising step, creating an opportunity for generation-time early exit that stops decoding before the schedule is exhausted. Existing early-exit gates decide termination from fixed-region confidence statistics or schedule-dependent rules, evidence too coarse for a decision that freezes every remaining position at once, so they fire prematurely on long chain-of-thought outputs whose answers stabilize only near the end. Adaptive sampling, the other axis of training-free acceleration, paces how quickly positions commit whil

Полезно для: Не указано · Ограничение: Не указано

2026-07-29T18:46:43+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Beyond the Bidirectional Promise: Re-evaluating the Robustness of Diffusion Language Models

Оригинальная аннотация: Diffusion Language Models (DLMs) offer a compelling alternative to autoregressive (AR) generation by enabling bidirectional context and iterative refinement. However, their reliability under natural input noise and adversarial attacks remains under-explored. To address this, we systematically evaluate DLM robustness and calibration against AR baselines, using two parameter-matched pairs (LLaDA-8B vs. LLaMA-3-8B and Dream-7B vs. Qwen2.5-7B) across 32 natural perturbation conditions, adversarial gradient probes, and mechanistic hidden-state analyses. This paired design effectively isolates archi

Полезно для: Не указано · Ограничение: Не указано

2026-07-28T00:05:43+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

Оригинальная аннотация: Discrete masked diffusion language models support bidirectional generation and infilling, but adapting pretrained autoregressive (AR) transformers requires reconciling causal pretraining with bidirectional denoising. We study this problem at the level of attention rather than claiming AR-weight reuse itself as novel. PreDiff-LM preserves causal attention within the observed prompt while allowing full bidirectional attention within the masked target. Under a matched GPT-2 Medium, WikiText-103, 90K-step setup, this hybrid mask improves unconditional perplexity from 34.1 to 28.7 and MAUVE from 0.

Полезно для: Не указано · Ограничение: Не указано

2026-07-27T11:49:50+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Rethinking the Generation Order of Block Diffusion Language Models

Оригинальная аннотация: Diffusion language models enable flexible arbitrary-order generation, but existing sampling methods are mostly designed for early masked diffusion models (MDMs). In this work, we study sampling for recent block diffusion language models (BDLMs). We show empirically and analytically that these models are naturally more aligned with left-to-right decoding than MDMs. Based on this observation, we propose Parallel Autoregressive Decoding (PARD), a simple training-free sampling method that preserves left-to-right unmasking structure while allowing parallel token commitment. Extensive experiments sh

Полезно для: Не указано · Ограничение: Не указано

2026-07-24T11:14:57+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Neuromorphic Diffusion Language Models: Addressing Compute and Memory Bottlenecks via Sparsity and Block Denoising

Оригинальная аннотация: Autoregressive (AR) large language models (LLMs) are inherently inefficient at inference time because each generated token requires accessing the full set of model parameters, leading to low operational intensity and high energy consumption. Masked diffusion language models (MDLMs) partially address this limitation for memory-bound settings by allowing multiple tokens to be generated per parameter access. In order to further enhance inference efficiency on modern platforms with extensive in-chip memory, this work proposes neuromorphic MDLMs (N-MDLMs), which integrate block diffusion with spike

Полезно для: Не указано · Ограничение: Не указано

2026-07-22T02:35:40+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Multi-Mask Diffusion Language Models for Few-Step Generation

Оригинальная аннотация: Masked diffusion models (MDMs) are a promising family of language generators, but achieving high-quality few-step generation remains challenging. In MDMs, all forward trajectories collapse to a single fully masked state, leaving no terminal entropy for consistency-style few-step generation. While recent few-step alternatives based on uniform-state diffusion avoid this degeneracy, it becomes harder to distinguish clean tokens from noise than MDMs, which usually harms modeling quality and training efficiency. In this work, we propose a multi-mask diffusion model (MultiMDM) that preserves the mas

Полезно для: Не указано · Ограничение: Не указано

2026-07-22T02:35:40+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Multi-Mask Diffusion Language Models for Few-Step Generation

Оригинальная аннотация: Masked diffusion models (MDMs) are a promising family of language generators, but achieving high-quality few-step generation remains challenging. In MDMs, all forward trajectories collapse to a single fully masked state, leaving no terminal entropy for consistency-style few-step generation. While recent few-step alternatives based on uniform-state diffusion avoid this degeneracy, it becomes harder to distinguish clean tokens from noise than MDMs, which usually harms modeling quality and training efficiency. In this work, we propose a multi-mask diffusion model (MultiMDM) that preserves the mas

Полезно для: Не указано · Ограничение: Не указано

2026-07-20T08:05:03+00:00 · Маскированная / дискретная диффузия, Дообучение · Источник

Оригинальное название: FlowBlock: Wavefront-Parallel Decoding for Self-Correcting Diffusion Language Models

Оригинальная аннотация: Block-wise diffusion large language models (dLLMs) decode sequentially at the block level, enabling effective KV-cache reuse across blocks but making inter-block decoding strictly serial. Prior work has attempted to unlock inter-block parallelism through post-training methods, but achieves only modest speedups and often degrades accuracy. We observe that self-correcting dLLMs offer a training-free alternative: token-to-token (T2T) editing can repair tokens drafted with a slightly stale upstream context, so a downstream block requires only an informative draft rather than a finalized predecesso

Полезно для: Не указано · Ограничение: Не указано

2026-07-18T16:25:17+00:00 · Маскированная / дискретная диффузия, Рассуждения, Дообучение · Источник

Оригинальное название: Trace-Based On-Policy Distillation for Masked Diffusion Language Models

Оригинальная аннотация: Diffusion large language models (dLLMs) are a promising alternative to autoregressive generation. However, reasoning-oriented post-training for dLLMs remains challenging. Supervised fine-tuning (SFT) for dLLMs requires dense but often off-policy masked states, while reinforcement learning (RL) relies on sparse rewards or value modeling. This paper proposes \textbf{trace-based on-policy distillation (TOPD)}, a teacher-supervised framework that transfers reasoning ability to a target dLLM without reward estimation. The key idea is to supervise a dLLM on its own denoising trajectory, focusing on

Полезно для: Не указано · Ограничение: Не указано

2026-07-17T12:07:59+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Induction in Both Directions: A Mechanistic Analysis of In-Context Learning in Masked Diffusion Language Models

Оригинальная аннотация: While the internal mechanisms of autoregressive (AR) transformers have been studied extensively, much less is known about diffusion language models (DLMs), an emerging alternative that generates text by iterative denoising. In this work, we study how DLMs implement induction, a mechanism behind in-context learning in which the model finds a repeated context and copies the token that followed it. Our analysis compares attention-only AR models and absorbing-mask DLMs with matched architectures. We find that DLMs learn a bidirectional induction circuit, where previous-token and next-token heads w

Полезно для: Не указано · Ограничение: Не указано

Ещё