NEST-RQ: Next Token Prediction for Speech Self-Supervised Pre-Training
Minglun Han, Ye Bai, Chen Shen, Youjia Huang, Mingkun Huang, Zehua Lin, Linhao Dong, Lu Lu, Yuxuan Wang
TL;DR
This work tackles the lack of SSL support for streaming ASR by introducing NEST-RQ, a speech self-supervised pre-training method that uses a causal encoder and next-token prediction with a random-projection quantizer. The approach frames SSL as predicting the next $N$ tokens $k_{l+1}, \dots, k_{l+N}$ from the current encoder state, enabling left-context-only training suitable for streaming models. Empirical results on a large-scale dataset show that NEST-RQ matches BEST-RQ on non-streaming ASR while surpassing it on streaming ASR, with systematic analyses revealing benefits from codebook quality, encoder size, and future-context size. The findings offer practical insights for adapting SSL to streaming ASR and suggest avenues for extending joint autoregressive modeling of speech and text.
Abstract
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.
