ASCLLGSDMay 13, 2020

DARTS-ASR: Differentiable Architecture Search for Multilingual Speech Recognition and Adaptation

arXiv:2005.07029v233 citations
Originality Incremental advance
AI Analysis

This addresses the need for automated architecture design in speech recognition, particularly for multilingual applications, though it is incremental as it builds on existing differentiable architecture search techniques.

The paper tackled the problem of manually designing and tuning ASR model architectures by proposing DARTS-ASR, a gradient-based architecture search method, which achieved a 10.2% and 10.0% relative reduction in character error rates for monolingual and multilingual ASR, respectively, compared to fixed-topology baselines.

In previous works, only parameter weights of ASR models are optimized under fixed-topology architecture. However, the design of successful model architecture has always relied on human experience and intuition. Besides, many hyperparameters related to model architecture need to be manually tuned. Therefore in this paper, we propose an ASR approach with efficient gradient-based architecture search, DARTS-ASR. In order to examine the generalizability of DARTS-ASR, we apply our approach not only on many languages to perform monolingual ASR, but also on a multilingual ASR setting. Following previous works, we conducted experiments on a multilingual dataset, IARPA BABEL. The experiment results show that our approach outperformed the baseline fixed-topology architecture by 10.2% and 10.0% relative reduction on character error rates under monolingual and multilingual ASR settings respectively. Furthermore, we perform some analysis on the searched architectures by DARTS-ASR.

Foundations

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

Your Notes