LIUM Submission for IWSLT 2026 Low-resource Speech Translation Track
Summary
The LIUM submission for the IWSLT 2026 low-resource speech translation track details data augmentation methods for speech-to-text translation, specifically targeting scenarios with limited resources. It proposes two primary pipelines: pseudo-labeling and speech synthesis, aiming to generate parallel speech data without relying on human-annotated speech translation data. The work focuses on Central Kurdish–English language pairs, exploring the advantages and limitations of each augmentation technique. The most effective results were achieved using the pseudo-labeling pipeline, which yielded a BLEU score of 25.73 on the development set and 21.09 on the test set for Central Kurdish–English translation. This approach demonstrates a viable strategy for improving performance in challenging low-resource settings.
Key takeaway
For Machine Learning Engineers developing speech translation systems in low-resource environments, you should prioritize pseudo-labeling as a data augmentation strategy. This method demonstrated superior performance, achieving a BLEU score of 21.09 on the test set for Central Kurdish–English, without requiring extensive human-annotated data. Consider integrating pseudo-labeling into your pipeline to efficiently generate parallel speech data and improve model accuracy in similar challenging language pairs.
Key insights
Data augmentation via pseudo-labeling and speech synthesis improves low-resource speech translation.
Principles
- Pseudo-labeling outperforms speech synthesis for low-resource ST.
- Data augmentation can generate parallel speech data without human annotation.
Method
The proposed method involves two data augmentation pipelines: pseudo-labeling and speech synthesis, designed to create parallel speech data for low-resource speech-to-text translation, specifically for Central Kurdish–English.
In practice
- Apply pseudo-labeling for low-resource speech translation tasks.
- Explore synthetic data generation to reduce annotation reliance.
Topics
- Speech Translation
- Low-Resource NLP
- Data Augmentation
- Pseudo-labeling
- Speech Synthesis
- Central Kurdish-English
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.