paper-with-me

홈 › Papers

Mixer-TTS: non-autoregressive, fast and compact text-to-speech model conditioned on language model embeddings

2021-10-07 · Oktai Tatanov, Stanislav Beliaev, Boris Ginsburg

This paper describes Mixer-TTS, a non-autoregressive model for mel-spectrogram generation. The model is based on the MLP-Mixer architecture adapted for speech synthesis. The basic Mixer-TTS contains pitch and duration predictors, with the latter being trained with an unsupervised TTS alignment framework. Alongside the basic model, we propose the extended version which additionally uses token embeddings from a pre-trained language model. Basic Mixer-TTS and its extended version achieve a mean opinion score (MOS) of 4.05 and 4.11, respectively, compared to a MOS of 4.27 of original LJSpeech samples. Both versions have a small number of parameters and enable much faster speech synthesis compared to the models with similar quality.

📄 PDF Abstract BibTeX arXiv:2110.03584

Code (1)

lakahaga/dc-comix-tts pytorch

Tasks

Language ModelingLanguage ModellingmodelSpeech Synthesistext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
MLP-Mixer 설명 없음

Similar Papers 제목 키워드 기반

EfficientSpeech: An On-Device Text to Speech Model

2023-05-23 · Rowel Atienza

State of the art (SOTA) neural text to speech (TTS) models can generate natural-sounding synthetic voices. These models are characterized by large memory footprints and substantial number of operations due to the long-st…

CPUmodeltext-to-speechText to Speech

A Lexical-aware Non-autoregressive Transformer-based ASR Model

2023-05-18 · Chong-En Lin, Kuan-Yu Chen

Non-autoregressive automatic speech recognition (ASR) has become a mainstream of ASR modeling because of its fast decoding speed and satisfactory result. To further boost the performance, relaxing the conditional indepen…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

CLAQS: Compact Learnable All-Quantum Token Mixer with Shared-ansatz for Text Classification

2025-10-08 · Junhao Chen, Yifan Zhou, Hanqi Jiang, Yi Pan 외 arxiv

Quantum compute is scaling fast, from cloud QPUs to high throughput GPU simulators, making it timely to prototype quantum NLP beyond toy tasks. However, devices remain qubit limited and depth limited, training can be uns…

Text Classification

FastSpeech 2: Fast and High-Quality End-to-End Text to Speech

2020-06-08 · ICLR 2021 1 · Yi Ren, Chenxu Hu, Xu Tan, Tao Qin 외

Non-autoregressive text to speech (TTS) models such as FastSpeech can synthesize speech significantly faster than previous autoregressive models with comparable quality. The training of FastSpeech model relies on an auto…

Knowledge DistillationSpeech Synthesistext-to-speechText to Speech+1

Next Tokens Denoising for Speech Synthesis

2025-07-30 · Yanqing Liu, Ruiqing Xue, Chong Zhang, Yufei Liu 외 arxiv

While diffusion and autoregressive (AR) models have significantly advanced generative modeling, they each present distinct limitations. AR models, which rely on causal attention, cannot exploit future context and suffer …

Speech Synthesis