CVFeb 1

Adaptive Visual Autoregressive Acceleration via Dual-Linkage Entropy Analysis

arXiv:2602.01345v1
Originality Incremental advance
AI Analysis

This work addresses computational inefficiency in visual autoregressive models for researchers and practitioners, though it is incremental as it builds on existing token reduction methods.

The paper tackles the high computational cost of Visual AutoRegressive modeling by proposing NOVA, a training-free token reduction framework that adaptively prunes low-entropy tokens, achieving up to 2.5x speedup with minimal quality loss.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes