0% found this document useful (0 votes)
17 views25 pages

Deep Learning in Speech Recognition Survey

The document presents a comprehensive survey on Automatic Speech Recognition (ASR) focusing on deep learning techniques, detailing the evolution from traditional hybrid models to modern end-to-end architectures like Transformers and Conformers. It employs a systematic literature review methodology, analyzing various deep learning models, datasets, and performance metrics, while providing extensive resources for researchers. Additionally, it highlights the significance of addressing multilingual models and low-resource languages in the current ASR landscape.

Uploaded by

Tech Hut bd
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views25 pages

Deep Learning in Speech Recognition Survey

The document presents a comprehensive survey on Automatic Speech Recognition (ASR) focusing on deep learning techniques, detailing the evolution from traditional hybrid models to modern end-to-end architectures like Transformers and Conformers. It employs a systematic literature review methodology, analyzing various deep learning models, datasets, and performance metrics, while providing extensive resources for researchers. Additionally, it highlights the significance of addressing multilingual models and low-resource languages in the current ASR landscape.

Uploaded by

Tech Hut bd
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Title

"Automatic Speech Recognition: A survey of deep learning techniques and approaches"

This title is comprehensive and accurately reflects the paper's content. It clearly states:

 Domain: Automatic Speech Recognition (ASR)

 Focus: A survey (review) paper.

 Scope: Specifically on deep learning techniques and approaches, distinguishing it from


older surveys that focused on traditional methods like HMMs and GMMs.

2. Block Diagram / Overall Architecture

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.

The key architectural evolution discussed is:

1. Traditional/Hybrid ASR (e.g., HMM-DNN): A pipeline with separate components


for Pre-processing -> Feature Extraction (e.g., MFCC) -> Acoustic Model (e.g., DNN) ->
Pronunciation Model -> Language Model -> Decoder.

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 Connectionist Temporal Classification (CTC)

o Attention-based Encoder-Decoder models (e.g., Listen, Attend and Spell - LAS)

o RNN-Transducer (RNN-T)

3. Modern Architectures: The survey heavily focuses on recent models that have become
dominant:

o Transformers: Based on self-attention mechanisms, replacing RNNs for better


parallelization and capturing long-range context.

o Conformers: A hybrid architecture combining Transformers (for global context)


and Convolutional Neural Networks (CNNs for local features).
A simplified flow of a modern E2E system, as synthesized from the paper, would be:
Raw Audio -> Preprocessing (Normalization) -> Feature Extraction (e.g., Mel-Spectrograms) -
> Deep Learning Model (Encoder [Transformer/Conformer] + Decoder) -> Output Text

3. Methodology

The paper follows a Systematic Literature Review (SLR) methodology, as outlined in Section 2.
The process is rigorous and well-defined:

1. Objective: To present a comprehensive review and analysis of recent deep learning-


based speech recognition models.

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:

A. Monolingual Datasets (Table 3):

 English: LibriSpeech (1000 hrs), Libri-light (60k hrs), TIMIT, Switchboard, CHiME-5, TED-
LIUM, GigaSpeech (40k hrs), etc.

 Mandarin: Aishell-1 (170 hrs), Aishell-2 (1000 hrs)

 Spanish: Fisher-CallHome

B. Multilingual Datasets (Table 4):


 General Multilingual: Common Voice (112 langs, 18.6k hrs), VoxPopuli (23 langs, 400k
hrs), MuST-C (15 langs), CoVoST (16 langs), FLEURS (102 langs), Multilingual LibriSpeech
(8 langs).

 Indian Languages: Microsoft Speech Corpus, MUCS 2021, Shrutilipi, Vistaar, Dhwani, IIT
Bombay English-Hindi corpus.

5. Comparison Matrix / Key Findings

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.

3. Table 6: Comparison of recent state-of-the-art models on the LibriSpeech benchmark. It


shows how models like Whisper, WavLM, and HuBERT achieve very low Word Error Rates
(WERs), especially when pre-trained on massive unlabeled data (e.g., Libri-Light 60k hrs).

4. Table 7: A detailed comparative analysis of 13 recent deep learning models (e.g., Wav2Vec,
Conformer, Whisper, HuBERT). For each model, it lists:

 Key Feature (e.g., "Self-Supervised Learning" for Wav2Vec)

 Advantages (e.g., "Data Efficiency")

 Shortcomings (e.g., "Noise Sensitivity")

5. Table 8: A chronological summary of key state-of-the-art research works from 2016 to


2023. For each work, it shows the methodology, dataset used, evaluation metric, achieved
accuracy, and key findings.

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.

 Extensive Resources: It provides an invaluable resource list of datasets, toolkits, and


language models for researchers.

 Focus on Modern Trends: It dedicates significant space to multilingual models, low-


resource languages, and self-supervised learning (e.g., Wav2Vec), which are the current
frontiers of ASR research.

 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

“Collaborative AI Dysarthric Speech Recognition System With Data Augmentation Using


Generative Adversarial Neural Network”

 It signals a system designed to recognize dysarthric speech (speech affected by motor


disorders) by using collaborative AI.
 The core novelty is data augmentation via GANs (Generative Adversarial Networks)
to transform dysarthric speech into non-dysarthric speech before feeding it into ASR
models.
 The goal is to improve accuracy and intelligibility of dysarthric speech recognition.

2️⃣ Block Diagram (System Overview)

(From Fig. 1 of the paper)


The system is split into two main parts:

A. Three-Stage Data Augmentation Module

 Stage 1 – Static Data Generation:


Uses Tacotron2 TTS + WaveGlow vocoder to generate high-quality non-dysarthric
synthetic speech from text.
 Stage 2 – Speed Perturbation:
Resamples speech to simulate dysarthric rhythm variations.
 Stage 3 – Improved CycleGAN Model:
Converts dysarthric spectrograms to non-dysarthric spectrograms using Inception-ResNet
blocks and temporal masking.

B. Pre-Trained ASR Subsystem

 Fine-tunes Wav2Vec2-XLSR and Whisper-Tiny models on the augmented dataset for


improved dysarthric speech recognition.

This pipeline lets the model learn both from real and synthetic speech and correct dysarthric
patterns before recognition.

3️⃣ Methodology

The methodology combines data augmentation + GAN-based speech conversion + fine-


tuned ASR models:

 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.

4️⃣ Database (UASpeech)

 Speakers: 15 dysarthric (4 female, 11 male, ages 18–58) + 13 non-dysarthric.


 Utterances: 721 per speaker.
 Average duration: 1887 seconds per speaker (speech 564 s, non-speech 1323 s).
 Recording setup: 7-channel microphone array at 16 kHz; channel 5 used for evaluation.
This database is standard for dysarthric speech recognition research and ensures
comparable benchmarking.

5️⃣ Comparison Matrix (WER tables)

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

Key Takeaways from the Comparison:


 Each augmentation step individually improves WER, but the full three-stage pipeline
gives the best results.
 Compared to baseline ASR systems (E2E Transformer ASR, Hybrid TDNN, Conformer
+ SpecAug), the proposed system performs far better, especially in Very Low
intelligibility cases.
 Inception-ResNet + temporal masking is the strongest individual contributor.
 Wav2Vec2-XLSR + full pipeline achieves state-of-the-art results on UASpeech.

6️⃣ Why This Matters

 Solves Data Scarcity: By generating high-quality synthetic speech.


 Improves Generalization: Temporal masking + GAN conversion handles irregular
dysarthric patterns.
 Superior Accuracy: Achieves record-low WER of 13.58%, dramatically better than
traditional systems.
 Practical Deployment: Quantization + sliding window design for mobile and real-time
applications.

7️⃣ Short Summary Table

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”

 Focuses on a visual representation of speech (voicegrams) rather than traditional


phoneme-based ASR.
 Tackles three main problems in dysarthric ASR:
1. Phoneme alteration/imprecision
2. Data scarcity
3. Labeling difficulties
 Uses deep CNNs + transfer learning + synthetic dysarthric speech generation to
improve recognition accuracy.

2️⃣ Block Diagram / System Overview

The SV pipeline is essentially:

 Input dysarthric speech → Voicegram conversion


(Spectrogram-like heatmap, RGB format 150×150 pixels).
 Data augmentation on voicegrams
(shift, shear, zoom).
 Synthetic dysarthric speech generation
(using DC-TTS reconfigured with transfer learning).
 S-CNN deep model
(eight convolutional layers with dropout).
 Transfer learning from normal speech
(pre-train on control speakers, freeze top layers, fine-tune on dysarthric data).
 Output: Word-level recognition (WRA).

This replaces the conventional “signal → phoneme → language model” approach with a visual
shape-recognition system.

3️⃣ Methodology

Stage Key Idea Details


Voicegram Converts speech to Captures frequency intensity over time; preserves
extraction RGB images word-shape even in noisy dysarthric speech.
Eight convolutional layers, max pooling, ReLU,
Deep 2-D Spatial Recognizes word
softmax output, ADADELTA optimizer, heavy
CNN (S-CNN) shapes visually
spatial dropout (50% then 70%).
Visual data
Boost training data Shift, shear, zoom of voicegrams.
augmentation
Synthetic speech Adds new dysarthric DC-TTS retrained per speaker, Mean Opinion
generation samples Score analysis to pick the best configuration.
Stage Key Idea Details
Learns normal word
Pre-train on 12 normal speakers, freeze top layers,
Transfer learning shapes first, then fine-
retrain on dysarthric voicegrams.
tunes

Key differences from traditional systems:

 No phoneme labeling required.


 Entirely visual + whole-word recognition.
 Combines real + synthetic dysarthric data.

4️⃣ Database (UA-Speech)

 Speakers: 19 dysarthric (used 15 in this study) + 12 normal control speakers.


 Vocabulary: 155 words (digits, commands, radio alphabets, common words).
 Utterances: 3 blocks per speaker × multiple channels. Used B1+B2 for training and B3
for testing.
 Speech Intelligibility: Very low (2%) to high (95%).
 Microphone array: 7-channel at 16 kHz.

This is a large, dysarthric-specific dataset enabling consistent benchmarking.

5️⃣ Comparison Matrix (Results)

System Avg. WRA (%) Notes


Baseline version of SV
SV (original data only) 61.11%
without synthetic data.
+3.60% absolute
SV (with synthetic dysarthric speech) 64.71%
improvement on average.
Baseline #1 (adaptive system from Lower WRA across most
Sehgal & Cunningham [12]) intelligibility levels.
Lower WRA across very
Baseline #2 (Christensen et al. [33])
low & low levels.

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).

6️⃣ Why This Matters

 Eliminates phoneme dependency → robust to dysarthric articulation errors.


 Leverages computer vision techniques → translation-invariant learning, better
generalization.
 Synthetic speech + transfer learning → tackles data scarcity.
 Outperforms baselines in severe dysarthria — the hardest category.

7️⃣ Short Summary Table

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

 Emphasizes a Transformer architecture tailored to dysarthric speech.


 Mentions transfer learning, data augmentation, speaker‐adaptation (or speaker‐adaptive ASR).
 Signals an aim to outperform previous state‐of‐the‐art in dysarthric speech recognition.

2️⃣ Block Diagram / System Architecture (Method Overview)

From what I gathered, the system likely comprises the following components:

1. Transformer‐based ASR Backbone


o A deep Transformer (encoder/decoder or sequence‐to‐sequence) model.
o Trained/fine‐tuned for dysarthric speech recognition.
2. Two‐Phase Transfer Learning Pipeline
o Phase 1: Use healthy (non‐dysarthric) speech to pre‐train or warm up the model.
o Phase 2: Adapt / fine‐tune using dysarthric speech.
3. Speaker Adaptive Configuration
o Multiple speaker‐adaptive models are trained: possibly each model is adapted to individual
dysarthric speakers.
4. Audio Data Augmentation
o To mitigate the very limited amount of dysarthric speech data.
o Likely techniques include adding noise, speed perturbation, possibly tempo or spectral
transformations.
5. Freezing / Neural Freezing Configurations
o Some parts of the network may be frozen (non‐trainable) in certain phases to stabilize the
adaptation and prevent overfitting.

3️⃣ Database

The paper uses (or is benchmarked on) the UA-Speech corpus (University of Illinois Dysarthric Speech
corpus). Details:

 Speakers: 15 dysarthric speakers (publicly available part) + healthy controls.


 Utterances / Words: A set of isolated words (something like digits, radio alphabets, common words).
 Recording Conditions: 16 kHz sampling, multiple channels though sometimes only one used.

(Some summary info: UA‐Speech has 765 isolated words per speaker, etc.) ResearchGate

4️⃣ Methodology in More Depth

Putting together bits from summaries:

 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.

5️⃣ Results & Comparison Matrix

From what is publicly known:

 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.

6️⃣ Comparison to Other Methods

 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

7️⃣ Strengths & Limitations

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.

8️⃣ Summary Table


Aspect Description / Spec

Title Transformer‐based Dysarthric ASR with Transfer Learning & Data Augmentation

Database UA-Speech corpus (15 dysarthric speakers + controls)

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.

2️⃣ System / Block Diagram Overview (Method Architecture)

Though the exact block diagram isn't available, from the description we can reconstruct a high‐level pipeline:

1. Input Normal Speech Data


o Speech from healthy/non-impaired speakers.
2. Pre‐processing / Speed or Temporal Perturbation
o Modify speaking rate or time‐scale of normal speech to simulate some characteristics like slow
pace common in elderly or dysarthric speech. ResearchGate
3. Spectro‐temporal GAN‐based Augmentation
o For parallel data (i.e. where the same or equivalent utterances exist for both normal and
impaired speakers), they use a speaker‐dependent generative adversarial network (SD GAN) to
modify the spectrum of normal speech to be more like that of a specific impaired speaker.
ResearchGate
o For non‐parallel data, use SVD (Singular Value Decomposition) to decompose normal speech
spectral basis and then transform those basis features to match target elderly/dysarthric speaker,
recompose with temporal basis to generate augmented data. ResearchGate
4. ASR System
o Use state‐of‐the‐art ASR architectures (TDNN and Conformer) trained on a combination of
original impaired data and augmented data. Personalization (speaker adaptation) also used
(LHUC adaptation) to further refine for specific speaker(s). ResearchGate
5. Evaluation
o Across multiple datasets: dysarthric and elderly speech corpora. Compare WER with baseline
(no augmentation or simpler augmentation like speed perturbation) and with speaker adaptation
techniques. ResearchGate
6. Optional / Additional Modules
o Speaker adaptation via LHUC (Learning Hidden Unit Contributions) to make the ASR more
personalized to each speaker. ResearchGate

3️⃣ Database(s) / Speech Corpora Used

They evaluated on multiple datasets to test generalization:

Dataset Type Language Purpose / Use in Experiments

UASpeech Dysarthric (English) English Standard benchmark for dysarthric speech recognition. Used to
Dataset Type Language Purpose / Use in Experiments

test augmentation + adaptation. ResearchGate

Another dysarthric speech corpus, different in speaker set and


TORGO Dysarthric (English) English
style. ResearchGate

DementiaBank Elderly / impaired in Tests more “elderly speech” rather than pure motor speech
English
Pitt cognition (English) disorder. ResearchGate

Elderly speech To test cross‐language / multi‐lingual performance for elderly


JCCOCC MoCA Cantonese
(Cantonese) speech. 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.

4️⃣ Method / Techniques in Depth

Some of the key technical methods:

 Speaker‐Dependent GANs for Data Augmentation


o For parallel data: The GAN is trained per speaker to map normal speech spectrograms (after
maybe speed perturbation) to spectra more like that speaker’s impaired speech. This allows
generating data that more closely matches target speaker’s spectrogram characteristics.
ResearchGate
o For non‐parallel data: Since you don’t have matching utterances, they instead decompose spectra
(via SVD) into spectral basis + temporal bases. Spectral basis is transformed to match that of a
target elderly/dysarthric speaker. Then the temporal basis is used (likely original) to recombine
to form augmented speech. This is a clever way to simulate speaker‐specific spectral differences
without requiring matched utterances. ResearchGate
 Speed / temporal perturbation: earlier stages use speed or tempo modifications so that the “shape” of
time (rate) is closer to what impaired speakers often exhibit. It helps generate better input for the
subsequent GAN or feature matching. ResearchGate
 Speaker adaptation (LHUC): After training with augmented + original data, they fine‐tune / adapt per
speaker using LHUC (Learning Hidden Unit Contributions), which is a mechanism to adjust some parts
of the model for individual speaker characteristics without retraining everything. This further improves
performance. ResearchGate
 ASR architectures:
o TDNN (Time‐Delay Neural Network) – a more classic acoustic model architecture.
o Conformer – which combines convolution (for local features) + self‐attention (for global
features) in a modern ASR model. Using these architectures allows the evaluation to compare
augmentation effects across model families. ResearchGate
 Evaluation metrics: Word Error Rate (WER) is the primary metric. They compare absolute and relative
WER reductions from baselines. ResearchGate
5️⃣ Results / Comparison Matrix

Here are some of the empirical results that are known:

Baseline / Baseline
Task / Dataset Improvement (Absolute / Relative WER reduction) Observations
Augmentation

Up to 0.91% absolute WER reduction, which corresponds to


baseline + speed
TORGO ~9.6% relative WER improvement over the speed
perturbation
perturbation baseline. ResearchGate

DementiaBank baseline with simpler Up to 3.0% absolute WER reduction (~6.4% relative) with the
(Pitt) augmentation GAN‐based augmentation. ResearchGate

Baseline + Further consistent improvements retained after applying


Speaker
augmentation without LHUC adaptation. Suggests that the augmentation +
adaptation (LHUC)
adaptation adaptation are complementary. 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

6️⃣ Strengths & Limitations

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.

Limitations / Open Questions:

 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.

7️⃣ Summary Table

Here’s a concise summary:

Aspect This Paper’s Specification

Title / Focus Personalized adversarial data augmentation for dysarthric & elderly speech recognition

UASpeech, TORGO (dysarthric) + DementiaBank Pitt, JCCOCC MoCA (elderly), multiple languages (English,
Datasets
Cantonese)

Speaker‐dependent GAN or spectral basis transformation, speed / temporal perturbation, speaker


Method
adaptation (LHUC), ASR via TDNN & Conformer models

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

 “End-to-End Speech Recognition Sequence Training With Reinforcement Learning”


 Key signals:
o “End-to-End” → the model maps directly from input speech features to output text/transcriptions
without modular acoustic / phoneme / language model separation.
o “Sequence Training” → optimizing over full output sequences rather than frame‐level or token‐
level independent losses.
o “Reinforcement Learning” → using RL methods (policy gradients) to align training objective
more closely with evaluation metrics (e.g. word or character error rate) and to reduce exposure
bias (where the training setting differs from the inference setting).

2️⃣ Block Diagram / System Architecture & Method Overview

Here’s the architecture and method as reconstructed from the paper:

Component Purpose / Role

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

3️⃣ Database(s) / Datasets & Experimental Setup

 WSJ (Wall Street Journal) Corpus is used. Two subsets:

Sub-set Size / Utterances / Duration / Speakers

train_si84 (smaller) ~7,100 utterances, ∼16 hours, ~83 speakers. ResearchGate

train_si284 (larger) ~38,000+ utterances, ~80 hours, ~282 speakers. ResearchGate


 Features: 80-dimensional log Mel filter-bank features, window 25 ms, shift 10 ms. ResearchGate
 Decoder Tokens: Character-level output (characters including alphabet, spaces, punctuation etc.), no
separate word lexicon or external language model is used. ResearchGate
 Training regimen:
1. Pre-train with teacher-forcing / MLE (negative log likelihood) until stable.
2. Then add RL objective (combined with MLE), using either sentence-level or token‐level
rewards. ResearchGate
 Hyperparameters considered / varied: number of sampled hypotheses M (e.g. 5, 10, 15), discount
factor γ for token-level reward (e.g. 0, 0.5, 0.95) etc. ResearchGate

4️⃣ Metrics / Reward Formulation

 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

5️⃣ Results / Comparison Matrix

Here are the key results and how the proposed method compares with baselines:

Baseline (MLE / NLL only)


Experiment Best RL-augmented CER (%) Relative improvement
CER (%)

WSJ – ~13.92% (token-level reward, M=15, γ=0.95) Substantial (~3.7 pp)


~17.68% ResearchGate
train_si84 ResearchGate improvement

WSJ – ~6.10% (token-level, M=15, γ=0.95)


~7.69% ResearchGate ~1.6 pp improvement
train_si284 ResearchGate

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

6️⃣ Strengths & Limitations

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.

7️⃣ Why This Matters

 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.

8️⃣ Summary Table


Aspect Details

Title End-to-End Speech Recognition Sequence Training With Reinforcement Learning

Base Model Attention-based Encoder-Decoder (seq2seq) with character output


Aspect Details

Pre-training Teacher forcing, MLE/NLL loss

Policy gradient (REINFORCE), with sampling, token-level & sentence-level rewards; normalized
RL Component
reward; discounting

Dataset WSJ corpus (train_si84 & train_si284)

Key Metrics CER (Character Error Rate)

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.

1️⃣ Title & What It Implies

 Title: Predict-and-Update Network: Audio-Visual Speech Recognition Inspired by Human Speech


Perception arXiv+2arXiv+2
 Key components:
o “Predict-and-Update”: suggests a two-stage process where something is first predicted
(perhaps from visual cues) then updated when more (audio) information arrives.
o Audio-Visual Speech Recognition (AVSR): Means both lip-movement / visual data + speech
(audio) are used.
o Inspired by Human Speech Perception: Suggests they draw from psycholinguistic or
perceptual studies about how humans combine visual and auditory cues (e.g. seeing lips helps
hearing speech especially in noisy conditions).

2️⃣ Block Diagram / System Architecture (Method Overview)

From the description and figure from the paper:

1. Visual Feature Extraction


o Input: video of lips/facial region.
o Extract visual features (lip movements) → processed through a visual encoder.
2. Visual “Prediction” Stage
o Use visual features before or along with audio to predict character posterior probabilities (i.e. a
coarse guess of what’s being said) — this is what they call the visual embedding or “prediction”
based solely (or mostly) on visual input. arXiv+1
3. Audio Feature Extraction
o Input: audio signal, processed (short-time Fourier transform etc.), audio encoder (e.g. Conformer
blocks) to get audio features. arXiv
4. Cross-modal Conformer / Update Stage
o The predicted visual embedding is used to condition or influence (guide) the audio processing.
They fuse (or “update”) the character posterior probabilities by combining audio features with
the visual embedding via a cross-modal Conformer block. This “update” refines the predictions
using audio + visual combined. arXiv+1
5. “Cueing Mechanism” and Fusion Position Variants
o They explore different positions/stages for fusion: early (visual cue early), “middle,” “late.”
Essentially, how early the visual cue is applied makes a difference. arXiv
o Also use a factorized-excitation feed-forward network (FE-FFN) in the cross-modal blocks to
better incorporate the visual embedding. arXiv
6. Training & Loss
o Likely using standard ASR/AVSR losses (e.g. cross‐entropy over character probabilities),
possibly with external language model in some evaluations.
o Initialized with pre-trained unimodal models (audio ASR, lipreading model), which helps
performance. arXiv+1

3️⃣ Database(s) / Datasets Used

They use standard large AVSR datasets:

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)

& noisy conditions. arXiv+1

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

4️⃣ Method / Key Techniques

 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

5️⃣ Comparison Matrix / Results

Here are key results and comparisons (WER = Word Error Rate):

Condition / Setting Baseline / State-of-the-Art P&U Net Performance Improvement

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

Baseline AV Conformer ≈ P&U net (early4) ≈ 3.0% WER


LRS3-TED, clean
3.3% WER arXiv
Condition / Setting Baseline / State-of-the-Art P&U Net Performance Improvement

P&U net (early4) ≈ 8.3% WER


LRS3-TED, noisy Baseline ≈ 14.4% WER
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

6️⃣ Strengths & Limitations

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.

Limitations or Open Points:

 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.

7️⃣ Why This Paper Matters & Possible Extensions

 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

Baseline AV Conformer; feature concatenation; fusion at different points; performance in clean/noisy


Comparisons
conditions

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

You might also like