paper-with-me

홈 › Papers

TranSpeech: Speech-to-Speech Translation With Bilateral Perturbation

2022-05-25 · Rongjie Huang, Jinglin Liu, Huadai Liu, Yi Ren, Lichao Zhang, Jinzheng He, Zhou Zhao

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. With reduced multimodality, we step forward and become the first to establish a non-autoregressive S2ST technique, which repeatedly masks and predicts unit choices and produces high-accuracy results in just a few cycles. Experimental results on three language pairs demonstrate that BiP yields an improvement of 2.9 BLEU on average compared with a baseline textless S2ST model. Moreover, our parallel decoding shows a significant reduction of inference latency, enabling speedup up to 21.4x than autoregressive technique. Audio samples are available at \url{https://TranSpeech.github.io/}

📄 PDF Abstract BibTeX arXiv:2205.12523

Code (1)

rongjiehuang/transpeech pytorch

Tasks

Representation LearningRhythmSpeech Representation LearningSpeech SynthesisSpeech-to-Speech TranslationTranslation

Similar Papers 제목 키워드 기반

AV-TranSpeech: Audio-Visual Robust Speech-to-Speech Translation

2023-05-24 · Rongjie Huang, Huadai Liu, Xize Cheng, Yi Ren 외

Direct speech-to-speech translation (S2ST) aims to convert speech from one language into another, and has demonstrated significant progress to date. Despite the recent success, current S2ST models still suffer from disti…

Speech-to-Speech TranslationTranslation

Representation Purification for End-to-End Speech Translation

2024-12-05 · Chengwei Zhang, Yue Zhou, Rui Zhao, Yidong Chen 외

Speech-to-text translation (ST) is a cross-modal task that involves converting spoken language into text in a different language. Previous research primarily focused on enhancing speech translation by facilitating knowle…

Machine TranslationRhythmSpeech-to-TextSpeech-to-Text Translation+2

Exploiting Vulnerabilities in Speech Translation Systems through Targeted Adversarial Attacks

2025-03-02 · Chang Liu, Haolin Wu, Xi Yang, Kui Zhang 외

As speech translation (ST) systems become increasingly prevalent, understanding their vulnerabilities is crucial for ensuring robust and reliable communication. However, limited work has explored this issue in depth. Thi…

Translation

IIITH-BUT system for IWSLT 2025 low-resource Bhojpuri to Hindi speech translation

2025-06-05 · Bhavana Akkiraju, Aishwarya Pothula, Santosh Kesiraju, Anil Kumar Vuppala

This paper presents the submission of IIITH-BUT to the IWSLT 2025 shared task on speech translation for the low-resource Bhojpuri-Hindi language pair. We explored the impact of hyperparameter optimisation and data augmen…

Data AugmentationTranslation

SPES: Spectrogram Perturbation for Explainable Speech-to-Text Generation

2024-11-03 · Dennis Fucci, Marco Gaido, Beatrice Savoldi, Matteo Negri 외

Spurred by the demand for interpretable models, research on eXplainable AI for language technologies has experienced significant growth, with feature attribution methods emerging as a cornerstone of this progress. While …

speech-recognitionSpeech RecognitionSpeech-to-TextText Generation