paper-with-me

Papers

LightSpeech: Lightweight and Fast Text to Speech with Neural Architecture Search

2021-02-08 · Renqian Luo, Xu Tan, Rui Wang, Tao Qin, Jinzhu Li, Sheng Zhao, Enhong Chen, Tie-Yan Liu

Text to speech (TTS) has been broadly used to synthesize natural and intelligible speech in different scenarios. Deploying TTS in various end devices such as mobile phones or embedded devices requires extremely small memory usage and inference latency. While non-autoregressive TTS models such as FastSpeech have achieved significantly faster inference speed than autoregressive models, their model size and inference latency are still large for the deployment in resource constrained devices. In this paper, we propose LightSpeech, which leverages neural architecture search~(NAS) to automatically design more lightweight and efficient models based on FastSpeech. We first profile the components of current FastSpeech model and carefully design a novel search space containing various lightweight and potentially effective architectures. Then NAS is utilized to automatically discover well performing architectures within the search space. Experiments show that the model discovered by our method achieves 15x model compression ratio and 6.5x inference speedup on CPU with on par voice quality. Audio demos are provided at https://speechresearch.github.io/lightspeech.

📄 PDF Abstract BibTeX arXiv:2102.04040

Code (4)

microsoft/NeuralSpeech 공식 구현 pytorch
keonlee9420/DiffSinger pytorch
microsoft/NeuralSpeech/tree/master/LightSpeech pytorch
rishikksh20/LightSpeech pytorch

Tasks

CPUModel CompressionNeural Architecture Searchtext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Wave-U-Net Discriminator: Fast and Lightweight Discriminator for Generative Adversarial Network-Based Speech Synthesis

2023-03-24 · Takuhiro Kaneko, Hirokazu Kameoka, Kou Tanaka, Shogo Seki

In speech synthesis, a generative adversarial network (GAN), training a generator (speech synthesizer) and a discriminator in a min-max game, is widely used to improve speech quality. An ensemble of discriminators is com…

Generative Adversarial NetworkSpeech Synthesistext-to-speechText to Speech

FLY-TTS: Fast, Lightweight and High-Quality End-to-End Text-to-Speech Synthesis

2024-06-30 · Yinlin Guo, Yening Lv, Jinqiao Dou, Yan Zhang 외

While recent advances in Text-To-Speech synthesis have yielded remarkable improvements in generating high-quality speech, research on lightweight and fast models is limited. This paper introduces FLY-TTS, a new fast, lig…

CPUDecoderSpeech Synthesistext-to-speech+2

PortaSpeech: Portable and High-Quality Generative Text-to-Speech

2021-09-30 · NeurIPS 2021 12 · Yi Ren, Jinglin Liu, Zhou Zhao

Non-autoregressive text-to-speech (NAR-TTS) models such as FastSpeech 2 and Glow-TTS can synthesize high-quality speech from the given text in parallel. After analyzing two kinds of generative NAR-TTS models (VAE and nor…

text-to-speechText to SpeechText-To-Speech SynthesisVocal Bursts Intensity Prediction+1

Lightweight End-to-end Text-to-speech Synthesis for low resource on-device applications

2025-05-12 · Biel Tura Vecino, Adam Gabryś, Daniel Mątwicki, Andrzej Pomirski 외

Recent works have shown that modelling raw waveform directly from text in an end-to-end (E2E) fashion produces more natural-sounding speech than traditional neural text-to-speech (TTS) systems based on a cascade or two-s…

Speech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

Lightweight and High-Fidelity End-to-End Text-to-Speech with Multi-Band Generation and Inverse Short-Time Fourier Transform

2022-10-28 · Masaya Kawamura, Yuma Shirahata, Ryuichi Yamamoto, Kentaro Tachibana

We propose a lightweight end-to-end text-to-speech model using multi-band generation and inverse short-time Fourier transform. Our model is based on VITS, a high-quality end-to-end text-to-speech model, but adopts two ch…

CPUKnowledge Distillationtext-to-speechText to Speech