用分层编码器实现一分钟零样本语音合成,帧率降至8赫兹
HALL-E: Hierarchical Neural Codec Language Model for Minute-Long Zero-Shot Text-to-Speech Synthesis
- 提出多分辨率重量化框架,降低音频编码帧率
- 构建分层语言模型HALL-E,支持分钟级语音单步生成
- 适配大模型语音合成,适合研究长语音生成的学者
基于大语言模型(LLM)的文本到语音(TTS)模型通过将自然语言转化为离散音频标记受到广泛关注,其进展得益于使用残差向量量化(RVQ)的神经音频编码器(NAC)。然而,由于高帧率导致音频标记序列过长,长语音合成仍面临挑战。本文提出两种后训练方法:1)多分辨率重量化(MReQ),通过教师-学生蒸馏引入多分辨率残差向量量化(MRVQ)模块,对预训练NAC模型进行帧率压缩;2)HALL-E,一种基于LLM的分层语音合成模型,利用MRVQ子模块,并在预训练的LLM-TTS基础上继续训练。为推动研究,我们构建了MinutesSpeech数据集,包含40k小时过滤后的语音数据,支持3秒至180秒的语音合成训练与评估。实验中,将该框架应用于VALL-E,帧率最低降至8 Hz,实现单次推理稳定生成一分钟语音。音频样例、数据集、代码和预训练模型见https://yutonishimura-v2.github.io/HALL-E_DEMO/
原文摘要 · Abstract (English)
Recently, Text-to-speech (TTS) models based on large language models (LLMs) that translate natural language text into sequences of discrete audio tokens have gained great research attention, with advances in neural audio codec (NAC) models using residual vector quantization (RVQ). However, long-form speech synthesis remains a significant challenge due to the high frame rate, which increases the length of audio tokens and makes it difficult for autoregressive language models to generate audio tokens for even a minute of speech. To address this challenge, this paper introduces two novel post-training approaches: 1) Multi-Resolution Requantization (MReQ) and 2) HALL-E. MReQ is a framework to reduce the frame rate of pre-trained NAC models. Specifically, it incorporates multi-resolution residual vector quantization (MRVQ) module that hierarchically reorganizes discrete audio tokens through teacher-student distillation. HALL-E is an LLM-based TTS model designed to predict hierarchical tokens of MReQ. Specifically, it incorporates the technique of using MRVQ sub-modules and continues training from a pre-trained LLM-based TTS model. Furthermore, to promote TTS research, we create MinutesSpeech, a new benchmark dataset consisting of 40k hours of filtered speech data for training and evaluating speech synthesis ranging from 3s up to 180s. In experiments, we demonstrated the effectiveness of our approaches by applying our post-training framework to VALL-E. We achieved the frame rate down to as low as 8 Hz, enabling the stable minitue-long speech synthesis in a single inference step. Audio samples, dataset, codes and pre-trained models are available at https://yutonishimura-v2.github.io/HALL-E_DEMO/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。