EMNLP 2024finding1 citations

STTATTS: Unified Speech-To-Text And Text-To-Speech Model

Hawau Olamide Toyin, Hao Li, Hanan Aldarmaki

Abstract

Speech recognition and speech synthesis models are typically trained separately, each with its own set of learning objectives, training data, and model parameters, resulting in two distinct large networks. We propose a parameter-efficient approach to learning ASR and TTS jointly via a multi-task learning objective and shared parameters. Our evaluation demonstrates thatthe performance of our multi-task model is comparable to that of individually trained models while significantly savingcomputational and memory costs (~50% reduction in the total number of parameters required for the two tasks combined). We experiment with English as a resource-rich language, and Arabic as a relatively low-resource language due to shortage of TTS data. Our models are trained with publicly available data, and both the training code and model checkpoints are openly available for further research.

BibTeX
@inproceedings{toyin-etal-2024-sttatts,
    title = "{STTATTS}: Unified Speech-To-Text And Text-To-Speech Model",
    author = "Toyin, Hawau Olamide  and
      Li, Hao  and
      Aldarmaki, Hanan",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.401/",
    doi = "10.18653/v1/2024.findings-emnlp.401",
    pages = "6853--6863"
}