AURA-ST: Acoustic-Unconstrained Residual Architecture for Speech Translation

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

Summary

AURA-ST is a novel three-stage modular pipeline designed for low-resource speech-to-text translation, presented at the IWSLT 2026 African-Celtic Track 1. This architecture innovatively bypasses traditional cross-attention by treating projected acoustic representations as a native token prefix for a frozen large language model. It incorporates a dual-stream encoder to capture both linguistic and paralinguistic features, followed by a convolutional subsampler that performs 4x temporal compression and projects into the LLM embedding space. The system fine-tunes the frozen Gemma-4-E2B backbone using an MLP-targeted Low-Rank Adaptation (LoRA) adapter, preventing catastrophic forgetting. AURA-ST also addresses and resolves an incompatibility between standard PEFT attention-level adapter injection and the Gemma-4 Per-Layer Embedding architecture. Trained on IWSLT 2026 Track 1 data for Hausa, Igbo, and Yoruba, it achieved a SacreBLEU score of 91.29 on the validation set at Phase 3, with Phase 1 speech encoder validation loss converging to 0.651.

Key takeaway

For NLP Engineers developing low-resource speech-to-text translation systems, consider AURA-ST's modular approach to integrate acoustic data with frozen LLMs. You can avoid complex cross-attention mechanisms by projecting acoustic representations as token prefixes. When using Gemma-4-E2B, specifically address potential gradient isolation issues with PEFT attention-level adapter injection. This method allows you to fine-tune effectively while preserving the base language model's knowledge, achieving strong performance on challenging language pairs.

Key insights

AURA-ST integrates acoustic features into frozen LLMs via token prefixing and LoRA for low-resource speech translation.

Principles

Method

A three-stage pipeline: dual-stream encoding, 4x convolutional subsampling to LLM embedding space, then MLP-targeted LoRA fine-tuning on a frozen LLM backbone.

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.