CLSDASSep 5, 2024

LAST: Language Model Aware Speech Tokenization

arXiv:2409.03701v29 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the problem of integrating speech and text processing for language models, offering a novel approach that enables a single model to handle both modalities, though it is incremental in advancing tokenization methods.

The paper tackles the mismatch between speech tokenization and language model usage by training a speech tokenizer with objectives from pre-trained textual language models, resulting in improved performance in spoken language modeling and speech-to-text tasks compared to baselines.

Speech tokenization serves as the foundation of speech language model (LM), enabling them to perform various tasks such as spoken language modeling, text-to-speech, speech-to-text, etc. Most speech tokenizers are trained independently of the LM training process, relying on separate acoustic models and quantization methods. Following such an approach may create a mismatch between the tokenization process and its usage afterward. In this study, we propose a novel approach to training a speech tokenizer by leveraging objectives from pre-trained textual LMs. We advocate for the integration of this objective into the process of learning discrete speech representations. Our aim is to transform features from a pre-trained speech model into a new feature space that enables better clustering for speech LMs. We empirically investigate the impact of various model design choices, including speech vocabulary size and text LM size. Our results demonstrate the proposed tokenization method outperforms the evaluated baselines considering both spoken language modeling and speech-to-text. More importantly, unlike prior work, the proposed method allows the utilization of a single pre-trained LM for processing both speech and text inputs, setting it apart from conventional tokenization approaches.

Foundations

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

Your Notes