CLLGMay 7, 2024

Open Implementation and Study of BEST-RQ for Speech Processing

arXiv:2405.04296v215 citationsh-index: 19Has Code2024 IEEE International Conference on Acoustics, Speech, and Signal Processing Workshops (ICASSPW)
AI Analysis

This work provides an incremental improvement by making BEST-RQ more accessible and efficient for speech processing researchers and practitioners.

The authors tackled the lack of details and open-source implementation for BEST-RQ, a self-supervised learning method for speech, by re-implementing it and showing it achieves similar performance to wav2vec 2.0 on downstream tasks while reducing training time by over a factor of two.

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 with Random-projection Quantizer (BEST-RQ), is an SSL method that has shown great performance on Automatic Speech Recognition (ASR) while being simpler than other SSL methods, such as wav2vec 2.0. Despite BEST-RQ's great performance, details are lacking in the original paper, such as the amount of GPU/TPU hours used in pre-training, and there is no official easy-to-use open-source implementation. Furthermore, BEST-RQ has not been evaluated on other downstream tasks aside from ASR and speech translation. In this work, we describe a re-implementation of a Random-projection quantizer and perform a preliminary study with a comparison to wav2vec 2.0 on four downstream tasks. We discuss the details and differences of our implementation. We show that a random projection quantizer can achieve similar downstream performance as wav2vec 2.0 while decreasing training time by over a factor of two.

Code Implementations1 repo
Foundations

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

Your Notes