SDJul 1

NPUsper: Eliminating Redundant Computation for Real-Time Whisper on Mobile NPUs

arXiv:2607.0110812.7Has Code
Predicted impact top 14% in SD · last 90 daysOriginality Incremental advance
AI Analysis

For mobile AI practitioners, NPUsper makes large speech models practical on resource-constrained devices with significant efficiency gains.

NPUsper enables real-time Whisper transcription on mobile NPUs by eliminating redundant computation, achieving up to 4.84x lower per-word latency, 33.2x lower time-to-first-token, and 88.64% lower power consumption while maintaining accuracy.

We present NPUsper, a live transcription system that makes Whisper efficient on mobile NPUs by eliminating redundant computation. To avoid the heavy padding used by prior streaming systems, NPUsper detects hallucinated tokens online from temporal patterns in decoder cross-attention, allowing each inference round to process short audio inputs with minimal carryover. For efficient mobile-NPU execution, we propose controlled unrolling, which executes autoregressive decoding as K-step chunk graphs, removing unnecessary KV-cache computation and reducing graph-dispatch overhead. NPUsper achieves up to 4.84x lower per-word latency, up to 33.2x lower time-to-first-token (TTFT), and up to 88.64% lower average power consumption compared with baselines, while maintaining comparable transcription accuracy. The code is available at https://github.com/npusper/NPUsper.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes