paper-with-me

Papers

DyLLM: Efficient Diffusion LLM Inference via Saliency-based Token Selection and Partial Attention

2026-03-09 · Younjoo Lee, Seungkyun Dan, Junghoo Lee, Jaiyoung Park, Jung Ho Ahn arxiv

Masked diffusion language models enable parallel token decoding, providing a promising alternative to the sequential nature of autoregressive generation. However, their iterative denoising process remains computationally expensive because it repeatedly processes the entire sequence at every step. We observe that across these diffusion steps, most token representations remain stable; only a small subset, which we term salient tokens, contributes meaningfully to the next update. Leveraging this temporal sparsity, we present DyLLM, a training-free inference framework that accelerates decoding by selectively computing only these salient tokens. DyLLM identifies saliency by measuring the cosine similarity of attention contexts between adjacent denoising steps. It recomputes feed-forward and attention operations only for salient tokens while reusing cached activations for the remainder. Across diverse reasoning and code-generation benchmarks, DyLLM achieves up to 9.6x higher throughput while largely preserving the baseline accuracy of representative open-source diffusion LLMs, LLaDA, and Dream.

📄 PDF Abstract BibTeX arXiv:2603.08026

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamic Expert Sharing: Decoupling Memory from Parallelism in Mixture-of-Experts Diffusion LLMs

2026-01-31 · Hao Mark Chen, Zhiwen Mo, Royson Lee, Qianzhou Wang 외 arxiv

Among parallel decoding paradigms, diffusion large language models (dLLMs) have emerged as a promising candidate that balances generation quality and throughput. However, their integration with Mixture-of-Experts (MoE) a…

FastCache: Fast Caching for Diffusion Transformer Through Learnable Linear Approximation

2025-05-26 · Dong Liu, Jiayi Zhang, YiFan Li, Yanxuan Yu 외

Diffusion Transformers (DiT) are powerful generative models but remain computationally intensive due to their iterative structure and deep transformer stacks. To alleviate this inefficiency, we propose FastCache, a hidde…

Does Visual Token Pruning Improve Calibration? An Empirical Study on Confidence in MLLMs

2026-04-13 · Kaizhen Tan arxiv

Visual token pruning is a widely used strategy for efficient inference in multimodal large language models (MLLMs), but existing work mainly evaluates it with task accuracy. In this paper, we study how visual token pruni…

Balancing Saliency and Coverage: Semantic Prominence-Aware Budgeting for Visual Token Compression in VLMs

2026-03-16 · Jaehoon Lee, Mingi Jung, Soohyuk Jang, Seungryong Yoo 외 arxiv

Large Vision-Language Models (VLMs) achieve strong multimodal understanding capabilities by leveraging high-resolution visual inputs, but the resulting large number of visual tokens creates a major computational bottlene…

Saliency-driven Dynamic Token Pruning for Large Language Models

2025-04-06 · Yao Tao, Yehui Tang, Yun Wang, Mingjian Zhu 외

Despite the recent success of large language models (LLMs), LLMs are particularly challenging in long-sequence inference scenarios due to the quadratic computational complexity of the attention mechanism. Inspired by the…