Guiding Visual Autoregressive Models through Spectrum Weakening
Chaoyang Wang, Tianmeng Yang, Jingdong Wang, Yunhai Tong
TL;DR
The paper tackles the limitations of classifier-free guidance (CFG) in visual autoregressive generation by introducing a training-free Spectrum Weakening Guidance (SWG). SWG creates a controllable weak model through spectrum selection in the channel dimension via a DFT-based mask, supplemented by two renormalization strategies to preserve energy and maintain numerical stability. The authors provide an information-theoretic rationale for why spectral masking reduces information in a controlled way and demonstrate strong, consistent improvements in both unconditional and conditional generation across discrete and continuous AR models (NOVA, Lumina-mGPT, RandAR) on COCO and ImageNet. The approach is architecture-preserving, training-free, and compatible with CFG, offering a flexible and interpretable mechanism to guide AR-based visual generation.
Abstract
Classifier-free guidance (CFG) has become a widely adopted and practical approach for enhancing generation quality and improving condition alignment. Recent studies have explored guidance mechanisms for unconditional generation, yet these approaches remain fundamentally tied to assumptions specific to diffusion models. In this work, we propose a spectrum-weakening framework for visual autoregressive (AR) models. This method works without the need for re-training, specific conditions, or any architectural modifications. It achieves this by constructing a controllable weak model in the spectral domain. We theoretically show that invertible spectral transformations preserve information, while selectively retaining only a subset of spectrum introduces controlled information reduction. Based on this insight, we perform spectrum selection along the channel dimension of internal representations, which avoids the structural constraints imposed by diffusion models. We further introduce two spectrum renormalization strategies that ensures numerical stability during the weakening process. Extensive experiments were conducted on both discrete and continuous AR models, with text or class conditioning. The results demonstrate that our method enables high-quality unconditional generation while maintaining strong prompt alignment for conditional generation.
