漂移-AR:通过反对称漂移实现单步视觉自回归生成 / Drift-AR: Single-Step Visual Autoregressive Generation via Anti-Symmetric Drifting
1️⃣ 一句话总结
这篇论文提出了一种名为Drift-AR的新方法,它巧妙地利用生成过程中的不确定性信号,统一加速了图像生成的两个关键阶段,最终实现了仅需一步就能生成高质量图像,速度提升了3.8到5.5倍。
Autoregressive (AR)-Diffusion hybrid paradigms combine AR's structured semantic modeling with diffusion's high-fidelity synthesis, yet suffer from a dual speed bottleneck: the sequential AR stage and the iterative multi-step denoising of the diffusion vision decode stage. Existing methods address each in isolation without a unified principle design. We observe that the per-position \emph{prediction entropy} of continuous-space AR models naturally encodes spatially varying generation uncertainty, which simultaneously governing draft prediction quality in the AR stage and reflecting the corrective effort required by vision decoding stage, which is not fully explored before. Since entropy is inherently tied to both bottlenecks, it serves as a natural unifying signal for joint acceleration. In this work, we propose \textbf{Drift-AR}, which leverages entropy signal to accelerate both stages: 1) for AR acceleration, we introduce Entropy-Informed Speculative Decoding that align draft--target entropy distributions via a causal-normalized entropy loss, resolving the entropy mismatch that causes excessive draft rejection; 2) for visual decoder acceleration, we reinterpret entropy as the \emph{physical variance} of the initial state for an anti-symmetric drifting field -- high-entropy positions activate stronger drift toward the data manifold while low-entropy positions yield vanishing drift -- enabling single-step (1-NFE) decoding without iterative denoising or distillation. Moreover, both stages share the same entropy signal, which is computed once with no extra cost. Experiments on MAR, TransDiff, and NextStep-1 demonstrate 3.8--5.5$\times$ speedup with genuine 1-NFE decoding, matching or surpassing original quality. Code will be available at this https URL.
漂移-AR:通过反对称漂移实现单步视觉自回归生成 / Drift-AR: Single-Step Visual Autoregressive Generation via Anti-Symmetric Drifting
这篇论文提出了一种名为Drift-AR的新方法,它巧妙地利用生成过程中的不确定性信号,统一加速了图像生成的两个关键阶段,最终实现了仅需一步就能生成高质量图像,速度提升了3.8到5.5倍。
源自 arXiv: 2603.28049