DiffNorm: Self-Supervised Normalization for Non-autoregressive Speech-to-speech Translation
Weiting Tan, Jingyu Zhang, Lingfeng Shen, Daniel Khashabi, Philipp, Koehn

TL;DR
This paper introduces DiffNorm, a diffusion-based normalization method for non-autoregressive speech-to-speech translation, improving translation quality and speed by simplifying data distributions and enhancing model robustness.
Contribution
The paper proposes DiffNorm, a novel self-supervised normalization strategy using diffusion models, and classifier-free guidance regularization for NATs, leading to significant quality and speed improvements.
Findings
+7 ASR-BLEU for En-Es translation
+2 ASR-BLEU for En-Fr translation
Over 14x speedup for En-Es, 5x for En-Fr
Abstract
Non-autoregressive Transformers (NATs) are recently applied in direct speech-to-speech translation systems, which convert speech across different languages without intermediate text data. Although NATs generate high-quality outputs and offer faster inference than autoregressive models, they tend to produce incoherent and repetitive results due to complex data distribution (e.g., acoustic and linguistic variations in speech). In this work, we introduce DiffNorm, a diffusion-based normalization strategy that simplifies data distributions for training NAT models. After training with a self-supervised noise estimation objective, DiffNorm constructs normalized target data by denoising synthetically corrupted speech features. Additionally, we propose to regularize NATs with classifier-free guidance, improving model robustness and translation quality by randomly dropping out source information…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques
