paper-with-me

Papers

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,000 hours of speech, far beyond what is available for most languages. Can Whisper be made lighter and faster for edge devices in data-scarce settings? Focusing on Bambara with only 32h of speech-to-text data, we propose a new pruning recipe. Instead of vocabulary pruning, which is unsuitable due to frequent code-switching by Bambara speakers, we compress the embeddings with low-rank decomposition and feature distillation. Rather than removing layers, we merge them to limit performance loss. The final model preserves 90 of the original performance while being 48 smaller and 2.15x faster on a MacBook Air M1.

📄 PDF Abstract BibTeX arXiv:2510.08599

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Speech Emotion Recognition Leveraging OpenAI's Whisper Representations and Attentive Pooling Methods

2026-02-05 · Ali Shendabadi, Parnia Izadirad, Mostafa Salehi, Mahmoud Bijankhan arxiv

Speech Emotion Recognition (SER) research has faced limitations due to the lack of standard and sufficiently large datasets. Recent studies have leveraged pre-trained models to extract features for downstream tasks such …

Speech Emotion Recognition

Using fine-tuning and min lookahead beam search to improve Whisper

2023-09-19 · Andrea Do, Oscar Brown, Zhengjie Wang, Nikhil Mathew 외

The performance of Whisper in low-resource languages is still far from perfect. In addition to a lack of training data on low-resource languages, we identify some limitations in the beam search algorithm used in Whisper.…

Calm-Whisper: Reduce Whisper Hallucination On Non-Speech By Calming Crazy Heads Down

2025-05-19 · Yingzhi Wang, Anas Alhmoud, Saad Alsahly, Muhammad Alqurishi 외

OpenAI's Whisper has achieved significant success in Automatic Speech Recognition. However, it has consistently been found to exhibit hallucination issues, particularly in non-speech segments, which limits its broader ap…

Automatic Speech RecognitionDecoderHallucinationspeech-recognition+1

Listen Like a Teacher: Mitigating Whisper Hallucinations using Adaptive Layer Attention and Knowledge Distillation

2025-11-18 · Kumud Tripathi, Aditya Srinivas Menon, Aman Gaurav, Raj Prakash Gohil 외 arxiv

The Whisper model, an open-source automatic speech recognition system, is widely adopted for its strong performance across multilingual and zero-shot settings. However, it frequently suffers from hallucination errors, es…

Knowledge DistillationSpeech Recognition

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

2026-02-28 · Sen Zhang, Jianguo Wei, Wenhuan Lu, Xianghu Yue 외 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 …

Speech Recognition