论文

掩码离散扩散中 tau-leaping 采样调度的优化分析

Schedule optimization for tau-leaping in masked discrete diffusion

精选理由

搞掩码扩散加速的看看这篇:tau-leaping 的误差被精确刻画,最优调度也解出了显式形式。

掩码离散扩散模型常用 tau-leaping 离散化加速采样,每步并行揭示多个坐标,代价是引入因子化误差 ε_fact。论文对 N 个坐标、K 个采样步的标准采样器给出 ε_fact 的精确积分表示,核心是记录条件依赖随揭示比例演化的密度 ρ。作者开发了 ρ 的估计器并量化估计误差对调度选择的影响,再通过递归平稳性方程在单调性条件下刻画了有限 K 步优化问题的唯一最优调度。在 N、K 同时趋于无穷的极限下,论文证明:若 ρ_N 一致收敛到严格正的连续轮廓,优化平滑调度只能改善领先常数,无法改变 ε_fact 的 N/K 标度;若 ρ_N 退化,合适调度可以改善相对均匀调度的渐近阶。平稳过程与可交换混合模型两个例子分别对应这两种情形。

原文 · arXiv cs.LG

Schedule optimization for tau-leaping in masked discrete diffusion

Masked discrete diffusion models are commonly accelerated using the so-called tau-leaping discretization method, which reveals several coordinates in parallel at each sampling step. The sampler replaces the joint conditional law of each revealed block by a product distribution, incurring a factorization error $\varepsilon_\text{fact}$ present even with perfectly learned predictors. We analyze the standard sampler on $N$ coordinates with $K$ sampling steps, whose random block sizes depend on a denoising schedule. Our analysis uses an exact integral representation of $\varepsilon_\text{fact}$ in terms of a distribution-dependent dependence density $ρ$, which records how conditional dependence evolves as the revealed fraction of coordinates grows. We develop estimators for this profile and quantify how estimation errors affect schedule selection. We derive recursive stationarity equations for the finite-$K$ optimization problem and, under a monotonicity condition, characterize its unique optimizer. In the joint limit $N,K\to\infty$, we obtain an explicit characterization of the optimal limiting smooth schedule and quantify the cost of random block sizes relative to a deterministic planner. When $ρ_N$ converges uniformly to a strictly positive continuous profile, optimizing over fixed smooth schedules can improve the leading constant but not the $N/K$ scaling of $\varepsilon_\text{fact}$. By contrast, if $ρ_N$ degenerates, suitable schedules can improve the asymptotic order relative to the uniform schedule. Examples based on stationary processes and exchangeable mixtures illustrate these two regimes.