CVDec 26, 2025

Fast Inference of Visual Autoregressive Model with Adjacency-Adaptive Dynamical Draft Trees

arXiv:2512.21857v11 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This addresses inference speed for users of visual autoregressive models, but it is incremental as it builds on speculative decoding techniques.

The paper tackles the slow sequential inference of autoregressive image models by proposing ADT-Tree, a method that dynamically adjusts draft trees based on image region complexity, achieving speedups of 3.13x on MS-COCO 2017 and 3.05x on PartiPrompts.

Autoregressive (AR) image models achieve diffusion-level quality but suffer from sequential inference, requiring approximately 2,000 steps for a 576x576 image. Speculative decoding with draft trees accelerates LLMs yet underperforms on visual AR models due to spatially varying token prediction difficulty. We identify a key obstacle in applying speculative decoding to visual AR models: inconsistent acceptance rates across draft trees due to varying prediction difficulties in different image regions. We propose Adjacency-Adaptive Dynamical Draft Trees (ADT-Tree), an adjacency-adaptive dynamic draft tree that dynamically adjusts draft tree depth and width by leveraging adjacent token states and prior acceptance rates. ADT-Tree initializes via horizontal adjacency, then refines depth/width via bisectional adaptation, yielding deeper trees in simple regions and wider trees in complex ones. The empirical evaluations on MS-COCO 2017 and PartiPrompts demonstrate that ADT-Tree achieves speedups of 3.13xand 3.05x, respectively. Moreover, it integrates seamlessly with relaxed sampling methods such as LANTERN, enabling further acceleration. Code is available at https://github.com/Haodong-Lei-Ray/ADT-Tree.

Foundations

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

Your Notes