ASLGSDDec 14, 2021

ImportantAug: a data augmentation agent for speech

arXiv:2112.07156v213 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing model robustness in speech processing, though it is incremental as it builds on existing noise augmentation methods.

The paper tackles the problem of improving speech classification and recognition by augmenting training data with noise added only to unimportant regions, as predicted by an agent, resulting in a 23.3% relative error rate reduction compared to conventional noise augmentation and a 25.4% reduction compared to no augmentation on the Google Speech Commands dataset.

We introduce ImportantAug, a technique to augment training data for speech classification and recognition models by adding noise to unimportant regions of the speech and not to important regions. Importance is predicted for each utterance by a data augmentation agent that is trained to maximize the amount of noise it adds while minimizing its impact on recognition performance. The effectiveness of our method is illustrated on version two of the Google Speech Commands (GSC) dataset. On the standard GSC test set, it achieves a 23.3% relative error rate reduction compared to conventional noise augmentation which applies noise to speech without regard to where it might be most effective. It also provides a 25.4% error rate reduction compared to a baseline without data augmentation. Additionally, the proposed ImportantAug outperforms the conventional noise augmentation and the baseline on two test sets with additional noise added.

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