ECCV 2026
1Zhejiang University, China 2Westlake University, China 3Snap Inc., USA
†Corresponding to: Huan Wang <wanghuan@westlake.edu.cn>, Guanzhong Tian <gztian@zju.edu.cn>
*Work done while Zefang was a visiting intern at ENCODE Lab, Westlake University.
Next-scale visual autoregressive (VAR) models offer strong generative fidelity but remain computationally prohibitive for resource-constrained edge devices. We introduce EVAR, a structured-pruning framework tailored to next-scale VAR models. We find that standard pruning paradigms are poorly matched to multi-scale VAR architectures: rapid token growth at later scales dominates Hessian accumulation, marginalizing critical coarse scales and amplifying autoregressive error cascading. To address this issue, EVAR introduces Pyramid-Aware Optimal Brain Surgeon. Through pyramid-aware Hessian accumulation, Pyramid-Aware OBS rebalances scale-wise activation statistics and biases the solver toward preserving coarse-scale representations while maintaining an invertible Hessian estimate for closed-form weight compensation. Additionally, we propose Progressive Scale-Aware Distillation (PSAD) to counteract scale-wise gradient imbalance during fine-tuning. On ImageNet benchmarks, EVAR substantially reduces parameters and model footprint while retaining competitive quality. On an iOS deployment, EVAR further cuts single-image latency from 494 ms to 277 ms (1.8× speedup), with FID changing only marginally.
Figure 1: The overall pipeline of EVAR. (a) Pyramid-Aware Hessian Accumulation builds a scale-aware Hessian from multi-scale calibration tokens. (b) OBS-guided structured pruning removes coupled attention heads and FFN channels with closed-form compensation. (c) PSAD balances multi-scale distillation with scale-aware weighting and a coarse-to-fine curriculum.
Real-time Demo: EVAR running on iPad Pro (M4) showing 1.8× speedup and high-quality image generation