IIIT-BGP IWSLT 2026 Systems for Low-resource ST

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

The IIIT-BGP team developed low-resource Bhojpuri-Hindi speech translation systems for the IWSLT 2026 shared task, exploring both end-to-end and cascaded architectures. Their end-to-end model integrates a Bhojpuri-finetuned Wav2Vec2 encoder with a pretrained NLLB-200 decoder. This connection is facilitated by a lightweight interconnection adapter, which incorporates learnable layer aggregation, CNN-based temporal compression, and Transformer refinement, with an option for LoRA-based decoder adaptation. For the cascaded approach, the team finetuned Whisper for Bhojpuri Automatic Speech Recognition (ASR) and NLLB-200 for Hindi Machine Translation (MT). This cascaded system further employs QE Fusion with COMET-Kiwi to enhance translation selection from beam candidates, aiming to improve overall translation quality in low-resource settings.

Key takeaway

For NLP Engineers developing low-resource speech translation systems, consider integrating both end-to-end and cascaded architectures. You should explore lightweight interconnection adapters for combining pretrained models like Wav2Vec2 and NLLB-200, potentially with LoRA. Additionally, for cascaded setups, finetuning Whisper for ASR and NLLB-200 for MT, then applying QE Fusion with COMET-Kiwi, can significantly improve translation quality by refining beam search outputs. This approach offers robust strategies for challenging language pairs.

Key insights

Hybrid end-to-end and cascaded systems, leveraging adapter-based integration and quality estimation, enhance low-resource speech translation.

Principles

Method

The end-to-end method connects a finetuned Wav2Vec2 encoder to an NLLB-200 decoder via an adapter. The cascaded method finetunes Whisper for ASR and NLLB-200 for MT, applying QE Fusion with COMET-Kiwi for translation selection.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.