🤖 AI Summary
To address the cross-domain adaptation challenge of speech large language models (Speech LLMs) in low-resource settings—where target-domain speech-text pairs are unavailable and only unlabeled text is accessible—we propose a pure-text fine-tuning framework. Our method introduces a real-time speech-text alignment evaluation mechanism: while freezing the projection layer of the speech encoder, we optimize only the language model parameters, dynamically constraining textual outputs to maintain consistency with implicit speech representations. This design mitigates catastrophic forgetting and preserves source-domain performance. Experiments on LibriSpeech (source domain) and SlideSpeech and Medical (target domains) demonstrate that our approach achieves significant WER reduction under zero-shot speech conditions—matching the target-domain performance of full speech-text fine-tuning—while incurring less than 0.3% WER degradation on the source domain.
📝 Abstract
Recent advances in automatic speech recognition (ASR) have combined speech encoders with large language models (LLMs) through projection, forming Speech LLMs with strong performance. However, adapting them to new domains remains challenging, especially in low-resource settings where paired speech-text data is scarce. We propose a text-only fine-tuning strategy for Speech LLMs using unpaired target-domain text without requiring additional audio. To preserve speech-text alignment, we introduce a real-time evaluation mechanism during fine-tuning. This enables effective domain adaptation while maintaining source-domain performance. Experiments on LibriSpeech, SlideSpeech, and Medical datasets show that our method achieves competitive recognition performance, with minimal degradation compared to full audio-text fine-tuning. It also improves generalization to new domains without catastrophic forgetting, highlighting the potential of text-only fine-tuning for low-resource domain adaptation of ASR.