CLSDASDec 21, 2024

Adapting Whisper for Code-Switching through Encoding Refining and Language-Aware Decoding

arXiv:2412.16507v37 citationsh-index: 7ICASSP
Originality Incremental advance
AI Analysis

This work addresses code-switching speech recognition for multilingual speakers, representing an incremental improvement over existing adaptation methods.

The paper tackles code-switching automatic speech recognition by adapting Whisper with an encoder refiner and language-aware decoding, achieving relative MER reductions of 4.1% and 7.2% on test sets and surpassing state-of-the-art methods.

Code-switching (CS) automatic speech recognition (ASR) faces challenges due to the language confusion resulting from accents, auditory similarity, and seamless language switches. Adaptation on the pre-trained multi-lingual model has shown promising performance for CS-ASR. In this paper, we adapt Whisper, which is a large-scale multilingual pre-trained speech recognition model, to CS from both encoder and decoder parts. First, we propose an encoder refiner to enhance the encoder's capacity of intra-sentence swithching. Second, we propose using two sets of language-aware adapters with different language prompt embeddings to achieve language-specific decoding information in each decoder layer. Then, a fusion module is added to fuse the language-aware decoding. The experimental results using the SEAME dataset show that, compared with the baseline model, the proposed approach achieves a relative MER reduction of 4.1% and 7.2% on the dev_man and dev_sge test sets, respectively, surpassing state-of-the-art methods. Through experiments, we found that the proposed method significantly improves the performance on non-native language in CS speech, indicating that our approach enables Whisper to better distinguish between the two languages.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes