Automatic Speech Recognition in the Modern Era: Architectures, Training, and Evaluation
Md. Nayeem, Md Shamse Tabrej, Kabbojit Jit Deb, Shaonti Goswami, Md. Azizul Hakim
TL;DR
This survey analyzes the modern ASR landscape driven by end-to-end neural architectures and large-scale data paradigms. It covers foundational E2E families (CTC, AED, RNN-T) and their evolution to Transformer/Conformer models, alongside training shifts from fully supervised to self-supervised and weakly supervised learning (e.g., wav2vec 2.0, Whisper). It also compiles datasets, benchmarks, evaluation metrics, and deployment considerations for streaming and on-device use, while addressing robustness, fairness, and privacy. The work synthesizes architectural and data-driven progress to illuminate practical implications and future directions, including multilinguality, personalized privacy-preserving systems, and beyond-WER evaluation metrics.
Abstract
Automatic Speech Recognition (ASR) has undergone a profound transformation over the past decade, driven by advances in deep learning. This survey provides a comprehensive overview of the modern era of ASR, charting its evolution from traditional hybrid systems, such as Gaussian Mixture Model-Hidden Markov Models (GMM-HMMs) and Deep Neural Network-HMMs (DNN-HMMs), to the now-dominant end-to-end neural architectures. We systematically review the foundational end-to-end paradigms: Connectionist Temporal Classification (CTC), attention-based encoder-decoder models, and the Recurrent Neural Network Transducer (RNN-T), which established the groundwork for fully integrated speech-to-text systems. We then detail the subsequent architectural shift towards Transformer and Conformer models, which leverage self-attention to capture long-range dependencies with high computational efficiency. A central theme of this survey is the parallel revolution in training paradigms. We examine the progression from fully supervised learning, augmented by techniques like SpecAugment, to the rise of self-supervised learning (SSL) with foundation models such as wav2vec 2.0, which drastically reduce the reliance on transcribed data. Furthermore, we analyze the impact of largescale, weakly supervised models like Whisper, which achieve unprecedented robustness through massive data diversity. The paper also covers essential ecosystem components, including key datasets and benchmarks (e.g., LibriSpeech, Switchboard, CHiME), standard evaluation metrics (e.g., Word Error Rate), and critical considerations for real-world deployment, such as streaming inference, on-device efficiency, and the ethical imperatives of fairness and robustness. We conclude by outlining open challenges and future research directions.
