paper-with-me

홈 › Papers

Six Layers Less: Encoder Pruning for Whisper with Label-Free Recovery

2026-09-23 · Rasmus Aagaard, Nicki Skafte Detlefsen hf

Pruning large pre-trained transformer-based ASR models such as OpenAI's Whisper has seen great adoption, as pruning the decoder led to significant end-to-end transcription speedups. For instance, the {\tt whisper-large-v3-turbo} variant reduced the decoder from 32 to 4 layers, while Distill-Whisper similarly reduced the decoder to only 2 layers. Although some attention has been put towards reducing the size of the encoder, no approach has seen wide adoption. This could be due to the need for custom inference implementations to take advantage of the compressed model. We present an approach that ranks encoder layers by the leave-one-layer-out change in Word Error Rate (WER). The six layers that cause the least change are removed, corresponding to 18.5% of the encoder stack. The pruned model requires no custom inference code as it is simply a more shallow encoder with fewer layers. We further distill using unlabeled monolingual speech data to recover performance degradation caused by the zero-shot layer pruning. Mean WER across four languages increases to 20.1% after distillation, compared to 21.9% zero-shot, going from a baseline of 18.2%. We release all of our code (https://github.com/rasgaard/whisper-encoder-layer-prune) and the pruned model (https://huggingface.co/rasgaard/whisper-large-v3-turbo-encoder-pruned).

📄 PDF Abstract BibTeX arXiv:2609.27980

Code (4)

InsomaniacElf/sg-tamil-tts-resources- ★ 1
Tavish9/awesome-daily-AI-arxiv ★ 121
iszhanjiawei/TTS_arxiv_daily ★ 3
🤗 rasgaard/whisper-large-v3-turbo-encoder-pruned ★ 1

Similar Papers 제목 키워드 기반

On the Role of Encoder Depth: Pruning Whisper and LoRA Fine-Tuning in SLAM-ASR

2026-03-30 · Ganesh Pavan Kartikeya Bharadwaj Kolluri, Michael Kampouridis, Ravi Shekhar arxiv

Automatic speech recognition (ASR) has advanced rapidly in recent years, driven by large-scale pretrained models and end-to-end architectures such as SLAM-ASR. A key component of SLAM-ASR systems is the Whisper speech en…

Speech Recognition

Pruning as Regularization: Sensitivity-Aware One-Shot Pruning in ASR

2025-11-11 · Julian Irigoyen, Arthur Söhler, Andreas Søeborg Kirkedal arxiv

We challenge the conventional view of neural network pruning as solely a compression technique, demonstrating that one-shot magnitude pruning serves as a powerful implicit regularizer for ASR. Using Whisper-small, we com…

Network Pruning

BaldWhisper: Faster Whisper with Head Shearing and Layer Merging

2025-10-06 · Yaya Sy, Christophe Cerisara, Irina Illina arxiv

Pruning large pre-trained transformers in a data-scarce scenario is challenging, as it often requires massive retraining data to recover performance. For instance, Distill-Whisper prunes Whisper by 40 and retrains on 21,…

Fine-tuning Whisper for Pashto ASR: strategies and scale

2026-04-07 · Hanif Rahman arxiv

Pashto is absent from Whisper's pre-training corpus despite being one of CommonVoice's largest language collections, leaving off-the-shelf models unusable: all Whisper sizes output Arabic, Dari, or Urdu script on Pashto …

Investigating Pre-trained Audio Encoders in the Low-Resource Condition

2023-05-28 · Hao Yang, Jinming Zhao, Gholamreza Haffari, Ehsan Shareghi

Pre-trained speech encoders have been central to pushing state-of-the-art results across various speech understanding and generation tasks. Nonetheless, the capabilities of these encoders in low-resource settings are yet…