paper-with-me

홈 › Papers

Encoder-Decoder Diffusion Language Models for Efficient Training and Inference

2025-10-26 · Marianne Arriola, Yair Schiff, Hao Phung, Aaron Gokaslan, Volodymyr Kuleshov arxiv

Discrete diffusion models enable parallel token sampling for faster inference than autoregressive approaches. However, prior diffusion models use a decoder-only architecture, which requires sampling algorithms that invoke the full network at every denoising step and incur high computational cost. Our key insight is that discrete diffusion models perform two types of computation: 1) representing clean tokens and 2) denoising corrupted tokens, which enables us to use separate modules for each task. We propose an encoder-decoder architecture to accelerate discrete diffusion inference, which relies on an encoder to represent clean tokens and a lightweight decoder to iteratively refine a noised sequence. We also show that this architecture enables faster training of block diffusion models, which partition sequences into blocks for better quality and are commonly used in diffusion language model inference. We introduce a framework for Efficient Encoder-Decoder Diffusion (E2D2), consisting of an architecture with specialized training and sampling algorithms, and we show that E2D2 achieves superior trade-offs between generation quality and inference throughput on summarization, translation, and mathematical reasoning tasks. We provide the code, model weights, and blog post on the project page: https://m-arriola.com/e2d2

📄 PDF Abstract BibTeX arXiv:2510.22852

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

How to Train Your Latent Diffusion Language Model Jointly With the Latent Space

2026-05-08 · Viacheslav Meshchaninov, Alexander Shabalin, Egor Chimbulatov, Nikita Gushchin 외 arxiv

Latent diffusion models offer an attractive alternative to discrete diffusion for non-autoregressive text generation by operating on continuous text representations and denoising entire sequences in parallel. The major c…

Text Generation

I Think, Therefore I Diffuse: Enabling Multimodal In-Context Reasoning in Diffusion Models

2025-02-12 · Zhenxing Mi, Kuan-Chieh Wang, Guocheng Qian, Hanrong Ye 외

This paper presents ThinkDiff, a novel alignment paradigm that empowers text-to-image diffusion models with multimodal in-context understanding and reasoning capabilities by integrating the strengths of vision-language m…

DecoderLarge Language Model

Faster Diffusion: Rethinking the Role of the Encoder for Diffusion Model Inference

2023-12-15 · Senmao Li, Taihang Hu, Joost Van de Weijer, Fahad Shahbaz Khan 외

One of the main drawback of diffusion models is the slow inference time for image generation. Among the most successful approaches to addressing this problem are distillation methods. However, these methods require consi…

DecoderDenoisingImage GenerationKnowledge Distillation

Whisfusion: Parallel ASR Decoding with Masked Diffusion

2025-08-09 · Taeyoun Kwon, Junhyuk Ahn, Taegeun Yun, Heeju Jwa 외 arxiv

Autoregressive (AR) encoder-decoder models dominate high-quality multilingual ASR, but their left-to-right decoders make inference latency scale with transcript length. A natural alternative, CTC-style non-autoregressive…

SeqDiffuSeq: Text Diffusion with Encoder-Decoder Transformers

2022-12-20 · Hongyi Yuan, Zheng Yuan, Chuanqi Tan, Fei Huang 외

Diffusion model, a new generative modelling paradigm, has achieved great success in image, audio, and video generation. However, considering the discrete categorical nature of text, it is not trivial to extend continuous…

DecoderDenoisingText GenerationVideo Generation