paper-with-me

Papers

Blockwise Parallel Decoding for Deep Autoregressive Models

2018-11-07 · NeurIPS 2018 12 · Mitchell Stern, Noam Shazeer, Jakob Uszkoreit

Deep autoregressive sequence-to-sequence models have demonstrated impressive performance across a wide variety of tasks in recent years. While common architecture classes such as recurrent, convolutional, and self-attention networks make different trade-offs between the amount of computation needed per layer and the length of the critical path at training time, generation still remains an inherently sequential process. To overcome this limitation, we propose a novel blockwise parallel decoding scheme in which we make predictions for multiple time steps in parallel then back off to the longest prefix validated by a scoring model. This allows for substantial theoretical improvements in generation speed when applied to architectures that can process output sequences in parallel. We verify our approach empirically through a series of experiments using state-of-the-art self-attention models for machine translation and image super-resolution, achieving iteration reductions of up to 2x over a baseline greedy decoder with no loss in quality, or up to 7x in exchange for a slight decrease in performance. In terms of wall-clock time, our fastest models exhibit real-time speedups of up to 4x over standard greedy decoding.

📄 PDF Abstract BibTeX arXiv:1811.03115

Code (1)

aynetdia/mtp_curriculum pytorch

Tasks

DecoderImage Super-ResolutionMachine TranslationSuper-ResolutionTranslation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Exploring and Improving Drafts in Blockwise Parallel Decoding

2024-04-14 · Taehyeon Kim, Ananda Theertha Suresh, Kishore Papineni, Michael Riley 외

Despite the remarkable strides made by autoregressive language models, their potential is often hampered by the slow inference speeds inherent in sequential token generation. Blockwise parallel decoding (BPD) was propose…

PACER: Blockwise Pre-verification for Speculative Decoding with Adaptive Length

2026-02-01 · Situo Zhang, Yifan Zhang, Zichen Zhu, Hankun Wang 외 arxiv

Speculative decoding (SD) is a powerful technique for accelerating the inference process of large language models (LLMs) without sacrificing accuracy. Typically, SD employs a small draft model to generate a fixed number …

Blockwise SFT for Diffusion Language Models: Reconciling Bidirectional Attention and Autoregressive Decoding

2025-08-27 · Bowen Sun, Yujun Cai, Ming-Hsuan Yang, Yiwei Wang arxiv

Discrete diffusion language models have shown strong potential for text generation, yet standard supervised fine-tuning (SFT) misaligns with their semi-autoregressive inference: training randomly masks tokens across the …

Text Generation

SimSD: Simple Speculative Decoding in Diffusion Language Models

2026-06-01 · Junxia Cui, Haotian Ye, Runchu Tian, Hongcan Guo 외 arxiv

Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) LLMs, offering faster inference through parallel or blockwise decoding. However, their masked language model…

When to Commit? Towards Variable-Size Self-Contained Blocks for Discrete Diffusion Language Models

2026-04-27 · Danny Wang, Ruihong Qiu, Zi Huang arxiv

Discrete diffusion language models (dLLMs) enable parallel token updates with bidirectional attention, yet practical generation typically adopts blockwise semi-autoregressive decoding. This switch creates a training-infe…