CLAISDASJun 11, 2024

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

arXiv:2406.07330v128 citations
Originality Incremental advance
AI Analysis

This addresses the decoding speed bottleneck for speech-to-speech translation systems, though it is incremental as it builds on existing non-autoregressive and CTC techniques.

The paper tackles the slow decoding problem in direct speech-to-speech translation by using CTC-based non-autoregressive models, achieving translation quality comparable to autoregressive models with up to 26.81× faster decoding speed.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes