Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Kohei-Matsuura/Non-parallel-VC-on-Mboshi

Domaine:

natural language processing

Type de record:

project
Créateur:
KOH
Hôte:
# Non-parallel-VC-on-Mboshi Following the steps explained below, you can reproduce my experiment. A paper describing this work has been accepted in Interspeech 2020 (arXiv). ## Abbreviations VC: Voice Conversion ASR: Automatic Speech Recognition ## Purpose with one line To improve low-resource ASR recognition accuracy with VC-based speaker adaptation ## Experimental setting Here you can reproduce our experiment with published Mboshi corpus. This dataset contains 3 speakers, and we name them A, B, and C. ASR model trained with A and B cannot recognize C's speeches well. Hence, it seems helpful to convert speeches of A and B into C-like speech and train the ASR model with C-like voices. 3 speakers and official train/dev sets divide the data into 6 parts as below. |speaker|A|B|C| |:---|:---|:---|:---| |train|1|2|3| |dev|4|5|6| Voice conversion is trained with {1, 2} (source) and {3} (target). ASR is trained with {1, 2, converted 1, converted 2} and evaluated with {6}. ## Requirements Python >= 3.6.0 PyTorch >= 1.0 tqdm HCopy in HTKTools (If anything else, please give me an issue.) ## Introduction 1. Download or clone this repository 2. Download mboshi dataset from here. Then unzip it in your Downloads folder. 3. Run 'preprocess.recipe' ``` $ chmod 700 preprocess.recipe $ ./preprocess.recipe ``` and you can get - mboshi/train.script: ASR traning data - mboshi/dev.lmfbs: ASR evaluation data, and used for VC training - mboshi/dev.gt: ASR ground truth - mboshi/train.lmfbs: used for Cycle-GAN training 4. ~~Download or clone VC modules from here.~~ (Edit on 8th May: Now it contains CycleGAN-VC2 directory.) Directory structure is as below. ``` Current Directory/ ├─ mboshi/ └─ CycleGAN-VC2/ ``` 5. Run 'cycle_gan.recipe' ``` $ chmod 700 cycle_gan.recipe $ ./cycle_gan.recipe ``` Now you have ASR training script ('ASR.train.script'), which contains the converted features. ## Result With this ASR model, PERs are as below. (The modeling unit is phone.) |method|PER ( …

Visit

github.com

Tasks

automatic speech recognitionspeech processing

Languages

Mbosi