CTC-based Non-autoregressive Textless Speech-to-Speech Translation

Qingkai Fang,Zhengrui Ma,Yan Zhou,Min Zhang,Yang Feng
2024-06-11
Abstract:Direct speech-to-speech translation (S2ST) has achieved impressive translation quality, but it often faces the challenge of slow decoding due to the considerable length of speech sequences. Recently, some research has turned to non-autoregressive (NAR) models to expedite decoding, yet the translation quality typically lags behind autoregressive (AR) models significantly. In this paper, we investigate the performance of CTC-based NAR models in S2ST, as these models have shown impressive results in machine translation. Experimental results demonstrate that by combining pretraining, knowledge distillation, and advanced NAR training techniques such as glancing training and non-monotonic latent alignments, CTC-based NAR models achieve translation quality comparable to the AR model, while preserving up to 26.81$\times$ decoding speedup.
Computation and Language,Artificial Intelligence,Sound,Audio and Speech Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the slow decoding speed in direct speech - to - speech translation (S2ST). Although existing S2ST models have been able to achieve impressive translation quality, due to the rather long length of speech sequences, these models often face the problem of slow speed during the decoding process. Although non - autoregressive (NAR) models can accelerate the decoding process, their translation quality is usually significantly lower than that of autoregressive (AR) models. Therefore, this paper aims to explore the performance of more powerful NAR models based on Connectionist Temporal Classification (CTC) in S2ST, in the hope of greatly improving the decoding speed while maintaining high translation quality.