paper-with-me

Papers

VVS: Accelerating Speculative Decoding for Visual Autoregressive Generation via Partial Verification Skipping

2025-11-17 · Haotian Dong, Ye Li, Rongwei Lu, Chen Tang, Shu-Tao Xia, Zhi Wang arxiv

Visual autoregressive (AR) generation models have demonstrated strong potential for image generation, yet their next-token-prediction paradigm introduces considerable inference latency. Although speculative decoding (SD) has been proven effective for accelerating visual AR models, its "draft one step, then verify one step" paradigm prevents a direct reduction in the number of forward passes, limiting its acceleration potential. Motivated by the interchangeability of visual tokens, we explore verification skipping in the SD process for the first time to explicitly cut the number of target model forward passes, thereby reducing inference latency. By analyzing the characteristics of the drafting stage, we observe that verification redundancy and stale feature reusability are key factors to maintain generation quality while improving speed for verification-free steps. Inspired by these two observations, we propose a novel SD framework VVS to accelerate visual AR model via partial verification skipping, which integrates three complementary modules: (1) a verification-free token selector with dynamic truncation, (2) token-level feature caching and reuse, and (3) fine-grained skipped step scheduling. Consequently, VVS reduces the number of target model forward passes by $2.8\times$ relative to vanilla AR decoding while maintaining competitive generation quality, offering a superior speed-quality trade-off over conventional SD frameworks and revealing strong potential to reshape the SD paradigm. Our code is available at https://github.com/HyattDD/VVS.

📄 PDF Abstract BibTeX arXiv:2511.13587

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Continuous Speculative Decoding for Autoregressive Image Generation

2024-11-18 · Zili Wang, Robert Zhang, Kun Ding, Qi Yang 외

Continuous-valued Autoregressive (AR) image generation models have demonstrated notable superiority over their discrete-token counterparts, showcasing considerable reconstruction quality and higher generation fidelity. H…

DenoisingImage Generation

LANTERN: Accelerating Visual Autoregressive Models with Relaxed Speculative Decoding

2024-10-04 · Doohyuk Jang, Sihwan Park, June Yong Yang, Yeonsung Jung 외

Auto-Regressive (AR) models have recently gained prominence in image generation, often matching or even surpassing the performance of diffusion models. However, one major limitation of AR models is their sequential natur…

Image Generation

Speculative Jacobi-Denoising Decoding for Accelerating Autoregressive Text-to-image Generation

2025-10-10 · Yao Teng, Fuyun Wang, Xian Liu, Zhekai Chen 외 arxiv

As a new paradigm of visual content generation, autoregressive text-to-image models suffer from slow inference due to their sequential token-by-token decoding process, often requiring thousands of model forward passes to…

Text-to-Image Generation

Speculative Decoding: Exploiting Speculative Execution for Accelerating Seq2seq Generation

2022-03-30 · Heming Xia, Tao Ge, Peiyi Wang, Si-Qing Chen 외

We propose Speculative Decoding (SpecDec), for the first time ever, to formally study exploiting the idea of speculative execution to accelerate autoregressive (AR) decoding. Speculative Decoding has two innovations: Spe…

Abstractive Text SummarizationMachine TranslationTranslation

SJD-PV: Speculative Jacobi Decoding with Phrase Verification for Autoregressive Image Generation

2026-03-02 · Zhehao Yu, Baoquan Zhang, Bingqi Shan, Xinhao Liu 외 arxiv

Autoregressive (AR) image models have recently demonstrated remarkable generative capability, but their sequential nature results in significant inference latency. Existing training-free acceleration methods typically ve…

Text-to-Image Generation