How to Leverage Synthetic Speech for LLM-Based ASR Systems?

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, extended

Summary

A study on LLM-based Automatic Speech Recognition (ASR) systems addresses the challenge of training in regulated domains like banking and healthcare, where real speech data is costly and privacy-sensitive. Researchers investigated using synthetic speech from modern text-to-speech (TTS) to mitigate this. They probed a SLAM-ASR architecture, localizing the distributional gap between synthetic and real speech in the early-to-middle layers (0-14) of the LLM backbone, where temporal and prosodic perturbations are most disruptive. The work found that convolving synthetic audio with Room Impulse Responses (RIRs) effectively narrows this gap by introducing acoustic irregularities, not by improving perceptual quality. By combining a layer-selection module with RIR augmentation, the system matched a fully real-data baseline (8.68% WER) using only 25% of real speech (13.6 hours) and surpassed it at higher proportions, achieving 8.01% WER.

Key takeaway

For ML engineers developing ASR in regulated domains, you can significantly reduce reliance on sensitive real speech data. By incorporating RIR-augmented synthetic audio and a layer-wise weighted pooling module, your team can match or exceed a 100% real-data baseline with as little as 25% real speech. Focus on introducing acoustic irregularities to synthetic data rather than just improving its perceptual quality to bridge the domain gap effectively.

Key insights

RIR-augmented synthetic speech, combined with layer-wise pooling, significantly reduces real data needs for LLM-based ASR.

Principles

Method

A layer-wise weighted pooling (LWP) module learns per-token, per-utterance softmax-weighted combinations of all LLM layers, combined with Room Impulse Response (RIR) augmentation for synthetic speech.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.