Работы о diffusion LM за 2026 год

Не полный каталог: здесь показаны профильные публикации, сохранённые в публичном корпусе. Число работ не измеряет качество или важность метода.

UTC: .

Профильных работ по текущим фильтрам: 62.

По месяцам и темам
МесяцРабот
Январь0
Февраль0
Март0
Апрель0
Май14
Июнь22
Июль16
Август10
Сентябрь0

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

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

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-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-28T05:53:45+00:00 · Маскированная / дискретная диффузия, Ускорение инференса, Дообучение · Источник

Оригинальное название: Multi-Block Diffusion Language Models

Оригинальная аннотация: Block Diffusion Language Models (BD-LMs) improve diffusion-based text generation with KV caching and flexible-length generation. A natural next step is to extend them from Single-Block Diffusion (SingleBD) to Multi-Block Diffusion (MultiBD), where a running-set of consecutive blocks is decoded concurrently for inter-block parallelism. However, existing BD-LMs are mostly trained under teacher forcing, where the model observes only one noisy block conditioned on a clean prefix. While the recent diffusion forcing strategy introduces visibility among multiple noisy blocks, its training states stil

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

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

Оригинальное название: Scheduling Thoughts: Learning the Order of Thought in Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models decode by iteratively unmasking tokens, where the unmasking order defines an "order of thought" that strongly influences generation quality yet is typically chosen heuristically. We derive a tractable upper bound on the sequential decoding mismatch, measured by the Kullback-Leibler divergence and expressed in terms of the model's pathwise log-likelihood, with tightness under sufficient model expressivity. This bound induces a dense self-aware reward over ordered trajectories, casting order selection as a principled policy optimization problem wit

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

2026-06-17T12:32:46+00:00 · Маскированная / дискретная диффузия, Рассуждения, Управляемость · Источник

Оригинальное название: Sumi: Open Uniform Diffusion Language Model from Scratch

Оригинальная аннотация: Diffusion models have become a promising alternative to autoregressive models. Among these, uniform diffusion language models (UDLMs) permit any token to be updated at any step, in principle enabling more flexible generation. However, no UDLM has yet been pretrained from scratch at both large parameter scale and large token budget. Both autoregressive modeling and masked diffusion modeling already have capable models at scale that the community can study and build on; uniform diffusion has none. A scratch-pretrained UDLM at scale would provide a clean reference point for studying scaling behav

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

2026-06-16T14:46:53+00:00 · Маскированная / дискретная диффузия, Рассуждения, Генерация кода · Источник

Оригинальное название: VoidPadding: Let [VOID] Handle Padding in Masked Diffusion Language Models so that [EOS] Can Focus on Semantic Termination

Оригинальная аннотация: MDLMs generate text by denoising a preallocated masked response canvas, making response-length modeling central to instruction tuning. Existing MDLMs often inherit the autoregressive convention of using repeated \texttt{[EOS]} tokens for padding during instruction tuning, giving \texttt{[EOS]} a dual role as both a semantic terminator and a padding token. We show that this dual role is a root cause of \texttt{[EOS]} overflow under large-block decoding. To decouple these roles, we propose VoidPadding, which introduces \texttt{[VOID]} for padding and reserves \texttt{[EOS]} for termination. Duri

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

2026-06-15T18:13:54+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Self-Generated Error Training for Token Editing in Diffusion Language Models

Оригинальная аннотация: Token-to-token (T2T) editing lets LLaDA2.1 revise committed tokens during block-diffusion decoding. The released recipe trains this editor on random vocabulary corruptions, but at inference the editor sees the model's own fluent, high-confidence draft errors instead. We study this training-inference mismatch and propose self-generated T2T, which performs a no-gradient draft pass, fills masked positions with predicted tokens, and supervises recovery in a second pass under these self-generated corruptions. We implement the update as a short LoRA continued-pretraining pass on LLaDA2.1-mini a

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

2026-06-15T16:15:45+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: LESS Is More: Mutual-Stability Sampling for Diffusion Language Models

Оригинальная аннотация: Diffusion large language models (dLLMs) offer a promising alternative to autoregressive decoding by iteratively refining masked sequences, enabling parallel token updates and bidirectional conditioning. Their practical efficiency, however, is limited by sampling procedures that execute a fixed number of reverse denoising steps selected before decoding, spending computation on already-stable positions and sometimes committing unstable ones too early. We present \textsc{LESS}, a training-free, model-agnostic adaptive sampler that treats token commitment as an online stopping problem. \textsc{LES

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

2026-06-15T06:39:31+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Who Should Lead Decoding Now? Tracking Reliable Trajectories for Ensembling Masked Diffusion Language Models

Оригинальная аннотация: Masked Diffusion Language Models (MDLMs) have emerged as a distinct paradigm for sequence generation. As MDLMs become diverse in capabilities and knowledge coverage, an important question is how to combine their knowledge. Toward this, we first investigate the unique decoding dynamics of MDLMs. We find that successful generations exhibit stable confidence dynamics over answer-relevant positions, while unreliable trajectories can often be corrected by injecting promising intermediate states from other models. Guided by this observation, we propose $\textbf{TIE}$ ($\textbf{T}$rajectory-based $\t

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

2026-06-14T13:17:58+00:00 · Маскированная / дискретная диффузия, Рассуждения · Источник

Оригинальное название: Mean-Field Parallel Decoding for Discrete Diffusion Language Models

Оригинальная аннотация: Discrete diffusion language models enable parallel token generation, offering a pathway to low-latency decoding. However, selecting tokens independently by marginal confidence limits effective parallelism: tokens that appear reliable in isolation can form incompatible configurations when several positions are updated at once. We introduce a training-free decoding framework that coordinates these parallel updates. At each forward pass, the method assigns a commit score to each masked position and refines these scores using pairwise interactions derived from the model's predictive distribut

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

2026-06-13T14:41:55+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Semantic DLM+: Improving Diffusion Language Models through Bias-variance Trade-off in Transition Kernel Design

Оригинальная аннотация: Diffusion Language Models (DLMs) have demonstrated strong scaling capacity as alternatives to autoregressive language models. However, their performance is highly sensitive to the choice of transition kernels, and poorly designed kernels can lead to issues like training instability, slow convergence, and biased sampling. In this paper, we study this sensitivity through a principled analysis of generalization error and identify three critical factors: asymptotic bias (difficulty in approximating the posterior distribution), exposure bias (error propagation during sampling), and optimization var

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

2026-06-11T03:09:57+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: TimeROME-DLM: Temporal Causal Tracing and Low-Rank Inference-Time Knowledge Editing for Masked Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models (MDLMs) such as LLaDA now rival autoregressive (AR) LLMs, but every existing knowledge-editing and unlearning method (ROME, MEMIT, etc.) targets AR transformers and either makes assumptions that fail under iterative denoising, or requires gradient updates whose backward-pass activations cost tens of GB of extra VRAM and which collapse MDLMs at standard learning rates. We introduce TimeROME-DLM, the first training-free, gradient-free, inference-time knowledge-editing framework for MDLMs. It couples two components: a Temporal Indirect Effect (TIE) causal-tracing

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

2026-06-10T15:41:26+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Re-evaluating Confidence Remasking in Masked Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models (dLLMs) have recently emerged as a competitive alternative to autoregressive language models, with the promise of faster inference via parallel token generation. A notable limitation of the masked formulation, however, is that once a token has been unmasked it can no longer be revised, leaving dLLMs vulnerable to early sampling mistakes. To address this, a growing body of work has sought to extend masked dLLMs with self-correcting (remasking) capabilities. One appealing subset of these methods does so in a training-free, post-hoc manner based on token confidenc

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

2026-06-09T13:17:27+00:00 · Маскированная / дискретная диффузия · Источник

Оригинальное название: Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

Оригинальная аннотация: Masked diffusion language models can reduce inference steps by revealing multiple tokens per denoising iteration, but this parallelism is fragile: positions that are individually confident may be unsafe to commit together when their predictions are coupled. Existing training-free samplers such as Top-\(k\), Fast-dLLM, and EB-Sampler mainly control how many tokens to reveal, while often ranking candidates by token-wise scores that ignore interactions within the selected set. We propose ADAS, a training-free reranking rule for parallel masked diffusion decoding. ADAS leaves the base sampler'

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

2026-06-07T02:24:11+00:00 · Маскированная / дискретная диффузия, Рассуждения, Генерация кода · Источник

Оригинальное название: AsyncLane: Decoupling Refinement from Advancement in Diffusion Language Model Decoding

Оригинальная аннотация: Block-wise semi-autoregressive decoding is the standard inference paradigm for diffusion large language models (DLMs), but it imposes a strict dependency between blocks: the next block cannot begin until the current block is fully decoded or its denoising budget is exhausted. We observe that once a block exposes a reliable delimiter boundary or stable semantic prefix, continuation generation need not wait for every residual token to be resolved. We propose AsyncLane, a training-free decoding scheduler that decouples refinement from advancement. AsyncLane forks a generate lane at observed delim

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

Назад

Ещё

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

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