paper-with-me

Papers

Efficient On-Device Diffusion LLM Inference with Mobile NPU

2026-06-11 · Tuowei Wang, Yanfan Sun, Ju Ren arxiv

Diffusion large language models (dLLMs) accelerate generation by denoising multiple tokens in parallel, making them attractive for latency-sensitive mobile inference. However, repeated denoising introduces substantial computation on smartphones. Mobile neural processing units (NPUs) offer high-throughput dense matrix computation, but efficiently exploiting them remains challenging: token commitment shrinks per-block effective workloads, token revision complicates KV cache reuse, and limited NPU-visible address space incurs costly remapping and data transfer overheads. In this paper, we propose llada.cpp, the first NPU-aware inference framework for accelerating dLLMs on smartphones. llada.cpp aligns block-wise dLLM inference with the execution characteristics of mobile NPUs through three techniques. (1) Multi-Block Speculative Decoding fills the shrinking workload in late-stage current-block decoding with speculative future-block tokens. (2) Dual-Path Progressive Revision keeps committed tokens revisable until stable and refreshes unstable tokens through a CPU-side path without stalling dense NPU execution. (3) Swap-Optimized Memory Runtime compacts NPU-visible address layouts and overlaps data staging with NPU computation to reduce remapping and transfer overheads. We implement llada.cpp as an end-to-end framework and evaluate it across diverse hardware platforms and dLLM workloads. llada.cpp reduces LLaDA-8B generation latency by 17x-42x over the CPU baseline with prefix KV cache reuse, while preserving generation quality.

📄 PDF Abstract BibTeX arXiv:2606.13740

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MobileDiffusion: Instant Text-to-Image Generation on Mobile Devices

2023-11-28 · Yang Zhao, Yanwu Xu, Zhisheng Xiao, HaoLin Jia 외

The deployment of large-scale text-to-image diffusion models on mobile devices is impeded by their substantial model size and slow inference speed. In this paper, we propose \textbf{MobileDiffusion}, a highly efficient t…

Computational EfficiencyImage GenerationText to Image GenerationText-to-Image Generation

Squeezing Large-Scale Diffusion Models for Mobile

2023-07-03 · Jiwoong Choi, Minkyu Kim, Daehyun Ahn, Taesu Kim 외

The emergence of diffusion models has greatly broadened the scope of high-fidelity image synthesis, resulting in notable advancements in both practical implementation and academic research. With the active adoption of th…

Image Generation

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-02-05 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon 외

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based…

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-03-31 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon 외

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based…

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

MobileI2V: Fast and High-Resolution Image-to-Video on Mobile Devices

2025-11-26 · Shuai Zhang, Bao Tang, Siyuan Yu, Yueting Zhu 외 arxiv

Recently, video generation has witnessed rapid advancements, drawing increasing attention to image-to-video (I2V) synthesis on mobile devices. However, the substantial computational complexity and slow generation speed o…

Video Generation