LGFeb 2

Self-Rewarding Sequential Monte Carlo for Masked Diffusion Language Models

arXiv:2602.01849v11 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses a bottleneck in text generation for users of masked diffusion models, offering an incremental but effective inference-time scaling method.

The paper tackles the problem of limited diversity in masked diffusion language models by proposing a self-rewarding sequential Monte Carlo algorithm that launches multiple interacting diffusion processes, achieving significant improvement in sampling quality without extra training.

This work presents self-rewarding sequential Monte Carlo (SMC), an inference-time scaling algorithm enabling effective sampling of masked diffusion language models (MDLMs). Our algorithm stems from the observation that most existing MDLMs rely on a confidence-based sampling strategy, where only tokens with the highest prediction confidence are preserved at each step. This restricts the generation to a noise-sensitive, greedy decoding paradigm, resulting in an inevitable collapse in the diversity of possible paths. We address this problem by launching multiple interacting diffusion processes in parallel, referred to as particles, for trajectory exploration. Importantly, we introduce the trajectory-level confidence as a self-rewarding signal for assigning particle importance weights. During sampling, particles are iteratively weighted and resampled to systematically steer generation towards globally confident, high-quality samples. Our self-rewarding SMC is verified on various masked diffusion language models and benchmarks, achieving significant improvement without extra training or reward guidance, while effectively converting parallel inference capacity into improved sampling quality. Our code is available at https://github.com/Algolzw/self-rewarding-smc.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes