Adaptive Visual Autoregressive Acceleration via Dual-Linkage Entropy Analysis
Yu Zhang, Jingyi Liu, Feng Liu, Duoqian Miao, Qi Zhang, Kexue Fu, Changwei Wang, Longbing Cao
TL;DR
This work tackles the high computational cost of Visual AutoRegressive (VAR) generation stemming from massive token counts. It introduces NOVA, a training-free framework that uses entropy-guided dual-linkage token reduction to adaptively prune tokens across both scales and Transformer layers, activating at an entropy inflection point and reusing residual caches to preserve structure. The approach combines scale-linkage and layer-linkage ratio functions with residual cache reuse to achieve substantial speedups (e.g., up to 2.89× on Infinity-2B) while maintaining or even improving perceptual and semantic quality across multiple backbones and benchmarks. Ablation studies show entropy-based pruning outperforms attention-based or MSE-based criteria, and the dual-linkage design consistently outperforms single-linkage variants, highlighting the method's practical impact for faster high-resolution visual autoregressive generation without retraining.
Abstract
Visual AutoRegressive modeling (VAR) suffers from substantial computational cost due to the massive token count involved. Failing to account for the continuous evolution of modeling dynamics, existing VAR token reduction methods face three key limitations: heuristic stage partition, non-adaptive schedules, and limited acceleration scope, thereby leaving significant acceleration potential untapped. Since entropy variation intrinsically reflects the transition of predictive uncertainty, it offers a principled measure to capture modeling dynamics evolution. Therefore, we propose NOVA, a training-free token reduction acceleration framework for VAR models via entropy analysis. NOVA adaptively determines the acceleration activation scale during inference by online identifying the inflection point of scale entropy growth. Through scale-linkage and layer-linkage ratio adjustment, NOVA dynamically computes distinct token reduction ratios for each scale and layer, pruning low-entropy tokens while reusing the cache derived from the residuals at the prior scale to accelerate inference and maintain generation quality. Extensive experiments and analyses validate NOVA as a simple yet effective training-free acceleration framework.
