Хронология исследований diffusion LM

Семь работ для понимания различий между методами; отдельно — публикации сохранённого корпуса.

Это избранные ориентиры 2021–2025 годов, а не полная история или рейтинг. Сопоставления ниже не доказывают влияние одной работы на другую.

Дата первой подачи в arXiv задаёт порядок, но не доказывает приоритет, дату первого публичного раскрытия, принятия на конференцию или выхода кода. Пояснения относятся к отдельно указанной версии источника: не все её детали обязательно присутствовали в v1.

К сохранённым публикациям · Наблюдаемые изменения версий и кода · Маршруты изучения

Ориентиры по первоисточникам

  1. Structured Denoising Diffusion Models in Discrete State-Spaces

    · arXiv v1

    D3PM задаёт зашумление матрицами переходов между дискретными состояниями, включая поглощающую маску.

    Ограничения и сопоставление

    Основа для категориальных данных, а не только текста. Выбор переходов нужно проверять для нужных данных.

    Сопоставьте общее семейство дискретных переходов с конструкцией MDLM, специализированной на масках. mdlm.

    Источник пояснения · v3 · Найти в корпусе · Маскированная / дискретная диффузия

  2. Diffusion-LM Improves Controllable Text Generation

    · arXiv v1

    Diffusion-LM восстанавливает вещественные представления слов; непрерывные промежуточные переменные позволяют управлять текстом через градиенты.

    Ограничения и сопоставление

    Непрерывные представления слов не обязательно являются сжатыми латентами автоэнкодера. Управление после декодирования не даёт жёстких гарантий.

    В отличие от дискретного пространства состояний D3PM, здесь траектория восстановления проходит по вещественным векторам. d3pm.

    Источник пояснения · v1 · Найти в корпусе · Управляемость

  3. DiffuSeq: Sequence to Sequence Text Generation with Diffusion Models

    · arXiv v1

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

    Ограничения и сопоставление

    Рассматривайте этот метод как условную Seq2Seq-генерацию. Исходная работа отличается от последующей DiffuSeq-v2.

    Оба подхода используют непрерывные представления; Seq2Seq с условием от исходного текста и градиентное управление атрибутами решают разные задачи. diffusion-lm.

    Источник пояснения · v3 · Найти в корпусе · Управляемость

  4. Discrete Diffusion Modeling by Estimating the Ratios of the Data Distribution

    · arXiv v1

    SEDD вводит score entropy для обучения отношениям вероятностей дискретных состояний и применяет эту цель к языковому моделированию.

    Ограничения и сопоставление

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

    Сопоставьте цель на отношениях вероятностей с выбором матриц перехода в D3PM: это разные компоненты дискретной модели. d3pm.

    Источник пояснения · v3 · Найти в корпусе · Маскированная / дискретная диффузия

  5. Simple and Effective Masked Diffusion Language Models

    · arXiv v1

    MDLM специализирует дискретную диффузию на маскировании и выводит упрощённую смесь потерь маскированной языковой модели, допуская разные способы семплирования.

    Ограничения и сопоставление

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

    Сопоставьте масочную формулировку MDLM с отношениями вероятностей в SEDD: общие дискретные состояния не означают одинаковые функции потерь. sedd.

    Источник пояснения · v2 · Найти в корпусе · Маскированная / дискретная диффузия

  6. Large Language Diffusion Models

    · arXiv v1

    LLaDA обучает Transformer предсказывать маскированные токены на этапах предобучения и supervised fine-tuning; обратная генерация итеративно заполняет маски.

    Ограничения и сопоставление

    Это по-прежнему модель дискретных токенов. Заявленный масштаб и результаты задач не доказывают универсальное превосходство или задержку.

    Оба метода используют маскированные токены; сопоставляйте pre-training/SFT в LLaDA с целью и семплированием MDLM при одинаковых условиях. mdlm.

    Источник пояснения · v3 · Найти в корпусе · Дообучение

  7. Block Diffusion: Interpolating Between Autoregressive and Diffusion Language Models

    · arXiv v1

    Block Diffusion авторегрессионна между блоками и использует дискретную диффузию внутри каждого условного блока.

    Ограничения и сопоставление

    Параллельные обновления токенов внутри блока не устраняют зависимости между блоками. Задержку нужно измерять по сопоставимому протоколу.

    Сопоставьте блочную факторизацию последовательности с масочным восстановлением и полуавторегрессионным семплированием MDLM. mdlm.

    Источник пояснения · v3 · Найти в корпусе · Ускорение инференса

Публикации сохранённого корпуса

Фильтры ниже применяются только к сохранённым публикациям, а не к семи ориентирам выше. Здесь используется дата публикации в UTC; это не дата обнаружения сайтом и не оценка важности. Новые записи появляются после публикации очередного проверенного снимка.

Свежие работы · Методика отбора

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

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

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

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

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

Оригинальное название: Adaptive Multi-Step Lookahead Decoding for Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models (DLMs) enable parallel text generation by iteratively refining masked tokens, offering a promising alternative to autoregressive decoding. Recent lookahead-based decoding methods improve the accuracy--efficiency trade-off by exploring future decoding states before committing token updates. However, existing approaches mainly rely on shallow one-step lookahead, which optimizes immediate information gain but can be suboptimal for longer-horizon decoding trajectories. Meanwhile, we find that a naive extension for deeper lookahead is also ineffective, as fixed-dept

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

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

Оригинальное название: Mask-Aware Policy Gradients for Diffusion Language Models

Оригинальная аннотация: 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-likelihood estimation. Existing approaches approximate this log-likelihood by modeling only the token predictions, ignoring the order in which positions are unmasked during generation. We observe that MDLM generation involves two decisions at each step: what tokens to place at each masked position and which positions to remask. We formalize this as a two-stage action MDP, showing that

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

2026-07-14T14:48:06+00:00 · Маскированная / дискретная диффузия, Ускорение инференса · Источник

Оригинальное название: Accelerating Masked Diffusion Large Language Models: A Survey of Efficient Inference Techniques

Оригинальная аннотация: Diffusion large language models (dLLMs) offer a theoretical advantage in parallel generation over standard autoregressive models. However, parallel generation alone does not guarantee practical speedups. Realizing this efficiency requires specialized inference mechanisms, such as diffusion-aware caching and reuse. Consequently, as inference efficiency becomes a prerequisite for practical deployment, recent research has actively explored acceleration techniques across algorithms, architectures, and systems. However, rigorous comparisons remain difficult, as end-to-end latency stems from intrica

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

2026-07-08T05:48:57+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Constrained Decoding for Diffusion Language Models via Efficient Inference over Finite Automata

Оригинальная аннотация: Constrained decoding is essential for serving LLMs, ensuring that generated outputs follow specific structures such as JSON schema-formatted function calls. Existing systems are designed for autoregressive models and assume left-to-right generation, masking out invalid next tokens at each step. Diffusion language models, however, break this assumption: they sample multiple positions simultaneously from a fully-factorized mean-field distribution at each denoising step. In this paper, we present an exact and tractable algorithm for sampling from the constrained mean-field posterior under any con

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

2026-07-05T19:29:13+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Don't Commit Alone: Joint Token Commitment in Diffusion Large Language Models

Оригинальная аннотация: Diffusion large language models (dLLMs) commit multiple tokens per denoising step by decoding each selected position independently from the shared context; when those positions are dependent, the resulting factorization error is captured by conditional total correlation, which confidence-based selection cannot observe from marginals alone. We propose CoCommit, a marker-gated coordination pass that briefly defers commitment: after the usual bundle selection, a learned marker announces the commit set and the backbone's last-$n$ layers are re-applied so marked positions coordinate -- approxi

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

2026-07-02T22:37:43+00:00 · Ускорение инференса, Длинный контекст · Источник

Оригинальное название: Training Hybrid Block Diffusion Language Models with Partial Bidirectionality

Оригинальная аннотация: High-throughput long-context generation is one of the central challenges for large language models. Generation is typically memory-bandwidth-bound rather than compute-bound: each decoding step must stream the accumulated key/value (KV) cache from memory, so bandwidth demand grows with context length while only one token is emitted. Two parallel approaches have therefore emerged: reducing memory access with efficient attention variants and linear-time mixers such as Mamba, or increasing parallel computation by generating blocks of tokens at once. However, technical challenges arise when combini

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

2026-07-02T06:45:42+00:00 · без темы · Источник

Оригинальное название: Subliminal Clocks: Latent Time Modelling in Diffusion Language Models

Оригинальная аннотация: Diffusion Language Models (DLMs) have recently emerged as a promising alternative to autoregressive models. Unlike standard diffusion-based approaches, DLMs are not explicitly conditioned on a timestep, raising a natural question: do these models internally represent denoising progress, and how is such information used downstream? In this work, we show that DLMs do in fact encode a latent representation related to the diffusion timestep within their residual streams. We find that this signal can be reliably extracted using probes across layers, indicating that denoising progress is decodable f

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

2026-06-30T05:56:18+00:00 · Маскированная / дискретная диффузия, Рассуждения, Дообучение · Источник

Оригинальное название: TAG-DLM: Diffusion Language Models for Text-Attributed Graph Learning

Оригинальная аннотация: Text-attributed graphs (TAGs), where each node carries a natural language description, require models to jointly reason over text and graph topology. Existing approaches often handle the two modalities separately: graph neural networks operate on shallow text features, while hybrids of LLMs and graphs use the language model mainly as a text encoder and delegate structure learning to a separate graph module. We propose method that unifies textual reasoning and graph message passing within a masked diffusion language model, a language model with bidirectional attention and generative decoding. F

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

2026-06-28T08:45:00+00:00 · без темы · Источник

Оригинальное название: Adaptive Block Diffusion: Resolving Training-Inference Mismatch in Diffusion Language Models

Оригинальная аннотация: Diffusion Language Models (DLMs) are typically trained under fixed context structures, restricting denoising to predetermined token subsets. This creates a mismatch between training and inference, where models must operate over arbitrary configurations, leading to degradation off the training grid. We propose Adaptive Block Diffusion (ABD), which resolves this mismatch by optimizing denoising risk over a distribution of prefix-window configurations. By treating the configuration as a stochastic variable, ABD trains a single model over the full configuration space without architectural changes.

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

Назад

Ещё

Даты публичного снимка
Сбор, зафиксированный в снимке
Самая новая публикация по данным снимка
Построение снимка

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