Boosting CTC-Based ASR Using LLM-Based Intermediate Loss Regularization
Duygu Altinok

TL;DR
This paper introduces LAIL, a novel auxiliary loss framework that leverages large language models to improve CTC-based speech recognition, achieving better accuracy without sacrificing decoding speed.
Contribution
It proposes a new intermediate loss method that incorporates LLM knowledge into CTC models, enhancing linguistic modeling while maintaining efficiency.
Findings
Significant WER reduction on LibriSpeech, TEDLIUM2, WSJ datasets.
State-of-the-art performance for CTC-based ASR with minimal overhead.
Effective integration of LLM embeddings into CTC training process.
Abstract
End-to-end (E2E) automatic speech recognition (ASR) systems have revolutionized the field by integrating all components into a single neural network, with attention-based encoder-decoder models achieving state-of-the-art performance. However, their autoregressive decoding process limits inference speed, making them unsuitable for real-time applications. In contrast, CTC-based models offer faster, non-autoregressive decoding but struggle to model linguistic dependencies effectively. Addressing this challenge, we propose a novel auxiliary loss framework called Language-Aware Intermediate Loss (LAIL) to enhance CTC-based ASR using the linguistic knowledge of large language models (LLMs). By attaching connector layers to intermediate encoder layers, LAIL maps outputs to the embedding space of an LLM and computes a causal language modeling loss during training. This approach enhances…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Speech and Audio Processing
