FastVAR: Linear Visual Autoregressive Modeling via Cached Token Pruning
About
Visual Autoregressive (VAR) modeling has gained popularity for its shift towards next-scale prediction. However, existing VAR paradigms process the entire token map at each scale step, leading to the complexity and runtime scaling dramatically with image resolution. To address this challenge, we propose FastVAR, a post-training acceleration method for efficient resolution scaling with VARs. Our key finding is that the majority of latency arises from the large-scale step where most tokens have already converged. Leveraging this observation, we develop the cached token pruning strategy that only forwards pivotal tokens for scale-specific modeling while using cached tokens from previous scale steps to restore the pruned slots. This significantly reduces the number of forwarded tokens and improves the efficiency at larger resolutions. Experiments show the proposed FastVAR can further speedup FlashAttention-accelerated VAR by 2.7$\times$ with negligible performance drop of <1%. We further extend FastVAR to zero-shot generation of higher resolution images. In particular, FastVAR can generate one 2K image with 15GB memory footprints in 1.5s on a single NVIDIA 3090 GPU. Code is available at https://github.com/csguoh/FastVAR.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text-to-Image Generation | GenEval | GenEval Score78 | 277 | |
| Text-to-Image Generation | DPG-Bench | Overall Score86.46 | 173 | |
| Text-to-Image Generation | DPG | Overall Score82.86 | 131 | |
| Text-to-Image Generation | GenEval | Two Objects81 | 87 | |
| Text-to-Image Generation | ImageReward | ImageReward Score1.028 | 56 | |
| Text-to-Image Generation | DPG-Bench (test) | Global Fidelity87.295 | 43 | |
| Image Generation | GenEval | Overall Score50.4 | 26 | |
| Text-to-Image Generation | GenEval 1024x1024 | Latency (s)0.72 | 22 | |
| Human Preference Evaluation | ImageReward | Average Score1.038 | 16 | |
| Human Preference Evaluation | HPS v2.1 | Photo Score29.13 | 16 |