paper-with-me

Papers

Set Block Decoding is a Language Model Inference Accelerator

2025-09-04 · Itai Gat, Heli Ben-Hamu, Marton Havasi, Daniel Haziza, Jeremy Reizenstein, Gabriel Synnaeve, David Lopez-Paz, Brian Karrer, Yaron Lipman arxiv

Autoregressive next token prediction language models offer powerful capabilities but face significant challenges in practical deployment due to the high computational and memory costs of inference, particularly during the decoding stage. We introduce Set Block Decoding (SBD), a simple and flexible paradigm that accelerates generation by integrating standard next token prediction (NTP) and masked token prediction (MATP) within a single architecture. SBD allows the model to sample multiple, not necessarily consecutive, future tokens in parallel, a key distinction from previous acceleration methods. This flexibility allows the use of advanced solvers from the discrete diffusion literature, offering significant speedups without sacrificing accuracy. SBD requires no architectural changes or extra training hyperparameters, maintains compatibility with exact KV-caching, and can be implemented by fine-tuning existing next token prediction models. By fine-tuning Llama-3.1 8B and Qwen-3 8B, we demonstrate that SBD enables a 3-5x reduction in the number of forward passes required for generation while achieving same performance as equivalent NTP training.

📄 PDF Abstract BibTeX arXiv:2509.04185

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Break the Sequential Dependency of LLM Inference Using Lookahead Decoding

2024-02-03 · Yichao Fu, Peter Bailis, Ion Stoica, Hao Zhang

Autoregressive decoding of large language models (LLMs) is memory bandwidth bounded, resulting in high latency and significant wastes of the parallel processing power of modern accelerators. Existing methods for accelera…

Code Completion

DepCap: Adaptive Block-Wise Parallel Decoding for Efficient Diffusion LM Inference

2026-04-17 · Xiang Xia, Wuyang Zhang, Jiazheng Liu, Cheng Yan 외 arxiv

Diffusion language models (DLMs) have emerged as a promising alternative to autoregressive language generation due to their potential for parallel decoding and global refinement of the entire sequence. To unlock this pot…

Scaling Embedding Layers in Language Models

2025-02-03 · Da Yu, Edith Cohen, Badih Ghazi, Yangsibo Huang 외

We propose SCONE ($S$calable, $C$ontextualized, $O$ffloaded, $N$-gram $E$mbedding), a new method for extending input embedding layers to enhance language model performance. To avoid increased decoding costs, SCONE retain…

Language ModelingLanguage Modelling

SpinAPS: A High-Performance Spintronic Accelerator for Probabilistic Spiking Neural Networks

2020-08-05 · Anakha V Babu, Osvaldo Simeone, Bipin Rajendran

We discuss a high-performance and high-throughput hardware accelerator for probabilistic Spiking Neural Networks (SNNs) based on Generalized Linear Model (GLM) neurons, that uses binary STT-RAM devices as synapses and di…

Activity RecognitionHuman Activity RecognitionVocal Bursts Intensity Prediction

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