ASAICLSep 13, 2024

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

arXiv:2409.08680v14 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the problem of improving streaming automatic speech recognition for applications requiring real-time processing, though it is incremental as it builds on existing methods like BEST-RQ.

The paper tackled the lack of support for streaming models in speech self-supervised pre-training by introducing NEST-RQ, a method using causal encoders and next token prediction, achieving comparable performance on non-streaming ASR and better performance on streaming ASR compared to BEST-RQ.

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-causal encoders with bidirectional context, and lack sufficient support for downstream streaming models. To address this issue, we introduce the next token prediction based speech pre-training method with random-projection quantizer (NEST-RQ). NEST-RQ employs causal encoders with only left context and uses next token prediction (NTP) as the training task. On the large-scale dataset, compared to BEST-RQ, the proposed NEST-RQ achieves comparable performance on non-streaming automatic speech recognition (ASR) and better performance on streaming ASR. We also conduct analytical experiments in terms of the future context size of streaming ASR, the codebook quality of SSL and the model size of the encoder. In summary, the paper demonstrates the feasibility of the NTP in speech SSL and provides empirical evidence and insights for speech SSL research.

Foundations

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

Your Notes