paper-with-me

홈 › Papers

Empirical Evaluation of Parallel Training Algorithms on Acoustic Modeling

2017-03-17 · Wenpeng Li, Bin-Bin Zhang, Lei Xie, Dong Yu

Deep learning models (DLMs) are state-of-the-art techniques in speech recognition. However, training good DLMs can be time consuming especially for production-size models and corpora. Although several parallel training algorithms have been proposed to improve training efficiency, there is no clear guidance on which one to choose for the task in hand due to lack of systematic and fair comparison among them. In this paper we aim at filling this gap by comparing four popular parallel training algorithms in speech recognition, namely asynchronous stochastic gradient descent (ASGD), blockwise model-update filtering (BMUF), bulk synchronous parallel (BSP) and elastic averaging stochastic gradient descent (EASGD), on 1000-hour LibriSpeech corpora using feed-forward deep neural networks (DNNs) and convolutional, long short-term memory, DNNs (CLDNNs). Based on our experiments, we recommend using BMUF as the top choice to train acoustic models since it is most stable, scales well with number of GPUs, can achieve reproducible results, and in many cases even outperforms single-GPU SGD. ASGD can be used as a substitute in some cases.

📄 PDF Abstract BibTeX arXiv:1703.05880

Code (0)

등록된 구현이 없습니다.

Tasks

GPUspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Asynchronous Decentralized Distributed Training of Acoustic Models

2021-10-21 · Xiaodong Cui, Wei zhang, Abdullah Kayi, Mingrui Liu 외

Large-scale distributed training of deep acoustic models plays an important role in today's high-performance automatic speech recognition (ASR). In this paper we investigate a variety of asynchronous decentralized distri…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Approximate Top-$k$ for Increased Parallelism

2024-12-05 · Oscar Key, Luka Ribar, Alberto Cattaneo, Luke Hudlass-Galley 외

We present an evaluation of bucketed approximate top-$k$ algorithms. Computing top-$k$ exactly suffers from limited parallelism, because the $k$ largest values must be aggregated along the vector, thus is not well suited…

Room-acoustic simulations as an alternative to measurements for audio-algorithm evaluation

2025-09-05 · Georg Götz, Daniel Gert Nielsen, Steinar Guðjónsson, Finnur Pind arxiv

Audio-signal-processing and audio-machine-learning (ASP/AML) algorithms are ubiquitous in modern technology like smart devices, wearables, and entertainment systems. Development of such algorithms and models typically in…

An Empirical Evaluation of Zero Resource Acoustic Unit Discovery

2017-02-05 · Chunxi Liu, Jinyi Yang, Ming Sun, Santosh Kesiraju 외

Acoustic unit discovery (AUD) is a process of automatically identifying a categorical acoustic unit inventory from speech and producing corresponding acoustic unit tokenizations. AUD provides an important avenue for unsu…

Acoustic Unit Discovery

Empirical Evaluation of Speaker Adaptation on DNN based Acoustic Model

2018-03-27 · Ke Wang, Junbo Zhang, Yujun Wang, Lei Xie

Speaker adaptation aims to estimate a speaker specific acoustic model from a speaker independent one to minimize the mismatch between the training and testing conditions arisen from speaker variabilities. A variety of ne…