paper-with-me

Papers

HiFTNet: A Fast High-Quality Neural Vocoder with Harmonic-plus-Noise Filter and Inverse Short Time Fourier Transform

2023-09-18 · Yinghao Aaron Li, Cong Han, Xilin Jiang, Nima Mesgarani

Recent advancements in speech synthesis have leveraged GAN-based networks like HiFi-GAN and BigVGAN to produce high-fidelity waveforms from mel-spectrograms. However, these networks are computationally expensive and parameter-heavy. iSTFTNet addresses these limitations by integrating inverse short-time Fourier transform (iSTFT) into the network, achieving both speed and parameter efficiency. In this paper, we introduce an extension to iSTFTNet, termed HiFTNet, which incorporates a harmonic-plus-noise source filter in the time-frequency domain that uses a sinusoidal source from the fundamental frequency (F0) inferred via a pre-trained F0 estimation network for fast inference speed. Subjective evaluations on LJSpeech show that our model significantly outperforms both iSTFTNet and HiFi-GAN, achieving ground-truth-level performance. HiFTNet also outperforms BigVGAN-base on LibriTTS for unseen speakers and achieves comparable performance to BigVGAN while being four times faster with only $1/6$ of the parameters. Our work sets a new benchmark for efficient, high-quality neural vocoding, paving the way for real-time applications that demand high quality speech synthesis.

📄 PDF Abstract BibTeX arXiv:2309.09493

Code (1)

yl4579/HiFTNet 공식 구현 pytorch

Tasks

Speech Synthesis

Methods 이 논문이 사용한 방법론

HiFi-GAN HiFi-GAN is a generative adversarial network for speech synthesis. HiFi-GAN consists of one generator and two discriminators: multi-scale and multi-period discriminators. The…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Fast, High-Quality and Parameter-Efficient Articulatory Synthesis using Differentiable DSP

2024-09-04 · Yisi Liu, Bohan Yu, Drake Lin, Peter Wu 외

Articulatory trajectories like electromagnetic articulography (EMA) provide a low-dimensional representation of the vocal tract filter and have been used as natural, grounded features for speech synthesis. Differentiable…

Audio SynthesisComputational EfficiencyCPUSpeech Synthesis

Ultra-lightweight Neural Differential DSP Vocoder For High Quality Speech Synthesis

2024-01-19 · Prabhav Agrawal, Thilo Koehler, Zhiping Xiu, Prashant Serai 외

Neural vocoders model the raw audio waveform and synthesize high-quality audio, but even the highly efficient ones, like MB-MelGAN and LPCNet, fail to run real-time on a low-end device like a smartglass. A pure digital s…

CPUSpeech Synthesis

InstructSing: High-Fidelity Singing Voice Generation via Instructing Yourself

2024-09-10 · Chang Zeng, Chunhui Wang, Xiaoxiao Miao, Jian Zhao 외

It is challenging to accelerate the training process while ensuring both high-quality generated voices and acceptable inference speed. In this paper, we propose a novel neural vocoder called InstructSing, which can conve…

GPU

Prosody-Guided Harmonic Attention for Phase-Coherent Neural Vocoding in the Complex Spectrum

2026-01-20 · Mohammed Salah Al-Radhi, Riad Larbi, Mátyás Bartalis, Géza Németh arxiv

Neural vocoders are central to speech synthesis; despite their success, most still suffer from limited prosody modeling and inaccurate phase reconstruction. We propose a vocoder that introduces prosody-guided harmonic at…

Speech Synthesis

Audio Dequantization for High Fidelity Audio Generation in Flow-based Neural Vocoder

2020-08-16 · Hyun-Wook Yoon, Sang-Hoon Lee, Hyeong-Rae Noh, Seong-Whan Lee

In recent works, a flow-based neural vocoder has shown significant improvement in real-time speech generation task. The sequence of invertible flow operations allows the model to convert samples from simple distribution …

Audio DequantizationAudio GenerationImage Generation