arXiv:2410.15017cs.CLcs.AI2024-10EMNLP被引 6

用多模态蒸馏提升语音分词,让语音更准更易懂。

DM-Codec: Distilling Multimodal Representations for Speech Tokenization

  • 通过语言模型和自监督语音模型联合蒸馏,融合声学、语义与上下文信息
  • 在LibriSpeech上将误字率降低13.46%,信息丢失减少9.82%
  • 适合语音合成、语音识别研究者及工业界语音系统优化

近期语音-语言模型在语音分词与合成方面取得显著进展,但如何将语音的复杂多维特征准确映射为离散符号仍是挑战。现有方法通常分为两类:音频编码器产生的声学符号与自监督语音模型生成的语义符号。尽管已有工作尝试统一二者,却忽略了上下文表示在全面建模中的关键作用。实证研究表明,缺乏上下文信息会导致语音转录中单词错误率(WER)和单词信息丢失率(WIL)升高。为此,我们提出两种新颖的蒸馏方法:(1) 基于语言模型(LM)引导的蒸馏,引入上下文信息;(2) 融合语言模型与自监督语音模型(SM)的联合蒸馏,将声学、语义与上下文三类表示有效整合为一个综合语音分词器——DM-Codec。该架构采用简化编码器-解码器结构,结合残差向量量化(RVQ),并在训练中融入LM与SM。实验表明,DM-Codec显著优于当前最优模型,在LibriSpeech基准数据集上将WER降低13.46%,WIL减少9.82%,语音质量提升5.84%,可懂度提高1.85%。代码、样本与模型检查点见https://github.com/mubtasimahasan/DM-Codec。

原文摘要 · Abstract (English)

Recent advancements in speech-language models have yielded significant improvements in speech tokenization and synthesis. However, effectively mapping the complex, multidimensional attributes of speech into discrete tokens remains challenging. This process demands acoustic, semantic, and contextual information for precise speech representations. Existing speech representations generally fall into two categories: acoustic tokens from audio codecs and semantic tokens from speech self-supervised learning models. Although recent efforts have unified acoustic and semantic tokens for improved performance, they overlook the crucial role of contextual representation in comprehensive speech modeling. Our empirical investigations reveal that the absence of contextual representations results in elevated Word Error Rate (WER) and Word Information Lost (WIL) scores in speech transcriptions. To address these limitations, we propose two novel distillation approaches: (1) a language model (LM)-guided distillation method that incorporates contextual information, and (2) a combined LM and self-supervised speech model (SM)-guided distillation technique that effectively distills multimodal representations (acoustic, semantic, and contextual) into a comprehensive speech tokenizer, termed DM-Codec. The DM-Codec architecture adopts a streamlined encoder-decoder framework with a Residual Vector Quantizer (RVQ) and incorporates the LM and SM during the training process. Experiments show DM-Codec significantly outperforms state-of-the-art speech tokenization models, reducing WER by up to 13.46%, WIL by 9.82%, and improving speech quality by 5.84% and intelligibility by 1.85% on the LibriSpeech benchmark dataset. Code, samples, and checkpoints are available at https://github.com/mubtasimahasan/DM-Codec.

语音分词多模态蒸馏语音合成自监督学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。