SSR: Alignment-Aware Modality Connector for Speech Language Models
Weiting Tan, Hirofumi Inaguma, Ning Dong, Paden Tomasello, Xutai Ma
TL;DR
This work introduces SSR-Connector, an alignment-aware modality connector that segments and compresses speech to match text token granularity by leveraging speech-text alignments. A two-stage training pipeline—distillation to align speech representations with the LLM embeddings, followed by fine-tuning with next-token prediction—mitigates catastrophic forgetting while enhancing cross-modal performance. Empirically, SSR-Connector improves speech understanding and cross-modal reasoning (e.g., StoryCloze +10 accuracy, Speech-MMLU +20) and achieves better ASR performance, while preserving pre-trained text capabilities. The approach demonstrates the value of explicit alignment-informed fusion for end-to-end SpeechLMs and highlights trade-offs between speech specialization and text retention in Stage 2 fine-tuning.
Abstract
Fusing speech into pre-trained language model (SpeechLM) usually suffers from inefficient encoding of long-form speech and catastrophic forgetting of pre-trained text modality. We propose SSR-Connector (Segmented Speech Representation Connector) for better modality fusion. Leveraging speech-text alignments, our approach segments and compresses speech features to match the granularity of text embeddings. Additionally, we introduce a two-stage training pipeline that includes the distillation and fine-tuning phases to mitigate catastrophic forgetting. SSR-Connector outperforms existing mechanism for speech-text modality fusion, consistently achieving better speech understanding (e.g., +10 accuracy on StoryCloze and +20 on Speech-MMLU) while preserving pre-trained text ability.
