English

SpeeChain: A Speech Toolkit for Large-Scale Machine Speech Chain

Computation and Language 2023-01-10 v1 Machine Learning Audio and Speech Processing

Abstract

This paper introduces SpeeChain, an open-source Pytorch-based toolkit designed to develop the machine speech chain for large-scale use. This first release focuses on the TTS-to-ASR chain, a core component of the machine speech chain, that refers to the TTS data augmentation by unspoken text for ASR. To build an efficient pipeline for the large-scale TTS-to-ASR chain, we implement easy-to-use multi-GPU batch-level model inference, multi-dataloader batch generation, and on-the-fly data selection techniques. In this paper, we first explain the overall procedure of the TTS-to-ASR chain and the difficulties of each step. Then, we present a detailed ablation study on different types of unlabeled data, data filtering thresholds, batch composition, and real-synthetic data ratios. Our experimental results on train_clean_460 of LibriSpeech demonstrate that our TTS-to-ASR chain can significantly improve WER in a semi-supervised setting.

Keywords

Cite

@article{arxiv.2301.02966,
  title  = {SpeeChain: A Speech Toolkit for Large-Scale Machine Speech Chain},
  author = {Heli Qi and Sashi Novitasari and Andros Tjandra and Sakriani Sakti and Satoshi Nakamura},
  journal= {arXiv preprint arXiv:2301.02966},
  year   = {2023}
}

Comments

Submitted to ICASSP 2023

R2 v1 2026-06-28T08:06:26.524Z