优化语音识别模型,提升飞行员多语言驾驶舱对话转录准确率
Analyzing and Fine-Tuning Whisper Models for Multilingual Pilot Speech Transcription in the Cockpit
- 用多种归一化方法处理文本,降低词汇偏差
- 结合LoRA微调使词错误率从68.49%降至26.26%
- 适合航空语音识别、多语种场景的模型优化研究
Transformer编码器-解码器架构推动了机器翻译、自动语音识别(ASR)等领域的突破。预训练模型通常在大量通用数据上训练数个周期(多数少于五次),具备强泛化能力,但在特定领域如驾驶舱飞行员语音转录中表现下降,因涉及大量专业术语和多语言交流。本文针对此问题,收集约85分钟飞行模拟器录音与130分钟飞行员访谈录音,并手动标注。语者为中年男性,使用德语和英语。为提高转录准确率,提出多种归一化方案以优化输出文本,并采用低秩适应(LoRA)进行高效微调。最终,使用所提归一化方案的微调版Whisper Large模型词错误率(WER)由68.49%降至26.26%。
原文摘要 · Abstract (English)
The developments in transformer encoder-decoder architectures have led to significant breakthroughs in machine translation, Automatic Speech Recognition (ASR), and instruction-based chat machines, among other applications. The pre-trained models were trained on vast amounts of generic data over a few epochs (fewer than five in most cases), resulting in their strong generalization capabilities. Nevertheless, the performance of these models does suffer when applied to niche domains like transcribing pilot speech in the cockpit, which involves a lot of specific vocabulary and multilingual conversations. This paper investigates and improves the transcription accuracy of cockpit conversations with Whisper models. We have collected around 85 minutes of cockpit simulator recordings and 130 minutes of interview recordings with pilots and manually labeled them. The speakers are middle aged men speaking both German and English. To improve the accuracy of transcriptions, we propose multiple normalization schemes to refine the transcripts and improve Word Error Rate (WER). We then employ fine-tuning to enhance ASR performance, utilizing performance-efficient fine-tuning with Low-Rank Adaptation (LoRA). Hereby, WER decreased from 68.49 \% (pretrained whisper Large model without normalization baseline) to 26.26\% (finetuned whisper Large model with the proposed normalization scheme).
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。