masked-diffusion

Tag

Cards List
#masked-diffusion

NeoMME: A Single-Tower Multimodal-Native Multilingual Foundation Encoder for Efficient Fine-Tuning and Inference

Hugging Face Daily Papers · 2026-08-31 Cached

NeoMME presents a family of efficient multimodal encoders pretrained with masked discrete diffusion, achieving strong performance in visual document retrieval and high embedding compression while outperforming smaller models on benchmarks.

0 favorites 0 likes
#masked-diffusion

DCGC: Draft-Conditioned Global Correction for Complex Reasoning with Masked Diffusion Models

arXiv cs.CL · 2026-08-27 Cached

The paper introduces DCGC, a Masked Diffusion Model framework for globally correcting flawed reasoning traces in LLMs by conditioning on an imperfect draft. It improves accuracy on reasoning benchmarks without ground-truth failure labels.

0 favorites 0 likes
#masked-diffusion

Serving Masked Diffusion LLMs: Characterization and Design Principles from Real Hardware

arXiv cs.AI · 2026-08-26 Cached

This paper characterizes the serving behavior of masked diffusion language models (dLLMs) using real hardware measurements, identifying key differences from autoregressive models and deriving design principles for efficient inference systems.

0 favorites 0 likes
#masked-diffusion

Length-Adaptive Decoding for Masked Diffusion Machine Translation

Hugging Face Daily Papers · 2026-08-23 Cached

This paper introduces Entropy-Valley, a training-free length selector for masked diffusion machine translation that uses predictive entropy to improve adequacy, showing that length choice matters more than unmasking order.

0 favorites 0 likes
#masked-diffusion

Commitment Before Realization: When Classifier-Free Guidance Becomes Unnecessary in Masked Diffusion Language Models

arXiv cs.CL · 2026-08-11 Cached

This paper investigates when classifier-free guidance (CFG) is actually necessary in masked diffusion language models, showing that guidance dependence is prompt-specific and can often be removed without losing constraint satisfaction, leading to a defined 'commitment horizon'.

0 favorites 0 likes
#masked-diffusion

Stoicheia: Character-Level Masked Diffusion for Ancient Greek Textual Restoration, Parsing, and Metrical Scansion

arXiv cs.CL · 2026-08-10 Cached

The paper introduces Stoicheia, a 405M-parameter character-level masked diffusion encoder for Ancient Greek that unifies textual restoration, parsing, and metrical scansion in a single model, outperforming prior systems like Ithaca on benchmark tasks.

0 favorites 0 likes
#masked-diffusion

PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

arXiv cs.AI · 2026-07-29 Cached

PreDiff-LM proposes a hybrid attention mechanism that preserves causal attention for prompt tokens and bidirectional attention for masked target tokens, enabling adaptation of pretrained autoregressive models for discrete masked diffusion language modeling, achieving improvements in perplexity and downstream tasks over prior diffusion baselines.

0 favorites 0 likes
#masked-diffusion

CaRE Compute-aware Remasking Evaluation Protocol for Masked Diffusion Language Models

arXiv cs.AI · 2026-07-29 Cached

This paper introduces CaRE, a compute-aware evaluation protocol for masked diffusion language models that standardizes step counts, metrics, and stochasticity. It demonstrates that previous comparisons conflate algorithmic improvements with evaluation artifacts, showing temperature explains most MAUVE variance and compute-matched comparisons reverse published rankings.

0 favorites 0 likes
#masked-diffusion

MotifRole-Diff: Risk-Optimal Role-Aware Corruption for Masked Molecular Graph Diffusion

arXiv cs.LG · 2026-07-27 Cached

MotifRole-Diff proposes a role-aware corruption schedule for masked discrete diffusion on molecular graphs, allocating masking rates based on denoising difficulty and graph-level perturbation impact, demonstrating improved validity and reduced FCD on QM9 and MOSES benchmarks.

0 favorites 0 likes
#masked-diffusion

Trace-Based On-Policy Distillation for Masked Diffusion Language Models

arXiv cs.CL · 2026-07-21 Cached

A paper proposing Trace-Based On-Policy Distillation (TOPD), a teacher-supervised framework for transferring reasoning abilities to masked diffusion language models without reward estimation, achieving comparable accuracy to RL-trained counterparts with significant compute speedup.

0 favorites 0 likes
#masked-diffusion

Reinforcing the Generation Order of Multimodal Masked Diffusion Models

arXiv cs.LG · 2026-07-10 Cached

This paper introduces a learnable control module trained via Group Relative Policy Optimization (GRPO) to optimize the generation order in multimodal masked diffusion models, achieving improvements in text-to-image alignment and multimodal understanding.

0 favorites 0 likes
#masked-diffusion

@volokuleshov: New blog post: How to Build a Diffusion Language Model. Diffusion LLMs went from open problem to reality in 2 years (Me…

X AI KOLs Timeline · 2026-07-08 Cached

A comprehensive blog post by Volodymyr Kuleshov's Cornell group explains how to build diffusion language models, covering core techniques like masked diffusion, iterative refinement, variable-length generation, controllable generation, fast samplers, and RL post-training, using open-source models such as Mercury, Gemma Diffusion, and Nemotron Diffusion as examples.

0 favorites 0 likes
#masked-diffusion

Masked Diffusion Decoding as $x$-Prediction Flow

arXiv cs.CL · 2026-06-30 Cached

This paper reinterprets masked diffusion language model decoding as continuous clean-state prediction, introducing a flow-based framework where tokens are updated continuously and asynchronously based on confidence, achieving 97% of LLaDA's performance with 25% of the decoding budget.

0 favorites 0 likes
#masked-diffusion

Masked Language Flow Models

arXiv cs.CL · 2026-06-29 Cached

This paper introduces Masked Language Flow Models (MLFMs), which incorporate masking into flow-based language models to enable continuous flow for conditional generation and allow pretrained Masked Diffusion Models to be converted. The authors propose a novel sampler that alternates continuous denoising with discrete unmasking, demonstrating for the first time that flow-based language models can scale to downstream reasoning and instruction-following tasks.

0 favorites 0 likes
#masked-diffusion

Improved Large Language Diffusion Models

arXiv cs.CL · 2026-06-25 Cached

iLLaDA is an 8B parameter masked diffusion language model with fully bidirectional attention, trained from scratch on 12T tokens. It shows broad improvements over LLaDA and remains competitive with Qwen2.5 7B on several benchmarks. The model and code are open-sourced.

0 favorites 0 likes
#masked-diffusion

VoidPadding: Let [VOID] Handle Padding in Masked Diffusion Language Models so that [EOS] Can Focus on Semantic Termination

arXiv cs.CL · 2026-06-17 Cached

VoidPadding introduces a [VOID] token to handle padding in masked diffusion language models, allowing [EOS] to focus solely on semantic termination. This method significantly improves performance on reasoning and coding benchmarks while reducing decoding steps.

0 favorites 0 likes
#masked-diffusion

Who Should Lead Decoding Now? Tracking Reliable Trajectories for Ensembling Masked Diffusion Language Models

Hugging Face Daily Papers · 2026-06-15 Cached

This paper proposes TIE, a knowledge fusion framework for masked diffusion language models that tracks confidence dynamics to identify reliable decoding trajectories and iteratively transfers partially denoised sequences between models, improving generation quality on reasoning tasks.

0 favorites 0 likes
#masked-diffusion

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

arXiv cs.CL · 2026-06-10 Cached

This paper introduces ADAS, a training-free reranking rule for parallel masked diffusion decoding that uses attention to discount tokens that strongly attend to uncertain positions, improving low-NFE performance on reasoning and code tasks with minimal runtime overhead.

0 favorites 0 likes
#masked-diffusion

I built a diffusion language model from scratch. It writes flawless sentences that mean nothing, and that is the interesting part.

Reddit r/AI_Agents · 2026-06-08

The author built Joey, a 170M parameter masked diffusion language model from scratch, trained on FineWeb-Edu and fine-tuned on DailyDialog, achieving fluent but incoherent sentences due to capacity limitations. The project highlights the differences from autoregressive LLMs and the lessons learned from building and debugging the system.

0 favorites 0 likes
#masked-diffusion

Adaptive Order Policies for Masked Diffusion

arXiv cs.LG · 2026-06-02 Cached

Proposes learning the unmasking order in masked diffusion models using a lightweight policy network, with a weighted loss that outperforms heuristics on combinatorial tasks and protein design.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback