paper-with-me

Papers

DQ-Data2vec: Decoupling Quantization for Multilingual Speech Recognition

2025-01-23 · Qijie Shao, Linhao Dong, Kun Wei, Sining Sun, Lei Xie

Data2vec is a self-supervised learning (SSL) approach that employs a teacher-student architecture for contextual representation learning via masked prediction, demonstrating remarkable performance in monolingual ASR. Previous studies have revealed that data2vec's shallow layers capture speaker and language information, middle layers encode phoneme and word features, while deep layers are responsible for reconstruction. Language and phoneme features are crucial for multilingual ASR. However, data2vec's masked representation generation relies on multi-layer averaging, inevitably coupling these features. To address this limitation, we propose a decoupling quantization based data2vec (DQ-Data2vec) for multilingual ASR, which includes a data2vec backbone and two improved online K-means quantizers. Our core idea is using the K-means quantizer with specified cluster numbers to decouple language and phoneme information for masked prediction. Specifically, in the language quantization, considering that the number of languages is significantly different from other irrelevant features (e.g., speakers), we assign the cluster number to match the number of languages, explicitly decoupling shallow layers' language-related information from irrelevant features. This strategy is also applied to decoupling middle layers' phoneme and word features. In a self-supervised scenario, experiments on the CommonVoice dataset demonstrate that DQ-Data2vec achieves a relative reduction of 9.51% in phoneme error rate (PER) and 11.58% in word error rate (WER) compared to data2vec and UniData2vec. Moreover, in a weakly-supervised scenario incorporating language labels and high-resource language text labels, the relative reduction is 18.09% and 1.55%, respectively.

📄 PDF Abstract BibTeX arXiv:2501.13497

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRepresentation LearningSelf-Supervised Learningspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

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

Google USM: Scaling Automatic Speech Recognition Beyond 100 Languages

2023-03-02 · Yu Zhang, Wei Han, James Qin, Yongqiang Wang 외

We introduce the Universal Speech Model (USM), a single large model that performs automatic speech recognition (ASR) across 100+ languages. This is achieved by pre-training the encoder of the model on a large unlabeled m…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+3

Zipper-LoRA: Dynamic Parameter Decoupling for Speech-LLM based Multilingual Speech Recognition

2026-03-18 · Yuxiang Mei, Delai Qiu, Shengping Liu, Jiaen Liang 외 arxiv

Speech Large Language Models (Speech-LLMs) have emerged as a powerful approach for automatic speech recognition (ASR) by aligning speech encoders with large language models. However, adapting these systems to multilingua…

parameter-efficient fine-tuningSpeech Recognition

CLSRIL-23: Cross Lingual Speech Representations for Indic Languages

2021-07-15 · Anirudh Gupta, Harveen Singh Chadha, Priyanshi Shah, Neeraj Chhimwal 외

We present a CLSRIL-23, a self supervised learning based audio pre-trained model which learns cross lingual speech representations from raw audio across 23 Indic languages. It is built on top of wav2vec 2.0 which is solv…

Self-Supervised Learningspeech-recognitionSpeech Recognition

Large Language Models Meet Contrastive Learning: Zero-Shot Emotion Recognition Across Languages

2025-03-25 · Heqing Zou, Fengmao Lv, Desheng Zheng, Eng Siong Chng 외

Multilingual speech emotion recognition aims to estimate a speaker's emotional state using a contactless method across different languages. However, variability in voice characteristics and linguistic diversity poses sig…

Contrastive LearningDiversityEmotion RecognitionSpeech Emotion Recognition