Deep Learning in Speech Recognition Survey
Deep Learning in Speech Recognition Survey
Title
This title is comprehensive and accurately reflects the paper's content. It clearly states:
The paper does not propose a single new model architecture; instead, it reviews the
architectural evolution of ASR systems. It provides a high-level overview of a traditional ASR
system (Fig. 3 in the paper) and discusses the shift from hybrid models to end-to-end deep
learning architectures.
2. End-to-End (E2E) Deep Learning ASR: Models that directly map input audio features to
output text sequences. The paper details three primary E2E architectures:
o RNN-Transducer (RNN-T)
3. Modern Architectures: The survey heavily focuses on recent models that have become
dominant:
3. Methodology
The paper follows a Systematic Literature Review (SLR) methodology, as outlined in Section 2.
The process is rigorous and well-defined:
2. Research Questions (RQs): 8 RQs are defined to guide the survey, covering types of
studies, DNN models used, datasets, languages, evaluation metrics, language models,
low-resource techniques, and future challenges.
3. Search Strategy: Keywords like "Speech Recognition Using Deep Neural Networks",
"Transformers", "Conformers", etc., were used to search digital libraries (IEEE Xplore,
ACM, ScienceDirect, arXiv, etc.).
4. Study Selection: From an initial 264 papers, a strict inclusion/exclusion criteria was
applied (e.g., papers from 2010-2024 using DNNs for speech). This was refined using
citation chaining to include highly relevant works.
5. Analysis: The selected studies are analyzed and categorized based on the models they
use (RNN, CNN, Transformer, Conformer), their application (monolingual vs.
multilingual), and their performance on various datasets.
4. Database
The paper provides an extensive list of datasets in Section 4 (Tables 3 and 4), which is a major
contribution. The databases are categorized as:
English: LibriSpeech (1000 hrs), Libri-light (60k hrs), TIMIT, Switchboard, CHiME-5, TED-
LIUM, GigaSpeech (40k hrs), etc.
Spanish: Fisher-CallHome
Indian Languages: Microsoft Speech Corpus, MUCS 2021, Shrutilipi, Vistaar, Dhwani, IIT
Bombay English-Hindi corpus.
The paper includes several comparison tables. The most crucial ones are:
1. Table 1 & 2: These tables summarize the limitations of past surveys. They show that earlier
surveys often omitted discussions on key deep learning methods (Transformers/Conformers),
toolkits, and language models, which is the gap this survey aims to fill.
2. Table 5: Comparison of ASR Toolkits (e.g., Kaldi, ESPnet, NeMo, WeNet), detailing whether
they are open-source, their programming language, and supported languages.
4. Table 7: A detailed comparative analysis of 13 recent deep learning models (e.g., Wav2Vec,
Conformer, Whisper, HuBERT). For each model, it lists:
Summary
This paper is a thorough and modern survey that successfully addresses the gap left by
previous reviews. Its main strengths are:
Comprehensive Coverage: It covers the entire evolution from early DNN-HMM hybrids
to the latest Transformer and Conformer models.
Systematic Methodology: The SLR approach ensures a rigorous and unbiased selection
of literature.
Clear Comparative Analysis: The numerous tables allow for easy comparison of
techniques, tools, and model performances.
This survey serves as an excellent starting point for anyone new to deep learning-based ASR
and a valuable reference for experienced researchers looking to understand the current
landscape.
1️⃣ Title
This pipeline lets the model learn both from real and synthetic speech and correct dysarthric
patterns before recognition.
3️⃣ Methodology
Data Augmentation:
o Tacotron2 TTS: Generates synthetic normal-sounding speech.
o Speed Perturbation: Adjusts tempo without changing pitch to simulate natural
speech variations.
o Enhanced CycleGAN: Unsupervised conversion of dysarthric to non-dysarthric
speech, with temporal masking to handle irregular speech and Inception-ResNet
for better feature extraction.
Speech Recognition Models:
o Wav2Vec2-XLSR: Self-supervised multilingual model.
o Whisper-Tiny: Lightweight ASR trained on weak labels.
Both models are fine-tuned on the augmented dataset.
Training Details:
o GAN trained with two generators + two discriminators.
o Temporal masking capped at 15%.
o Learning rates 2e-4 (generator) and 1e-4 (discriminator).
o 100k epochs with 16 kHz sample rate.
The paper includes several comparison tables — main ones are Table I, Table II, and Table III:
Overall
System VL L M H
WER
Original CycleGAN + Whisper-
49.84% 21.68% 11.45% 3.15% 21.53%
Tiny
Improved CycleGAN (TM + ↓WER across all levels
Whisper-Tiny) to 19.05% overall
Full Framework (SDG + SP + TM 13.58%
32.27% 13.93% 6.89% 1.24%
+ Wav2Vec2-XLSR) overall
Aspect Description
Collaborative AI for Dysarthric Speech Recognition using GAN-based Data
Title
Augmentation
Three-stage data augmentation (TTS, speed perturbation, CycleGAN) + ASR
Block Diagram
models (Wav2Vec2-XLSR & Whisper-Tiny)
GAN + temporal masking + Inception-ResNet for conversion; Tacotron2 TTS
Method
+ speed perturbation for augmentation
UASpeech corpus (15 dysarthric + 13 non-dysarthric speakers, 721 utterances
Database
each)
Comparison
Full system WER 13.58%, significantly better than baseline ASR systems
Matrix
Would you like me to turn this into a PowerPoint/Word document with figures and tables
(like a ready-to-present report)? (I can generate it for you.)
1️⃣ Title
“Speech Vision: An End-to-End Deep Learning-Based Dysarthric Automatic Speech
Recognition System”
This replaces the conventional “signal → phoneme → language model” approach with a visual
shape-recognition system.
3️⃣ Methodology
Detailed findings:
Improvements strongest for severe dysarthria: +5.4% average WRA in “very low”
intelligibility group.
SV performed best for 67% of speakers compared to baselines.
SV’s visual approach masks the acoustic differences between real and synthetic speech,
boosting performance.
For mild/high intelligibility, improvements were smaller (or negligible for some
speakers).
Aspect Description
Title Speech Vision: End-to-End Deep Learning Dysarthric ASR
Speech → Voicegram → Augmentation + Synthetic Data → S-CNN → Word
Block Diagram
Recognition
Method Visual representation + deep CNN + transfer learning + synthetic speech
Database UA-Speech (15 dysarthric speakers, 12 normal, 155 words)
Comparison SV WRA 64.71% (with synthetic) vs ~61% without synthetic; better than two
Matrix baseline systems especially for severe dysarthria
Would you like me to combine both paper summaries into a single comparative table/report?
(This can highlight similarities and differences at a glance.)
I believe the paper is titled (or has a title along the lines of) “Dysarthric Speech Transformer: A Deep
Transformer‐based Dysarthric ASR with Transfer Learning and Data Augmentation” (or very similar). It
focuses on creating a transformer‐based ASR for dysarthric speech, with a special two‐phase transfer learning
pipeline, audio augmentation, and speaker‐adaptive modeling.
1️⃣ Title
From what I gathered, the system likely comprises the following components:
3️⃣ Database
The paper uses (or is benchmarked on) the UA-Speech corpus (University of Illinois Dysarthric Speech
corpus). Details:
(Some summary info: UA‐Speech has 765 isolated words per speaker, etc.) ResearchGate
Transformer Architecture Depth: The paper explores deep Transformer models, likely meaning more
layers, maybe more attention heads, etc., to capture the complexity in dysarthric speech.
Transfer Learning:
o Use of healthy speech to pre‐train (or for initialization). Helps the model learn general acoustic‐
to‐text mapping.
o Then adaptation with dysarthric speech to adjust to dysarthric acoustic variabilities.
Neural Freezing:
Some parameters of the model are kept fixed (frozen) during some training phases (especially when data
is limited), so that early layers or certain modules retain generalizable knowledge from healthy speech
data.
Data Augmentation:
To enhance the model’s robustness to variability. Typical augmentations might include:
o Speed / tempo perturbation
o Adding noise
o Possibly vocal tract length perturbation or spectral distortions
Speaker‐Adaptive Models:
Instead of one universal model, they train speaker‐adaptive ones; maybe via fine‐tuning separately for
each dysarthric speaker, or via model architecture that allows adaptation per speaker.
The proposed model outperforms the previous state‐of‐the‐art on the UA‐Speech corpus for most (≈
73%) of the dysarthric subjects whose data were used. (So, in ~73% of speakers, the model does better
than previous baselines.) ResearchGate
In some cases, improvement is up to 23% for certain speakers. That’s a large gain. ResearchGate
The results show the effectiveness of deeper transformer architectures combined with transfer
learning and augmentation.
Also, speaker‐adaptive models made a difference.
Compared to traditional ASR models (e.g. hybrid HMM‐based, CNN + RNN etc.), the transformer‐
based approach shows clear gains.
Also compared to earlier dysarthric ASR systems that do not use strong augmentation or transfer from
healthy speech, the new method improves.
The performance gains are more pronounced for moderate to severe dysarthric speech levels (i.e.
where intelligibility is low). In mild or high intelligibility, the margin is smaller (as expected).
There is likely a table showing WER (or Word Recognition Accuracy, WRA or similar) for different
intelligibility levels (Very low, Low, Medium, High) per speaker or averaged, comparing:
1. Baseline (without transfer learning / augmentation)
2. Proposed system (with transfer learning + augmentation)
3. Prior published systems
Strengths:
Use of deep transformer architecture which tends to model long‐range dependencies and may better
handle the irregularities in dysarthric speech.
Thoughtful transfer learning pipeline, which lets the model leverage large amounts of healthy speech
to reduce overfitting on small dysarthric datasets.
Data augmentation helps address data scarcity, improving generalization.
Speaker‐adaptive modeling which tailors to individual variability.
Limitations:
Even with these techniques, performance may still be poor for very low intelligibility speakers (i.e.,
those whose speech is highly impaired) — though better than previous.
Possible overfitting risk: when adapting to many small data speakers, model may tailor too much to
those, losing generalizability for unseen speakers.
Data augmentation may help, but synthetic or distorted speech may not capture all aspects of dysarthric
speech (voice quality, articulatory imprecision etc.).
The need for healthy speech datasets and speaker‐adaptation makes it somewhat resource‐demanding.
Title Transformer‐based Dysarthric ASR with Transfer Learning & Data Augmentation
Deep Transformer backbone; two‐phase transfer learning; audio augmentation; speaker ‐adaptive
Method
models; parameter freezing in phases
Comparisons / Outperforms state‐of‐the‐art in ~73% of speakers; up to ~23% improvement for some; better
Results especially for moderate/severe dysarthria levels
Strengths Leverages healthy speech; handles variability; uses modern architectures; good improvements
Very low intelligibility still challenging; some risk of overfitting; augmentation doesn't cover all
Limitations
speech deficits; resource needs
Paper Details
Title: Personalized Adversarial Data Augmentation for Dysarthric and Elderly Speech Recognition
ACM Digital Library+1
Authors: Zengrui Jin; Mengzhe Geng; Jiajun Deng; Tianzi Wang; plus others ResearchGate+1
Venue: IEEE/ACM Transactions on Audio, Speech, and Language Processing (TASLP) ACM Digital
Library+1
1️⃣ Title & Key Focus
The title indicates the paper deals with data augmentation methods tailored for dysarthric and elderly
speech.
“Personalized” suggests augmentation isn’t “one-size-fits-all” but adapts to individual speaker or
impairment.
“Adversarial” implies use of Generative Adversarial Networks (GANs) or similar to create or modify
speech to better match target impaired speech characteristics.
Though the exact block diagram isn't available, from the description we can reconstruct a high‐level pipeline:
UASpeech Dysarthric (English) English Standard benchmark for dysarthric speech recognition. Used to
Dataset Type Language Purpose / Use in Experiments
DementiaBank Elderly / impaired in Tests more “elderly speech” rather than pure motor speech
English
Pitt cognition (English) disorder. ResearchGate
So they cover both dysarthric speech and elderly speech, and multiple languages. That helps test whether their
augmentation techniques are robust beyond a single dataset.
Baseline / Baseline
Task / Dataset Improvement (Absolute / Relative WER reduction) Observations
Augmentation
DementiaBank baseline with simpler Up to 3.0% absolute WER reduction (~6.4% relative) with the
(Pitt) augmentation GAN‐based augmentation. ResearchGate
Other observations:
The augmentation methods outperform the simpler augmentation (e.g. speed/tempo perturbation) across
datasets.
The personalized / speaker‐dependent augmentations perform better than generic augmentations.
Gains are especially meaningful for mismatched data conditions (e.g. elderly / dysarthric spectra vs
healthy).
Also, improvements remain when adapting with limited data per speaker, which is important given the
scarcity of data for dysarthric / elderly speakers. ResearchGate
Strengths:
Personalization: By making augmentation speaker‐dependent (when possible), the model better learns
speaker‐specific spectral distortions, which seems more effective than generic augmentation.
Handling both parallel and non‐parallel data: The two methods (parallel GAN, non‐parallel SVD +
transform) allow use of different kinds of data availability. Good flexibility.
Multiple datasets, languages & speaker types (dysarthric + elderly): This shows robustness of the
method beyond one narrow domain.
Combination with speaker adaptation ensures that augmentation benefits are maximally used.
Relative simplicity: The augmentations build upon existing methods (speed perturbation etc.), GANs,
spectral basis, speaker adaptation; not overly exotic. That helps replication and practical deployment.
Extent of improvement is modest in some cases: for example, on some datasets the absolute WER
reduction is <1%. While that might still be meaningful, in practical application one wants larger
improvements.
Dependence on availability of matching data: For speaker‐dependent GAN, parallel data helps; but
for many impaired speakers, especially with rare or severe impairments, matched normal speech or
parallel utterances likely aren’t available.
Computational complexity: GAN training, spectral decomposition etc. may add overhead. Also, model
adaptation (LHUC) may require additional steps.
Quality of the augmented data: While the spectral modifications are closer to impaired speech, some
aspects of impairment (articulatory precision, voice quality, prosodic variability etc.) may not be fully
captured. Augmentation can help but may still leave gaps.
Evaluation on real‐world data: The datasets are standard but often recorded in constrained conditions;
it would be good to see performance in “in‐the‐wild” settings.
Effect for very low intelligibility speakers: As with many dysarthric ASR works, the hardest cases
(lowest intelligibility) remain challenging. It’s unclear how much improvement in those cases, from just
augmentation + adaptation.
Title / Focus Personalized adversarial data augmentation for dysarthric & elderly speech recognition
UASpeech, TORGO (dysarthric) + DementiaBank Pitt, JCCOCC MoCA (elderly), multiple languages (English,
Datasets
Cantonese)
Speed perturbation / simpler augmentations without GAN, non‐personalized; also comparison without
Baseline
speaker adaptation
WER reductions: up to ~0.91% abs (~9.6% rel) on TORGO; ~3.0% abs (~6.4% rel) on DementiaBank;
Results
consistent improvements with adaptation
Strengths Personalization, multiple datasets, handling parallel & nonparallel data, complementarity with adaptation
Modest gains in some cases; dependency on data availability; not all impairment aspects modeled;
Limitations
performance on very low intelligibility—likely still weak
1️⃣ Title
The base ASR model. Encoder takes speech features (log-Mel filterbanks), multiple layers (bi-
Encoder-Decoder with
LSTM) to produce encoded features; decoder is autoregressive (using previous output tokens)
Attention
with attention over encoder outputs to generate next token. ResearchGate+1
Teacher-Forcing + As usual, during initial training the decoder is trained via negative log-likelihood with teacher
Maximum Likelihood forcing (i.e. feeding in ground truth previous tokens) to stabilize and get reasonable
(MLE / NLL) Pre-training transcription ability. ResearchGate
To adjust the model so that it learns to optimize evaluation metrics directly and to reduce
mismatch between training (teacher forcing + MLE) and inference (where true previous
Reinforcement Learning
tokens are unknown). The decoder is treated as an RL agent: at each time step t, state =
(Policy Gradient /
(decoder state + context), action = next token prediction; reward is defined based on edit
REINFORCE)
distance (Levenshtein) between sampled transcription(s) and ground truth. Sampling is used
(Monte Carlo) to produce full or partial hypotheses. ResearchGate
Two main types: sentence-level reward (single score per full hypothesis) and token-level
reward (intermediate rewards per token/time-step) that consider whether adding the new
Reward Types
token reduces edit distance etc. Discount factor (γ) used for token-level reward.
ResearchGate
To approximate expectation over possible outputs, the method samples M hypotheses per
Sampling / Multiple
input (e.g. M = 5, 10, 15). These are used to compute expected reward gradients.
Hypotheses
ResearchGate
The main evaluation metric is Character Error Rate (CER) (since output is character level) on WSJ
development / test sets. ResearchGate
Reward functions:
o Sentence-level reward: based on the full hypothesis. Reward = − (Edit distance between
sampled hypothesis and ground truth) / length of ground truth. The more similar (fewer edits),
the higher (less negative) the reward. ResearchGate
o Token-level reward: per time step, determines whether the new token reduces edit distance or
not (compared to preceding partial hypothesis) etc., plus final reward. Also uses discounting over
future token rewards. ResearchGate
Rewards normalized across sampled hypotheses to reduce variance. ResearchGate
Here are the key results and how the proposed method compares with baselines:
Other findings:
Larger M (number of sampled hypotheses) tends to produce better performance, but at increased
computational cost. ResearchGate
Token-level rewards outperform sentence-level rewards in general. ResearchGate
A higher discount factor γ for token‐level rewards (like 0.95) gives better results than smaller (0 or 0.5).
ResearchGate
They also compare to other published models (CTC, seq2seq with attention, joint CTC+attention) where
available; their combined MLE + RL system outperforms many of these under comparable settings (with no
external language model). ResearchGate
Strengths:
Addresses exposure bias: because at inference the model must generate based on its own previous
outputs, while training with teacher forcing uses ground truth. The RL approach (sampling hypotheses)
better aligns training to inference behavior.
Aligns training objective with evaluation metric: using edit distance as reward helps the model optimize
what matters (error rate), not just likelihood.
Experimental validation confirms significant improvements, especially under smaller data (train_si84).
Systematic hyperparameter study (M, reward type, γ) helps understand design trade-offs.
Limitations:
The gains are more modest when ample data is present (e.g. train_si284) than in small data. Though
improvement still exists.
Using RL + sampling increases computational cost and training instability (variance of gradient
estimator etc.). More samples (higher M) mean more computation.
Only character‐level outputs; no use of language model or lexicon, which might be practical limitations
or could limit best possible performance.
Reward functions are based purely on edit distance; other errors types (language, semantics) are not
directly addressed.
WSJ is clean, well‐recorded data; might not generalize to noisy or domain‐mismatched speech (e.g.
accented, dysarthric, elderly) without adaptation.
This is one of the earlier works in ASR to incorporate reinforcement learning / policy gradient into
encoder-decoder attention models to reduce mismatch between training and inference, and to train
directly in terms of sequence‐level error metrics.
Provides techniques that later works can adapt for more challenging speech (e.g. dysarthric speech) by
replacing reward with WER, or using token vs sentence level reward etc.
Shows empirical benefit, especially in lower‐data regimes — which is important in specialized ASR
settings where data is limited.
Policy gradient (REINFORCE), with sampling, token-level & sentence-level rewards; normalized
RL Component
reward; discounting
Best Performance ~6.10% CER on train_si284 with NLL+RL, token-level reward, M=15, γ=0.95
Main
Reduction of ~1-3 CER points over baseline (depending on dataset size)
Improvements
Strengths Better alignment of training with inference & metric; systematic hyperparameter study
Computational overhead; may not generalize automatically to difficult speech types; clean data
Limitations
domain; character outputs no LM etc.
Conditions (Clean /
Dataset Purpose / Role
Noisy)
LRS2-BBC Main evaluation dataset; speech + video; for assessing WER reduction under clean
Conditions (Clean /
Dataset Purpose / Role
Noisy)
LRS3-BBC (or
Another large-scale AVSR dataset; used for comparing generalization etc. arXiv+1
TED)
They test both under clean audio and under conditions with added noise (e.g. 0 dB babble noise) to see how
much visual cues help under degraded audio quality. arXiv+2arXiv+2
Visual Cueing Mechanism: The idea is that visual input (lip movements) can help anticipate or prime
the ASR model before (or along with) the audio arrives, much like humans use vision to help hearing,
especially when audio is noisy. arXiv
Predict-and-Update Framework:
o Predict: From video only, produce an initial guess (character posterior distribution).
o Update: When audio comes (or concurrently), refine/update that guess. Allows vision to shape
what the audio should be focusing on.
Fusion Stage Choices: Early fusion (i.e. applying visual cue early in the audio model), or middle/late
fusion. Their experiments show that earlier fusion gives better performance (especially in noisy
conditions). arXiv+1
Cross-modal Conformer Blocks: They adapt the Conformer architecture to accept visual embeddings
in its blocks (especially via replacing or augmenting standard feed-forward (FFN) modules with
“factorized-excitation” FFNs to feed in the visual cue. arXiv
Training with Pre-trained Models: Using pre-trained audio and visual unimodal models helps speed
convergence and improves final performance. arXiv
Hyperparameter Variants: They vary where fusion happens, dimension of visual embedding (number
of audio feature subspaces K, etc.), and test under different SNRs. arXiv
Here are key results and comparisons (WER = Word Error Rate):
AV Conformer (baseline) P&U net (early4) achieves ~ ~16.3% relative WER reduction
LRS2-BBC, clean audio
has ≈ 4.3% WER 3.6% WER arXiv over baseline arXiv
LRS2-BBC, noisy audio (0 Baseline AV Conformer ≈ P&U net (early4) ≈ 9.1% WER ~42% relative WER reduction
dB babble noise) 15.7% WER arXiv arXiv
Also:
Variants with later fusion (“middle,” “late”) perform worse than early fusion, especially in noisy
conditions. arXiv
Using different sizes of visual embedding / subspaces (various K) has little effect on final results (within
small range), so dimension choice is not very sensitive. arXiv
Strengths:
The model explicitly emulates aspects of human speech perception (visual cueing) rather than only
combining audio-visual signals synchronously; this seems to provide real benefit under noisy audio
conditions.
Strong relative improvements, especially under difficult/noisy conditions.
Good ablation/variant studies: testing fusion position, visual embedding dimension, effect of pre-
training etc.
Use of large AVSR datasets (LRS2, LRS3) helps ensure the results are strong and generalizable.
The approach relies on visual input; for cases where video is missing, occluded, or very low quality
(poor lighting, extreme angles), performance may degrade. The paper doesn’t deeply test those “in the
wild” adverse visual conditions.
Complexity: adding the visual prediction + cross-modal fusion may increase model size, latency. Real-
time latency implications may not be thoroughly explored.
Might not directly transfer to non-AV tasks (e.g. pure audio, or in speech disorders where visual info
may or may not help).
The improvements under clean audio are more modest; the big wins are under noisy audio.
This is a strong example of modality cueing / early leveraging of visual data rather than just late
fusion. Could inspire similar cueing mechanisms in other multimodal tasks (e.g. audio + sensor, audio +
depth/video etc.).
Suggests that in ASR, visual signals do more than provide redundant information; they can shape what
the model expects audio to be, which helps under noise.
For dysarthric or impaired speech: One could imagine adapting this architecture so that visual cues (lip
movements) help when the audio is distorted due to articulatory variation. Visual cueing could help
“predict” what the distorted audio might be and help the model focus.
Also, possible to combine this with augmentation or transfer learning for disordered speech.
8️⃣ Summary Table
Aspect Description
Title Predict-and-Update Network: Audio-Visual Speech Recognition Inspired by Human Speech Perception
Database LRS2-BBC, LRS3-TED / BBC datasets; clean & noisy (with e.g. 0 dB babble noise) conditions
Two-stage: visual prediction (character posterior) + update with audio via cross-modal Conformer; early
Method
fusion (visual cue early) via factorized-excitation FFN; pre-trained uni-modal models
Significant relative WER reductions: ~16% under clean LRS2, ~42% under noisy; smaller but consistent gains
Results
under clean LRS3 etc.
Strengths Emulates visual cue human-style; big gains under noise; good ablation; generalizable
Visual dependency; possible increased computational cost; less dramatic in clean audio; might need
Limitations
adaptation for adverse visual quality