paper-with-me

Papers

Continuous Autoregressive Modeling with Stochastic Monotonic Alignment for Speech Synthesis

2025-02-03 · Weiwei Lin, Chenghan He

We propose a novel autoregressive modeling approach for speech synthesis, combining a variational autoencoder (VAE) with a multi-modal latent space and an autoregressive model that uses Gaussian Mixture Models (GMM) as the conditional probability distribution. Unlike previous methods that rely on residual vector quantization, our model leverages continuous speech representations from the VAE's latent space, greatly simplifying the training and inference pipelines. We also introduce a stochastic monotonic alignment mechanism to enforce strict monotonic alignments. Our approach significantly outperforms the state-of-the-art autoregressive model VALL-E in both subjective and objective evaluations, achieving these results with only 10.3\% of VALL-E's parameters. This demonstrates the potential of continuous speech language models as a more efficient alternative to existing quantization-based speech language models. Sample audio can be found at https://tinyurl.com/gmm-lm-tts.

📄 PDF Abstract BibTeX arXiv:2502.01084

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationSpeech Synthesis

Similar Papers 제목 키워드 기반

Stochastic Clock Attention for Aligning Continuous and Ordered Sequences

2025-09-18 · Hyungjoon Soh, Junghyo Jo arxiv

We formulate an attention mechanism for continuous and ordered sequences that explicitly functions as an alignment model, which serves as the core of many sequence-to-sequence tasks. Standard scaled dot-product attention…

Non-Monotonic Latent Alignments for CTC-Based Non-Autoregressive Machine Translation

2022-10-08 · Chenze Shao, Yang Feng

Non-autoregressive translation (NAT) models are typically trained with the cross-entropy loss, which forces the model outputs to be aligned verbatim with the target sentence and will highly penalize small shifts in word …

Machine TranslationSentenceTranslation

Speech-T: Transducer for Text to Speech and Beyond

2021-12-01 · NeurIPS 2021 12 · Jiawei Chen, Xu Tan, Yichong Leng, Jin Xu 외

Neural Transducer (e.g., RNN-T) has been widely used in automatic speech recognition (ASR) due to its capabilities of efficiently modeling monotonic alignments between input and output sequences and naturally supporting …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Sentencespeech-recognition+3

Aligned Cross Entropy for Non-Autoregressive Machine Translation

2020-04-03 · ICML 2020 1 · Marjan Ghazvininejad, Vladimir Karpukhin, Luke Zettlemoyer, Omer Levy

Non-autoregressive machine translation models significantly speed up decoding by allowing for parallel prediction of the entire target sequence. However, modeling word order is more challenging due to the lack of autoreg…

Machine TranslationTranslation

M-CIF: Multi-Scale Alignment For CIF-Based Non-Autoregressive ASR

2025-10-25 · Ruixiang Mao, Xiangnan Ma, Qing Yang, Ziming Zhu 외 arxiv

The Continuous Integrate-and-Fire (CIF) mechanism provides effective alignment for non-autoregressive (NAR) speech recognition. This mechanism creates a smooth and monotonic mapping from acoustic features to target token…

Speech Recognition