paper-with-me

홈 › Papers

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, Yuehai Wang

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, lightweight and high-quality speech synthesis system based on VITS. Specifically, 1) We replace the decoder with ConvNeXt blocks that generate Fourier spectral coefficients followed by the inverse short-time Fourier transform to synthesize waveforms; 2) To compress the model size, we introduce the grouped parameter-sharing mechanism to the text encoder and flow-based model; 3) We further employ the large pre-trained WavLM model for adversarial training to improve synthesis quality. Experimental results show that our model achieves a real-time factor of 0.0139 on an Intel Core i9 CPU, 8.8x faster than the baseline (0.1221), with a 1.6x parameter compression. Objective and subjective evaluations indicate that FLY-TTS exhibits comparable speech quality to the strong baseline.

📄 PDF Abstract BibTeX arXiv:2407.00753

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

ConvNeXt 설명 없음

Similar Papers 제목 키워드 기반

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

2021-02-08 · Renqian Luo, Xu Tan, Rui Wang, Tao Qin 외

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 mem…

CPUModel CompressionNeural Architecture Searchtext-to-speech+1

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

ResGrad: Residual Denoising Diffusion Probabilistic Models for Text to Speech

2022-12-30 · Zehua Chen, Yihan Wu, Yichong Leng, Jiawei Chen 외

Denoising Diffusion Probabilistic Models (DDPMs) are emerging in text-to-speech (TTS) synthesis because of their strong capability of generating high-fidelity samples. However, their iterative refinement process in high-…

Denoisingtext-to-speechText to Speech

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