paper-with-me

홈 › Papers

Decoding Large Language Diffusion Models with Foreseeing Movement

2025-12-03 · Yichuan Mo, Quan Chen, Mingjie Li, Zeming Wei, Yisen Wang arxiv

Large Language Diffusion Models (LLDMs) benefit from a flexible decoding mechanism that enables parallelized inference and controllable generations over autoregressive models. Yet such flexibility introduces a critical challenge: inference performance becomes highly sensitive to the decoding order of tokens. Existing heuristic methods, however, focus mainly on local effects while overlooking long-term impacts. To address this limitation, we propose the Foreseeing Decoding Method (FDM), a novel approach that integrates both local and global considerations to unlock the full potential, employing a search-based strategy to enable effective optimization in discrete spaces. Furthermore, by analyzing the consistency of chosen tokens in the full decoding process, we develop a variant, FDM with Acceleration (FDM-A), which restricts deep exploration to critical steps identified as the exploration and balance circumantences. Extensive experiments across diverse benchmarks and model architectures validate the scalability of FDM and demonstrate the superior efficiency-performance trade-off achieved by FDM-A. Our work might potentially provide a principled step toward more powerful decoding methods for LLDMs.

📄 PDF Abstract BibTeX arXiv:2512.04135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Flash-dLLM: IO-Aware KV Caching and Parallel Decoding for Fast, Memory-Efficient Diffusion LLMs

2026-09-22 · Quan Nguyen-Tri, Mukul Ranjan, Zhiqiang Shen hf

Diffusion Large Language Models (dLLMs) have recently emerged as a promising alternative to autoregressive LLMs by enabling non-autoregressive text generation. However, their practical deployment remains limited by ineff…

Mathematical ReasoningText Generation

Towards Dynamic Neural Communication and Speech Neuroprosthesis Based on Viseme Decoding

2025-01-09 · Ji-Ha Park, Seo-Hyun Lee, Soowon Kim, Seong-Whan Lee

Decoding text, speech, or images from human neural signals holds promising potential both as neuroprosthesis for patients and as innovative communication tools for general users. Although neural signals contain various i…

Face Reconstruction

Speculative Diffusion Decoding: Accelerating Language Generation through Diffusion

2024-08-10 · Jacob K Christopher, Brian R Bartoldson, Tal Ben-Nun, Michael Cardei 외

Speculative decoding has emerged as a widely adopted method to accelerate large language model inference without sacrificing the quality of the model outputs. While this technique has facilitated notable speed improvemen…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Finish First, Perfect Later: Test-Time Token-Level Cross-Validation for Diffusion Large Language Models

2025-10-06 · Runchu Tian, Junxia Cui, Xueqiang Xu, Feng Yao 외 arxiv

Diffusion large language models (dLLMs) have recently emerged as a promising alternative to autoregressive (AR) models, offering advantages such as accelerated parallel decoding and bidirectional context modeling. Howeve…

Code Generation

Breaking Block Boundaries: Anchor-based History-stable Decoding for Diffusion Large Language Models

2026-04-10 · Shun Zou, Yong Wang, Zehui Chen, Lin Chen 외 arxiv

Diffusion Large Language Models (dLLMs) have recently become a promising alternative to autoregressive large language models (ARMs). Semi-autoregressive (Semi-AR) decoding is widely employed in base dLLMs and advanced de…