Frequency-Aware Autoregressive Modeling for Efficient High-Resolution Image Synthesis
By: Zhuokun Chen , Jugang Fan , Zhuowei Yu and more
Potential Business Impact:
Makes pictures draw faster without losing detail.
Visual autoregressive modeling, based on the next-scale prediction paradigm, exhibits notable advantages in image quality and model scalability over traditional autoregressive and diffusion models. It generates images by progressively refining resolution across multiple stages. However, the computational overhead in high-resolution stages remains a critical challenge due to the substantial number of tokens involved. In this paper, we introduce SparseVAR, a plug-and-play acceleration framework for next-scale prediction that dynamically excludes low-frequency tokens during inference without requiring additional training. Our approach is motivated by the observation that tokens in low-frequency regions have a negligible impact on image quality in high-resolution stages and exhibit strong similarity with neighboring tokens. Additionally, we observe that different blocks in the next-scale prediction model focus on distinct regions, with some concentrating on high-frequency areas. SparseVAR leverages these insights by employing lightweight MSE-based metrics to identify low-frequency tokens while preserving the fidelity of excluded regions through a small set of uniformly sampled anchor tokens. By significantly reducing the computational cost while maintaining high image generation quality, SparseVAR achieves notable acceleration in both HART and Infinity. Specifically, SparseVAR achieves up to a 2 times speedup with minimal quality degradation in Infinity-2B.
Similar Papers
FVAR: Visual Autoregressive Modeling via Next Focus Prediction
CV and Pattern Recognition
Makes pictures clearer by fixing blur.
VideoAR: Autoregressive Video Generation via Next-Frame & Scale Prediction
CV and Pattern Recognition
Makes videos faster and more real.
StageVAR: Stage-Aware Acceleration for Visual Autoregressive Models
CV and Pattern Recognition
Makes drawing pictures with computers much faster.