CLSDASDec 22, 2020

Adversarial Meta Sampling for Multilingual Low-Resource Speech Recognition

arXiv:2012.11896v337 citations
AI Analysis

This work aims to improve the effectiveness of multilingual meta-learning for low-resource ASR, which is a problem for researchers and developers working on speech recognition in under-resourced languages. It is an incremental improvement to existing MML-ASR methods.

The authors address the challenge of low-resource automatic speech recognition (ASR) by proposing an adversarial meta sampling (AMS) approach to improve multilingual meta-learning ASR (MML-ASR). This method adaptively determines task sampling probabilities for each source language based on historical query loss, leading to significant performance improvements on two multilingual datasets.

Low-resource automatic speech recognition (ASR) is challenging, as the low-resource target language data cannot well train an ASR model. To solve this issue, meta-learning formulates ASR for each source language into many small ASR tasks and meta-learns a model initialization on all tasks from different source languages to access fast adaptation on unseen target languages. However, for different source languages, the quantity and difficulty vary greatly because of their different data scales and diverse phonological systems, which leads to task-quantity and task-difficulty imbalance issues and thus a failure of multilingual meta-learning ASR (MML-ASR). In this work, we solve this problem by developing a novel adversarial meta sampling (AMS) approach to improve MML-ASR. When sampling tasks in MML-ASR, AMS adaptively determines the task sampling probability for each source language. Specifically, for each source language, if the query loss is large, it means that its tasks are not well sampled to train ASR model in terms of its quantity and difficulty and thus should be sampled more frequently for extra learning. Inspired by this fact, we feed the historical task query loss of all source language domain into a network to learn a task sampling policy for adversarially increasing the current query loss of MML-ASR. Thus, the learnt task sampling policy can master the learning situation of each language and thus predicts good task sampling probability for each language for more effective learning. Finally, experiment results on two multilingual datasets show significant performance improvement when applying our AMS on MML-ASR, and also demonstrate the applicability of AMS to other low-resource speech tasks and transfer learning ASR approaches.

Foundations

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

Your Notes