论文精选73°

从截断到承诺:离散扩散模型中的持久上下文

From Truncation to Commitment: Persistent Context in Uniform Discrete Diffusion

精选理由

这篇论文提出CRS采样方法,通过持久上下文提升扩散模型性能,在相同NFE下获得更低GenPPL。

AI 摘要

研究人员提出了一种名为"承诺揭示采样"(CRS)的新采样方法,该方法在离散扩散模型中存储选定的argmax令牌并将其插入后续模型输入。在精确的前向过程中,选择干净令牌的贝叶斯误差不会随着噪声减小而增加。在8-64个函数评估(NFE)预算下,CRS在生成困惑度(GenPPL)方面优于固定p=0.95和p=0.9的基线。

原文 · arXiv cs.AI

From Truncation to Commitment: Persistent Context in Uniform Discrete Diffusion

Uniform-state discrete diffusion models update all tokens in parallel while keeping every position revisable. Even when the commonly used top-$p$ rule leaves only one candidate at a position, that choice affects only the current reverse step and can be revised at the next sampling step. We ask what changes when selected hypotheses instead become persistent context for later predictions. We therefore propose committed reveal sampling (CRS), a training-free sampler that stores selected argmax tokens and inserts them into subsequent model inputs. Our analysis gives a rationale for selecting later and for keeping selected tokens visible. Under the exact forward process, the Bayes error of selecting a clean token cannot increase as noise decreases, while in a simple latent-mode model, keeping the selected token visible helps later parallel predictions agree on the same sequence-level choice. Empirically, paired experiments on Duo-distilled then separate this persistent effect from single-step top-$p$ restriction and scalar temperature scaling. Under the same finalization rule, CRS without top-$p$ truncation reaches lower generative perplexity (GenPPL) than fixed $p=0.95$ and $p=0.9$ baselines across budgets of 8--64 function evaluations (NFE). At 64 NFE, the comparison at matched unigram entropy also gives lower GenPPL for CRS, yielding a more favorable GenPPL--entropy tradeoff. Base Duo shows the same direction in a descriptive comparison, while other diversity and continuation metrics can rank these operating points differently. These results identify support restriction and persistent context as distinct controls of that tradeoff.

从截断到承诺:离散扩散模型中的持久上下文 · AI 热点