2022

TranSpeech: Speech-to-Speech Translation With Bilateral Perturbation

Huang, Rongjie, Liu, Jinglin, Liu, Huadai et al.

Understand

Direct speech-to-speech translation (S2ST) with discrete units leverages recent progress in speech representation learning.

  • Specifically, a sequence of discrete representations derived in a self-supervised manner are predicted from the model and passed to a vocoder for speech reconstruction, while still facing the following challenges: 1) Acoustic multimodality: the discrete units derived from speech with same content could be indeterministic due to the acoustic property (e.g., rhythm, pitch, and energy), which causes deterioration of translation accuracy; 2) high latency: current S2ST systems utilize autoregressive models which predict each unit conditioned on the sequence previously generated, failing to take full advantage of parallelism.
  • In this work, we propose TranSpeech, a speech-to-speech translation model with bilateral perturbation.
  • To alleviate the acoustic multimodal problem, we propose bilateral perturbation (BiP), which consists of the style normalization and information enhancement stages, to learn only the linguistic information from speech samples and generate more deterministic representations.

Reading the bibliography…