paper-with-me

Papers

Self-supervised Learning with Random-projection Quantizer for Speech Recognition

2022-02-03 · Chung-Cheng Chiu, James Qin, Yu Zhang, Jiahui Yu, Yonghui Wu

We present a simple and effective self-supervised learning approach for speech recognition. The approach learns a model to predict the masked speech signals, in the form of discrete labels generated with a random-projection quantizer. In particular the quantizer projects speech inputs with a randomly initialized matrix, and does a nearest-neighbor lookup in a randomly-initialized codebook. Neither the matrix nor the codebook is updated during self-supervised learning. Since the random-projection quantizer is not trained and is separated from the speech recognition model, the design makes the approach flexible and is compatible with universal speech recognition architecture. On LibriSpeech our approach achieves similar word-error-rates as previous work using self-supervised learning with non-streaming models, and provides lower word-error-rates and latency than wav2vec 2.0 and w2v-BERT with streaming models. On multilingual tasks the approach also provides significant improvement over wav2vec 2.0 and w2v-BERT.

📄 PDF Abstract BibTeX arXiv:2202.01855

Code (4)

HarunoriKawano/BEST-RQ pytorch
lucasnewman/best-rq-pytorch pytorch
lucidrains/vector-quantize-pytorch pytorch
wenet-e2e/wenet/tree/main/wenet/ssl/bestrq pytorch

Tasks

Self-Supervised Learningspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Open Implementation and Study of BEST-RQ for Speech Processing

2024-05-07 · Ryan Whetten, Titouan Parcollet, Marco Dinarelli, Yannick Estève

Self-Supervised Learning (SSL) has proven to be useful in various speech tasks. However, these methods are generally very demanding in terms of data, memory, and computational resources. BERT-based Speech pre-Training wi…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)GPUSelf-Supervised Learning+2

NEST-RQ: Next Token Prediction for Speech Self-Supervised Pre-Training

2024-09-13 · Minglun Han, Ye Bai, Chen Shen, Youjia Huang 외

Speech self-supervised pre-training can effectively improve the performance of downstream tasks. However, previous self-supervised learning (SSL) methods for speech, such as HuBERT and BEST-RQ, focus on utilizing non-cau…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognition+1

BiRQ: Bi-Level Self-Labeling Random Quantization for Self-Supervised Speech Recognition

2025-09-18 · Liuyuan Jiang, Xiaodong Cui, Brian Kingsbury, Tianyi Chen 외 arxiv

Speech is a rich signal, and labeled audio-text pairs are costly, making self-supervised learning essential for scalable representation learning. A core challenge in speech SSL is generating pseudo-labels that are both i…

Self-Supervised LearningComputational EfficiencyRepresentation LearningBilevel Optimization

Why does Self-Supervised Learning for Speech Recognition Benefit Speaker Recognition?

2022-04-27 · Sanyuan Chen, Yu Wu, Chengyi Wang, Shujie Liu 외

Recently, self-supervised learning (SSL) has demonstrated strong performance in speaker recognition, even if the pre-training objective is designed for speech recognition. In this paper, we study which factor leads to th…

Self-Supervised LearningSpeaker RecognitionSpeaker Verificationspeech-recognition+1

On One-Bit Quantization

2022-02-10 · Sourbh Bhadane, Aaron B. Wagner

We consider the one-bit quantizer that minimizes the mean squared error for a source living in a real Hilbert space. The optimal quantizer is a projection followed by a thresholding operation, and we provide methods for …

Quantization