paper-with-me

홈 › Papers

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

2026-04-10 · Shun Zou, Yong Wang, Zehui Chen, Lin Chen, Chongyang Tao, Feng Zhao, Xiangxiang Chu 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 decoding strategies due to its superior performance. However, our observations reveal that Semi-AR decoding suffers from inherent block constraints, which cause the decoding of many cross-block stable tokens to be unnecessarily delayed. To address this challenge, we systematically investigate the identification of stable tokens and present three key findings: (1) naive lookahead decoding is unreliable, (2) token stability closely correlates with convergence trend, and (3) historical information is isolated. Building on these insights, we propose Anchor-based History-stable Decoding (AHD), a training-free, plug-and-play dynamic decoding strategy. Specifically, AHD monitors the stability trend of tokens in real time through dynamic anchors. Once a token reaches stability, it initiates early cross-block decoding to enhance efficiency and performance. Extensive experiments across language, vision-language, and audio-language domains demonstrate that AHD simultaneously improves both performance and inference efficiency. Notably, AHD effectively reverses the performance degradation typically observed in existing advanced decoding acceleration strategies. For instance, on the BBH benchmark, our approach reduces decoding steps by 80% while improving performance by 3.67%.

📄 PDF Abstract BibTeX arXiv:2604.08964

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TrailBlazer: History-Guided Reinforcement Learning for Black-Box LLM Jailbreaking

2026-02-06 · Sung-Hoon Yoon, Ruizhi Qian, Minda Zhao, Weiyue Li 외 arxiv

Large Language Models (LLMs) have become integral to many domains, making their safety a critical priority. Prior jailbreaking research has explored diverse approaches, including prompt optimization, automated red teamin…

Reinforcement LearningRed Teaming

Mamba Guided Boundary Prior Matters: A New Perspective for Generalized Polyp Segmentation

2025-07-02 · Tapas K. Dutta, Snehashis Majhi, Deepak Ranjan Nayak, Debesh Jha

Polyp segmentation in colonoscopy images is crucial for early detection and diagnosis of colorectal cancer. However, this task remains a significant challenge due to the substantial variations in polyp shape, size, and c…

MambaSegmentation

Structure and Progress Aware Diffusion for Medical Image Segmentation

2026-03-09 · Siyuan Song, Guyue Hu, Chenglong Li, Dengdi Sun 외 arxiv

Medical image segmentation is crucial for computer-aided diagnosis, which necessitates understanding both coarse morphological and semantic structures, as well as carving fine boundaries. The morphological and semantic s…

Medical Image Segmentation

SWIFT: Prompt-Adaptive Memory for Efficient Interactive Long Video Generation

2026-05-10 · Shanwen Tan, Hao Li, Jingtao Zhang, Xiaosong Jia 외 arxiv

Streaming long-video generation faces a central challenge in continuous semantic switching, requiring adaptive memory to preserve coherent visual evolution. Current approaches rely on cache rebuilding at prompt boundarie…

Video Generation

StableKD: Breaking Inter-block Optimization Entanglement for Stable Knowledge Distillation

2023-12-20 · Shiu-hong Kao, Jierun Chen, S. H. Gary Chan

Knowledge distillation (KD) has been recognized as an effective tool to compress and accelerate models. However, current KD approaches generally suffer from an accuracy drop and/or an excruciatingly long distillation pro…

Knowledge Distillation