paper-with-me

홈 › Papers

Orchestrating Dual-Boundaries: An Arithmetic Intensity Inspired Acceleration Framework for Diffusion Language Models

2025-11-24 · Linye Wei, Wenjue Chen, Pingzhi Tang, Xiaotian Guo, Le Ye, Runsheng Wang, Meng Li arxiv

Diffusion-based large language models (dLLMs) have recently gained significant attention for their exceptional performance and inherent potential for parallel decoding. Existing frameworks further enhance its inference efficiency by enabling KV caching. However, its bidirectional attention mechanism necessitates periodic cache refreshes that interleave prefill and decoding phases, both contributing substantial inference cost and constraining achievable speedup. Inspired by the heterogeneous arithmetic intensity of the prefill and decoding phases, we propose ODB-dLLM, a framework that orchestrates dual-boundaries to accelerate dLLM inference. In the prefill phase, we find that the predefined fixed response length introduces heavy yet redundant computational overhead, which affects efficiency. To alleviate this, ODB-dLLM incorporates an adaptive length prediction mechanism that progressively reduces prefill overhead and unnecessary computation. In the decoding phase, we analyze the computational characteristics of dLLMs and propose a dLLM-specific jump-share speculative decoding method to enhance efficiency by reducing the number of decoding iterations. Experimental results demonstrate that ODB-dLLM achieves 46-162x and 2.63-6.30x speedups over the baseline dLLM and Fast-dLLM, respectively, while simultaneously mitigating the accuracy degradation in existing acceleration frameworks.

📄 PDF Abstract BibTeX arXiv:2511.21759

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Arithmetic Intensity Balancing Convolution for Hardware-aware Efficient Block Design

2023-04-08 · Shinkook Choi, Junkyeong Choi

As deep learning advances, edge devices and lightweight neural networks are becoming more important. To reduce latency in the AI accelerator, it's essential to not only reduce FLOPs but also enhance hardware performance.…

image-classificationImage Classification

Arithmetic-Intensity-Aware Quantization

2025-12-16 · Taig Singh, Shreshth Rajan, Nikhil Jain arxiv

As modern neural networks become increasingly memory-bound, inference throughput is limited by DRAM bandwidth rather than compute. We present Arithmetic-Intensity-Aware Quantization (AIQ), a mixed precision quantization …

Arithmetic-Intensity-Guided Fault Tolerance for Neural Network Inference on GPUs

2021-04-19 · Jack Kosaian, K. V. Rashmi

Neural networks (NNs) are increasingly employed in safety-critical domains and in environments prone to unreliability (e.g., soft errors), such as on spacecraft. Therefore, it is critical to impart fault tolerance to NN …

Neuro-Channel Networks: A Multiplication-Free Architecture by Biological Signal Transmission

2026-01-05 · Emrah Mete, Emin Erkan Korkmaz arxiv

The rapid proliferation of Deep Learning is increasingly constrained by its heavy reliance on high-performance hardware, particularly Graphics Processing Units (GPUs). These specialized accelerators are not only prohibit…

Rethinking LLM Inference Bottlenecks: Insights from Latent Attention and Mixture-of-Experts

2025-07-21 · Sungmin Yun, Seonyong Park, Hwayong Nam, Younjoo Lee 외 arxiv

Computational workloads composing traditional transformer models are starkly bifurcated. Multi-Head Attention (MHA) and Grouped-Query Attention are memory-bound due to low arithmetic intensity, while FeedForward Networks…