paper-with-me

홈 › Papers

Multilingual DistilWhisper: Efficient Distillation of Multi-task Speech Models via Language-Specific Experts

2023-11-02 · Thomas Palmeira Ferraz, Marcely Zanon Boito, Caroline Brun, Vassilina Nikoulina

Whisper is a multitask and multilingual speech model covering 99 languages. It yields commendable automatic speech recognition (ASR) results in a subset of its covered languages, but the model still underperforms on a non-negligible number of under-represented languages, a problem exacerbated in smaller model versions. In this work, we propose DistilWhisper, an approach able to bridge the performance gap in ASR for these languages while retaining the advantages of multitask and multilingual capabilities. Our approach involves two key strategies: lightweight modular ASR fine-tuning of whisper-small using language-specific experts, and knowledge distillation from whisper-large-v2. This dual approach allows us to effectively boost ASR performance while keeping the robustness inherited from the multitask and multilingual pre-training. Results demonstrate that our approach is more effective than standard fine-tuning or LoRA adapters, boosting performance in the targeted languages for both in- and out-of-domain test sets, while introducing only a negligible parameter overhead at inference.

📄 PDF Abstract BibTeX arXiv:2311.01070

Code (1)

naver/multilingual-distilwhisper 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Efficient Compression of Multitask Multilingual Speech Models

2024-05-02 · Thomas Palmeira Ferraz

Whisper is a multitask and multilingual speech model covering 99 languages. It yields commendable automatic speech recognition (ASR) results in a subset of its covered languages, but the model still underperforms on a no…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationQuantization+2

DQ-Whisper: Joint Distillation and Quantization for Efficient Multilingual Speech Recognition

2023-05-18 · Hang Shao, Bei Liu, Wei Wang, Xun Gong 외

As a popular multilingual and multitask pre-trained speech model, Whisper has the problem of curse of multilinguality. To enhance multilingual capabilities in small Whisper models, we propose DQ-Whisper, a novel joint di…

Knowledge DistillationQuantizationspeech-recognitionSpeech Recognition

Language-Aware Distillation for Multilingual Instruction-Following Speech LLMs with ASR-Only Supervision

2026-03-07 · Shreyas Gopal, Donghang Wu, Ashutosh Anshul, Yeo Yue Heng 외 arxiv

Speech Large Language Models (LLMs) that understand and follow instructions in many languages are useful for real-world interaction, but are difficult to train with supervised fine-tuning, requiring large, task-specific …

Instruction Following

Improved Cross-Lingual Transfer Learning For Automatic Speech Translation

2023-06-01 · Sameer Khurana, Nauman Dawalatabad, Antoine Laurent, Luis Vicente 외

Research in multilingual speech-to-text translation is topical. Having a single model that supports multiple translation tasks is desirable. The goal of this work it to improve cross-lingual transfer learning in multilin…

automatic-speech-translationCross-Lingual TransferDecoderKnowledge Distillation+5

CoLLD: Contrastive Layer-to-layer Distillation for Compressing Multilingual Pre-trained Speech Encoders

2023-09-14 · Heng-Jui Chang, Ning Dong, Ruslan Mavlyutov, Sravya Popuri 외

Large-scale self-supervised pre-trained speech encoders outperform conventional approaches in speech recognition and translation tasks. Due to the high cost of developing these large models, building new encoders for new…

Contrastive LearningKnowledge DistillationModel Compressionspeech-recognition+4