paper-with-me

홈 › Papers

Adapting Offline Speech Translation Models for Streaming with Future-Aware Distillation and Inference

2023-03-14 · Biao Fu, Minpeng Liao, Kai Fan, Zhongqiang Huang, Boxing Chen, Yidong Chen, Xiaodong Shi

A popular approach to streaming speech translation is to employ a single offline model with a wait-k policy to support different latency requirements, which is simpler than training multiple online models with different latency constraints. However, there is a mismatch problem in using a model trained with complete utterances for streaming inference with partial input. We demonstrate that speech representations extracted at the end of a streaming input are significantly different from those extracted from a complete utterance. To address this issue, we propose a new approach called Future-Aware Streaming Translation (FAST) that adapts an offline ST model for streaming input. FAST includes a Future-Aware Inference (FAI) strategy that incorporates future context through a trainable masked embedding, and a Future-Aware Distillation (FAD) framework that transfers future context from an approximation of full speech to streaming input. Our experiments on the MuST-C EnDe, EnEs, and EnFr benchmarks show that FAST achieves better trade-offs between translation quality and latency than strong baselines. Extensive analyses suggest that our methods effectively alleviate the aforementioned mismatch problem between offline training and online inference.

📄 PDF Abstract BibTeX arXiv:2303.07914

Code (1)

biaofuxmu/fast 공식 구현 pytorch

Tasks

FADTranslation

Similar Papers 제목 키워드 기반

Towards Real-World Streaming Speech Translation for Code-Switched Speech

2023-10-19 · Belen Alastruey, Matthias Sperber, Christian Gollan, Dominic Telaar 외

Code-switching (CS), i.e. mixing different languages in a single sentence, is a common phenomenon in communication and can be challenging in many Natural Language Processing (NLP) settings. Previous studies on CS speech …

SentenceTranslation

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning

2024-06-05 · Shaolei Zhang, Qingkai Fang, Shoutao Guo, Zhengrui Ma 외

Simultaneous speech-to-speech translation (Simul-S2ST, a.k.a streaming speech translation) outputs target speech while receiving streaming speech inputs, which is critical for real-time communication. Beyond accomplishin…

Automatic Speech Recognition (ASR)de-enes-enfr-en+11

FASST: Fast LLM-based Simultaneous Speech Translation

2024-08-18 · Siqi Ouyang, Xi Xu, Chinmay Dandekar, Lei LI

Simultaneous speech translation (SST) takes streaming speech input and generates text translation on the fly. Existing methods either have high latency due to recomputation of input representations, or fall behind of off…

Language ModelingLanguage ModellingLarge Language ModelTranslation

OpenSTBench: Beyond Semantic Evaluation for Speech Translation

2026-05-29 · Yanjie An, Yuxiang Zhao, Yichi Zhang, Qixi Zheng 외 arxiv

Speech translation systems increasingly span speech-to-text translation (S2TT), speech-to-speech translation (S2ST), offline translation, and streaming generation, producing outputs that differ in modality, speech realiz…

Speech-to-Speech TranslationSpeech-to-Text Translation

DiariST: Streaming Speech Translation with Speaker Diarization

2023-09-14 · Mu Yang, Naoyuki Kanda, Xiaofei Wang, Junkun Chen 외

End-to-end speech translation (ST) for conversation recordings involves several under-explored challenges such as speaker diarization (SD) without accurate word time stamps and handling of overlapping speech in a streami…

speaker-diarizationSpeaker Diarizationspeech-recognitionSpeech Recognition+1