paper-with-me

홈 › Papers

Multi-Task Adversarial Training Algorithm for Multi-Speaker Neural Text-to-Speech

2022-09-26 · Yusuke Nakai, Yuki Saito, Kenta Udagawa, Hiroshi Saruwatari

We propose a novel training algorithm for a multi-speaker neural text-to-speech (TTS) model based on multi-task adversarial training. A conventional generative adversarial network (GAN)-based training algorithm significantly improves the quality of synthetic speech by reducing the statistical difference between natural and synthetic speech. However, the algorithm does not guarantee the generalization performance of the trained TTS model in synthesizing voices of unseen speakers who are not included in the training data. Our algorithm alternatively trains two deep neural networks: multi-task discriminator and multi-speaker neural TTS model (i.e., generator of GANs). The discriminator is trained not only to distinguish between natural and synthetic speech but also to verify the speaker of input speech is existent or non-existent (i.e., newly generated by interpolating seen speakers' embedding vectors). Meanwhile, the generator is trained to minimize the weighted sum of the speech reconstruction loss and adversarial loss for fooling the discriminator, which achieves high-quality multi-speaker TTS even if the target speaker is unseen. Experimental evaluation shows that our algorithm improves the quality of synthetic speech better than a conventional GANSpeech algorithm.

📄 PDF Abstract BibTeX arXiv:2209.12549

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Networktext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Adversarial Multi-Task Deep Learning for Noise-Robust Voice Activity Detection with Low Algorithmic Delay

2022-07-04 · Claus Meyer Larsen, Peter Koch, Zheng-Hua Tan

Voice Activity Detection (VAD) is an important pre-processing step in a wide variety of speech processing systems. VAD should in a practical application be able to detect speech in both noisy and noise-free environments,…

Action DetectionActivity DetectionMulti-Task Learning

Unifying Adversarial Training Algorithms with Flexible Deep Data Gradient Regularization

2016-01-26 · Alexander G. Ororbia II, C. Lee Giles, Daniel Kifer

Many previous proposals for adversarial training of deep neural nets have included di- rectly modifying the gradient, training on a mix of original and adversarial examples, using contractive penalties, and approximately…

Attention-Focused Adversarial Training for Robust Temporal Reasoning

2022-06-01 · LREC 2022 6 · Lis Kanashiro Pereira

We propose an enhanced adversarial training algorithm for fine-tuning transformer-based language models (i.e., RoBERTa) and apply it to the temporal reasoning task. Current adversarial training approaches for NLP add the…

Single-Step Adversarial Training for Semantic Segmentation

2021-06-30 · Daniel Wiens, Barbara Hammer

Even though deep neural networks succeed on many different tasks including semantic segmentation, they lack on robustness against adversarial examples. To counteract this exploit, often adversarial training is used. Howe…

SegmentationSemantic Segmentation

Adversarial Training for Relation Extraction

2017-09-01 · EMNLP 2017 9 · Yi Wu, David Bamman, Stuart Russell

Adversarial training is a mean of regularizing classification algorithms by generating adversarial noise to the training data. We apply adversarial training in relation extraction within the multi-instance multi-label le…

General ClassificationImage ClassificationMulti-Label LearningRelation+2