paper-with-me

Papers

Generative Adversarial Training Data Adaptation for Very Low-resource Automatic Speech Recognition

2020-05-19 · Kohei Matsuura, Masato Mimura, Shinsuke Sakai, Tatsuya Kawahara

It is important to transcribe and archive speech data of endangered languages for preserving heritages of verbal culture and automatic speech recognition (ASR) is a powerful tool to facilitate this process. However, since endangered languages do not generally have large corpora with many speakers, the performance of ASR models trained on them are considerably poor in general. Nevertheless, we are often left with a lot of recordings of spontaneous speech data that have to be transcribed. In this work, for mitigating this speaker sparsity problem, we propose to convert the whole training speech data and make it sound like the test speaker in order to develop a highly accurate ASR system for this speaker. For this purpose, we utilize a CycleGAN-based non-parallel voice conversion technology to forge a labeled training data that is close to the test speaker's speech. We evaluated this speaker adaptation approach on two low-resource corpora, namely, Ainu and Mboshi. We obtained 35-60% relative improvement in phone error rate on the Ainu corpus, and 40% relative improvement was attained on the Mboshi corpus. This approach outperformed two conventional methods namely unsupervised adaptation and multilingual training with these two corpora.

📄 PDF Abstract BibTeX arXiv:2005.09256

Code (1)

Kohei-Matsuura/Non-parallel-VC-on-Mboshi 공식 구현 pytorch

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cultural Vocal Bursts Intensity Predictionspeech-recognitionSpeech RecognitionVoice Conversion

Similar Papers 제목 키워드 기반

A Generative Framework for Zero-Shot Learning with Adversarial Domain Adaptation

2019-06-07 · Varun Khare, Divyat Mahajan, Homanga Bharadhwaj, Vinay Verma 외

We present a domain adaptation based generative framework for zero-shot learning. Our framework addresses the problem of domain shift between the seen and unseen class distributions in zero-shot learning and minimizes th…

AttributeDomain AdaptationZero-Shot Learning

Semantic-Aware Generative Adversarial Nets for Unsupervised Domain Adaptation in Chest X-ray Segmentation

2018-06-02 · Cheng Chen, Qi Dou, Hao Chen, Pheng-Ann Heng

In spite of the compelling achievements that deep neural networks (DNNs) have made in medical image computing, these deep models often suffer from degraded performance when being applied to new test datasets with domain …

Domain AdaptationSegmentationTransfer LearningUnsupervised Domain Adaptation

Zero-shot Generative Model Adaptation via Image-specific Prompt Learning

2023-04-06 · CVPR 2023 1 · Jiayi Guo, Chaofei Wang, You Wu, Eric Zhang 외

Recently, CLIP-guided image synthesis has shown appealing performance on adapting a pre-trained source-domain generator to an unseen target domain. It does not require any target-domain samples but only the textual domai…

DiversityImage GenerationPrompt Learning

Preserving Semantic Consistency in Unsupervised Domain Adaptation Using Generative Adversarial Networks

2021-04-28 · Mohammad Mahfujur Rahman, Clinton Fookes, Sridha Sridharan

Unsupervised domain adaptation seeks to mitigate the distribution discrepancy between source and target domains, given labeled samples of the source domain and unlabeled samples of the target domain. Generative adversari…

Domain AdaptationGenerative Adversarial NetworkUnsupervised Domain Adaptation

MAGAN: Margin Adaptation for Generative Adversarial Networks

2017-04-12 · Ruohan Wang, Antoine Cully, Hyung Jin Chang, Yiannis Demiris

We propose the Margin Adaptation for Generative Adversarial Networks (MAGANs) algorithm, a novel training procedure for GANs to improve stability and performance by using an adaptive hinge loss function. We estimate the …

Image Generation