paper-with-me

홈 › Papers

Whisper-MLA: Reducing GPU Memory Consumption of ASR Models based on MHA2MLA Conversion

2026-02-28 · Sen Zhang, Jianguo Wei, Wenhuan Lu, Xianghu Yue, Wei Li, Qiang Li, Pengcheng Zhao, Ming Cai, Luo Si arxiv

The Transformer-based Whisper model has achieved state-of-the-art performance in Automatic Speech Recognition (ASR). However, its Multi-Head Attention (MHA) mechanism results in significant GPU memory consumption due to the linearly growing Key-Value (KV) cache usage, which is problematic for many applications especially with long-form audio. To address this, we introduce Whisper-MLA, a novel architecture that incorporates Multi-Head Latent Attention (MLA) into the Whisper model. Specifically, we adapt MLA for Whisper's absolute positional embeddings and systematically investigate its application across encoder self-attention, decoder self-attention, and cross-attention modules. Empirical results indicate that applying MLA exclusively to decoder self-attention yields the desired balance between performance and memory efficiency. Our proposed approach allows conversion of a pretrained Whisper model to Whisper-MLA with minimal fine-tuning. Extensive experiments on the LibriSpeech benchmark validate the effectiveness of this conversion, demonstrating that Whisper-MLA reduces the KV cache size by up to 87.5% while maintaining competitive accuracy.

📄 PDF Abstract BibTeX arXiv:2603.00563

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

Structured Sparsity and Weight-adaptive Pruning for Memory and Compute efficient Whisper models

2025-10-14 · Prasenjit K Mudi, Anshi Sachan, Dahlia Devapriya, Sheetal Kalyani arxiv

Whisper models have achieved remarkable progress in speech recognition; yet their large size remains a bottleneck for deployment on resource-constrained edge devices. This paper proposes a framework to design fine-tuned …

Speech Recognition

Voice Conversion for Whispered Speech Synthesis

2019-12-11 · Marius Cotescu, Thomas Drugman, Goeric Huybrechts, Jaime Lorenzo-Trueba 외

We present an approach to synthesize whisper by applying a handcrafted signal processing recipe and Voice Conversion (VC) techniques to convert normally phonated speech to whispered speech. We investigate using Gaussian …

Speech SynthesisVoice Conversion

MaskCycleGAN-based Whisper to Normal Speech Conversion

2024-08-27 · K. Rohith Gupta, K. Ramnath, S. Johanan Joysingh, P. Vijayalakshmi 외

Whisper to normal speech conversion is an active area of research. Various architectures based on generative adversarial networks have been proposed in the recent past. Especially, recent study shows that MaskCycleGAN, w…

Generative Adversarial NetworkVoice Conversion

WhisperPipe: A Resource-Efficient Streaming Architecture for Real-Time Automatic Speech Recognition

2026-04-28 · Erfan Ramezani, Mohammad Mahdi Giahi, Mohammad Erfan Zarabadipour, Amir Reza Yosefian 외 arxiv

Real-time automatic speech recognition (ASR) systems face a fundamental trade-off between transcription accuracy and computational efficiency, particularly when deploying large-scale transformer models like Whisper. Exis…

Computational EfficiencySpeech RecognitionActivity Detection

Vocoder-Projected Feature Discriminator

2025-08-25 · Takuhiro Kaneko, Hirokazu Kameoka, Kou Tanaka, Yuto Kondo arxiv

In text-to-speech (TTS) and voice conversion (VC), acoustic features, such as mel spectrograms, are typically used as synthesis or conversion targets owing to their compactness and ease of learning. However, because the …

Voice Conversion