paper-with-me

Papers

Spectral Codecs: Improving Non-Autoregressive Speech Synthesis with Spectrogram-Based Audio Codecs

2024-06-07 · Ryan Langman, Ante Jukić, Kunal Dhawan, Nithin Rao Koluguri, Jason Li

Historically, most speech models in machine-learning have used the mel-spectrogram as a speech representation. Recently, discrete audio tokens produced by neural audio codecs have become a popular alternate speech representation for speech synthesis tasks such as text-to-speech (TTS). However, the data distribution produced by such codecs is too complex for some TTS models to predict, typically requiring large autoregressive models to get good quality. Most existing audio codecs use Residual Vector Quantization (RVQ) to compress and reconstruct the time-domain audio signal. We propose a spectral codec which uses Finite Scalar Quantization (FSQ) to compress the mel-spectrogram and reconstruct the time-domain audio signal. A study of objective audio quality metrics and subjective listening tests suggests that our spectral codec has comparable perceptual quality to equivalent audio codecs. We show that FSQ, and the use of spectral speech representations, can both improve the performance of parallel TTS models.

📄 PDF Abstract BibTeX arXiv:2406.05298

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationSpeech Synthesistext-to-speechText to Speech

Similar Papers 제목 키워드 기반

A Mel Spectrogram Enhancement Paradigm Based on CWT in Speech Synthesis

2024-06-18 · Guoqiang Hu, Huaning Tan, Ruilai Li

Acoustic features play an important role in improving the quality of the synthesised speech. Currently, the Mel spectrogram is a widely employed acoustic feature in most acoustic models. However, due to the fine-grained …

DecoderSpeech Synthesis

High-Fidelity Music Vocoder using Neural Audio Codecs

2025-02-18 · Luca A. Lanzendörfer, Florian Grötschla, Michael Ungersböck, Roger Wattenhofer

While neural vocoders have made significant progress in high-fidelity speech synthesis, their application on polyphonic music has remained underexplored. In this work, we propose DisCoder, a neural vocoder that leverages…

DecoderSpeech Synthesis

FastLTS: Non-Autoregressive End-to-End Unconstrained Lip-to-Speech Synthesis

2022-07-08 · Yongqi Wang, Zhou Zhao

Unconstrained lip-to-speech synthesis aims to generate corresponding speeches from silent videos of talking faces with no restriction on head poses or vocabulary. Current works mainly use sequence-to-sequence models to s…

Lip to Speech SynthesisSpeech Synthesis

MiSTR: Multi-Modal iEEG-to-Speech Synthesis with Transformer-Based Prosody Prediction and Neural Phase Reconstruction

2025-08-05 · Mohammed Salah Al-Radhi, Géza Németh, Branislav Gerazov arxiv

Speech synthesis from intracranial EEG (iEEG) signals offers a promising avenue for restoring communication in individuals with severe speech impairments. However, achieving intelligible and natural speech remains challe…

Prosody PredictionSpeech Synthesis

FastSpeech: Fast, Robust and Controllable Text to Speech

2019-05-22 · NeurIPS 2019 12 · Yi Ren, Yangjun Ruan, Xu Tan, Tao Qin 외

Neural network based end-to-end text to speech (TTS) has significantly improved the quality of synthesized speech. Prominent methods (e.g., Tacotron 2) usually first generate mel-spectrogram from text, and then synthesiz…

DecoderSpeech Synthesistext-to-speechText to Speech+1