English

Bytes are All You Need: End-to-End Multilingual Speech Recognition and Synthesis with Bytes

Audio and Speech Processing 2018-11-27 v1 Computation and Language Machine Learning Sound

Abstract

We present two end-to-end models: Audio-to-Byte (A2B) and Byte-to-Audio (B2A), for multilingual speech recognition and synthesis. Prior work has predominantly used characters, sub-words or words as the unit of choice to model text. These units are difficult to scale to languages with large vocabularies, particularly in the case of multilingual processing. In this work, we model text via a sequence of Unicode bytes, specifically, the UTF-8 variable length byte sequence for each character. Bytes allow us to avoid large softmaxes in languages with large vocabularies, and share representations in multilingual models. We show that bytes are superior to grapheme characters over a wide variety of languages in monolingual end-to-end speech recognition. Additionally, our multilingual byte model outperform each respective single language baseline on average by 4.4% relatively. In Japanese-English code-switching speech, our multilingual byte model outperform our monolingual baseline by 38.6% relatively. Finally, we present an end-to-end multilingual speech synthesis model using byte representations which matches the performance of our monolingual baselines.

Keywords

Cite

@article{arxiv.1811.09021,
  title  = {Bytes are All You Need: End-to-End Multilingual Speech Recognition and Synthesis with Bytes},
  author = {Bo Li and Yu Zhang and Tara Sainath and Yonghui Wu and William Chan},
  journal= {arXiv preprint arXiv:1811.09021},
  year   = {2018}
}

Comments

submitted to ICASSP 2019

R2 v1 2026-06-23T05:24:11.257Z