The CUHKSZ System for the IWSLT 2026 Low-Resource Speech-to-Text Task

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

Summary

The CUHKSZ system, presented at IWSLT 2026, addresses the Low-Resource Speech-to-Text task by introducing Gradient-Driven Parameter Sharing (GDPS). This framework analyzes inter-language gradient behaviors to automatically determine optimal language groupings and shared-private parameter ratios. Built upon SeamlessM4T-Medium, GDPS reduces negative transfer by specializing Layer 11 FFN2 while maintaining shared encoder representations across languages. The system also incorporates curriculum distillation with progressive pseudo-label mixing and test-time reranking, combining prior-BLEU weighting and self-consistency scoring. Evaluation on eight low-resource languages (bem, ckb, gle, hau, ibo, yor, aeb, est) showed significant gains, with bem achieving +2.07 BLEU, hau +1.50, and ibo +0.38 compared to unified fine-tuning. Languages like ckb and yor benefited more from prior-based reranking during inference.

Key takeaway

For NLP Engineers developing multilingual speech-to-text systems, consider integrating Gradient-Driven Parameter Sharing (GDPS) to improve performance on low-resource languages. This approach, which dynamically adjusts parameter sharing and specializes specific layers like FFN2, can significantly reduce negative transfer. You should also explore curriculum distillation and test-time reranking with prior-BLEU weighting to further boost accuracy, especially for languages like ckb and yor.

Key insights

GDPS optimizes low-resource speech-to-text by dynamically sharing parameters based on inter-language gradient analysis.

Principles

Method

Gradient-Driven Parameter Sharing (GDPS) analyzes inter-language gradients to set language groupings and shared-private parameter ratios. It specializes Layer 11 FFN2 on SeamlessM4T-Medium, integrates curriculum distillation, and uses test-time reranking.

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.