paper-with-me

홈 › Papers

Beyond Autoregression: Fast LLMs via Self-Distillation Through Time

2024-10-28 · Justin Deschenaux, Caglar Gulcehre

Autoregressive (AR) Large Language Models (LLMs) have demonstrated significant success across numerous tasks. However, the AR modeling paradigm presents certain limitations; for instance, contemporary autoregressive LLMs are trained to generate one token at a time, which can result in noticeable latency. Recent advances have indicated that search and repeated sampling can enhance performance in various applications, such as theorem proving, code generation, and alignment, by utilizing greater computational resources during inference. In this study, we demonstrate that diffusion language models are capable of generating at least 32 tokens simultaneously, while exceeding the performance of AR models in text quality and on the LAMBADA natural language understanding benchmark. This outcome is achieved through a novel distillation method for discrete diffusion models, which reduces the number of inference steps by a factor of 32-64. Practically, our models, even without caching, can generate tokens at a rate that is up to 8 times faster than AR models employing KV caching, and we anticipate further improvements with the inclusion of caching. Moreover, we demonstrate the efficacy of our approach for diffusion language models with up to 860M parameters.

📄 PDF Abstract BibTeX arXiv:2410.21035

Code (1)

jdeschena/sdtt 공식 구현 pytorch

Tasks

Automated Theorem ProvingCode GenerationLAMBADANatural Language Understanding

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

FARTrack: Fast Autoregressive Visual Tracking with High Performance

2026-02-03 · Guijie Wang, Tong Lin, Yifan Bai, Anjia Cao 외 arxiv

Inference speed and tracking performance are two critical evaluation metrics in the field of visual tracking. However, high-performance trackers often suffer from slow processing speeds, making them impractical for deplo…

Model CompressionVisual Tracking

MV-Forcing: Long Multi-View Video Generation via 4D-Grounded Spatio-Temporal Self-Forcing

2026-07-06 · Gal Fiebelman, Hadar Averbuch-Elor, Sagie Benaim arxiv

Recent advances in video diffusion models have enabled either long single-view generation through temporal autoregression, or short multi-view synthesis through bidirectional attention. However, generating long, multi-vi…

3D ReconstructionVideo Generation

Bridging the Know-Act Gap via Task-Level Autoregressive Reasoning

2026-03-23 · Jihyun Janice Ahn, Ryo Kamoi, Berk Atil, Renze Lou 외 arxiv

LLMs often generate seemingly valid answers to flawed or ill-posed inputs. This is not due to missing knowledge: under discriminative prompting, the same models can mostly identify such issues, yet fail to reflect this i…

Question Answering

A Spark of Vision-Language Intelligence: 2-Dimensional Autoregressive Transformer for Efficient Finegrained Image Generation

2024-10-02 · Liang Chen, Sinan Tan, Zefan Cai, Weichu Xie 외

This work tackles the information loss bottleneck of vector-quantization (VQ) autoregressive image generation by introducing a novel model architecture called the 2-Dimensional Autoregression (DnD) Transformer. The DnD-T…

Image GenerationQuantization

On Powerful Ways to Generate: Autoregression, Diffusion, and Beyond

2025-10-07 · Chenxiao Yang, Cai Zhou, David Wipf, Zhiyuan Li arxiv

Diffusion language models have recently emerged as a competitive alternative to autoregressive language models. Beyond next-token generation, they are more efficient and flexible by enabling parallel and any-order token …