SDLGASMLApr 24, 2019

Realizing Petabyte Scale Acoustic Modeling

arXiv:1904.10584v111 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of scaling acoustic models for large-scale speech recognition systems like Alexa, offering a practical solution to avoid manual transcription bottlenecks, though it is incremental in its application of existing SSL methods.

The paper tackled the challenge of scaling acoustic modeling for speech recognition by using semi-supervised learning to train on 1 million hours of untranscribed audio, achieving relative accuracy improvements of 10-20% with an end-to-end processing time of 12 days.

Large scale machine learning (ML) systems such as the Alexa automatic speech recognition (ASR) system continue to improve with increasing amounts of manually transcribed training data. Instead of scaling manual transcription to impractical levels, we utilize semi-supervised learning (SSL) to learn acoustic models (AM) from the vast firehose of untranscribed audio data. Learning an AM from 1 Million hours of audio presents unique ML and system design challenges. We present the design and evaluation of a highly scalable and resource efficient SSL system for AM. Employing the student/teacher learning paradigm, we focus on the student learning subsystem: a scalable and robust data pipeline that generates features and targets from raw audio, and an efficient model pipeline, including the distributed trainer, that builds a student model. Our evaluations show that, even without extensive hyper-parameter tuning, we obtain relative accuracy improvements in the 10 to 20$\%$ range, with higher gains in noisier conditions. The end-to-end processing time of this SSL system was 12 days, and several components in this system can trivially scale linearly with more compute resources.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes