paper-with-me

Papers

ReFusion: A Diffusion Large Language Model with Parallel Autoregressive Decoding

2025-12-15 · Jia-Nan Li, Jian Guan, Wei Wu, Chongxuan Li arxiv

Autoregressive models (ARMs) are hindered by slow sequential inference. While masked diffusion models (MDMs) offer a parallel alternative, they suffer from critical drawbacks: high computational overhead from precluding Key-Value (KV) caching, and incoherent generation arising from learning dependencies over an intractable space of token combinations. To address these limitations, we introduce \textsc{ReFusion}, a novel masked diffusion model that integrates sequence reorganization into the causal attention framework. By elevating parallel decoding from the token level to a higher slot level, \textsc{ReFusion} interleaves inter-slot diffusion-based selection with intra-slot autoregressive infilling, while reordering newly generated slots ahead of the remaining masks after each iteration. Consequently, this design simultaneously unlocks full KV cache reuse and reduces learning complexity from an intractable token combination space to a manageable slot-level permutation space. Extensive experiments on seven diverse benchmarks show that \textsc{ReFusion} not only overwhelmingly surpasses prior MDMs with a 34\% performance gain and an over 18$\times$ speedup on average, but also bridges the performance gap to strong ARMs while maintaining a 2.33$\times$ average speedup.

📄 PDF Abstract BibTeX arXiv:2512.13586

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Refusion: Enabling Large-Size Realistic Image Restoration with Latent-Space Diffusion Models

2023-04-17 · Ziwei Luo, Fredrik K. Gustafsson, Zheng Zhao, Jens Sjölund 외

This work aims to improve the applicability of diffusion models in realistic image restoration. Specifically, we enhance the diffusion model in several aspects such as network architecture, noise level, denoising steps, …

Bokeh Effect RenderingDenoisingImage DehazingImage Restoration+5

ScoreFusion: Fusing Score-based Generative Models via Kullback-Leibler Barycenters

2024-06-28 · Hao liu, Junze Tony Ye, Jose Blanchet, Nian Si

We introduce ScoreFusion, a theoretically grounded method for fusing multiple pre-trained diffusion models that are assumed to generate from auxiliary populations. ScoreFusion is particularly useful for enhancing the gen…

Denoising

Planned Diffusion

2025-10-20 · Daniel Israel, Tian Jin, Ellie Cheng, Guy Van den Broeck 외 arxiv

Most large language models are autoregressive: they generate tokens one at a time. Discrete diffusion language models can generate multiple tokens in parallel, but sampling from them requires a denoising order: a strateg…

Instruction Following

Orthrus: Memory-Efficient Parallel Token Generation via Dual-View Diffusion

2026-05-12 · Chien Van Nguyen, Chaitra Hegde, Van Cuong Pham, Ryan A. Rossi 외 arxiv

We introduce Orthrus, a simple and efficient dual-architecture framework that unifies the exact generation fidelity of autoregressive Large Language Models (LLMs) with the high-speed parallel token generation of diffusio…

Beyond Surface Reasoning: Unveiling the True Long Chain-of-Thought Capacity of Diffusion Large Language Models

2025-10-10 · Qiguang Chen, Hanjing Li, Libo Qin, Dengyun Peng 외 arxiv

Recently, Diffusion Large Language Models (DLLMs) have offered high throughput and effective sequential reasoning, making them a competitive alternative to autoregressive LLMs (ALLMs). However, parallel decoding, which e…