paper-with-me

Papers

The PyTorch-Kaldi Speech Recognition Toolkit

2018-11-19 · Mirco Ravanelli, Titouan Parcollet, Yoshua Bengio

The availability of open-source software is playing a remarkable role in the popularization of speech recognition and deep learning. Kaldi, for instance, is nowadays an established framework used to develop state-of-the-art speech recognizers. PyTorch is used to build neural networks with the Python language and has recently spawn tremendous interest within the machine learning community thanks to its simplicity and flexibility. The PyTorch-Kaldi project aims to bridge the gap between these popular toolkits, trying to inherit the efficiency of Kaldi and the flexibility of PyTorch. PyTorch-Kaldi is not only a simple interface between these software, but it embeds several useful features for developing modern speech recognizers. For instance, the code is specifically designed to naturally plug-in user-defined acoustic models. As an alternative, users can exploit several pre-implemented neural networks that can be customized using intuitive configuration files. PyTorch-Kaldi supports multiple feature and label streams as well as combinations of neural networks, enabling the use of complex neural architectures. The toolkit is publicly-released along with a rich documentation and is designed to properly work locally or on HPC clusters. Experiments, that are conducted on several datasets and tasks, show that PyTorch-Kaldi can effectively be used to develop modern state-of-the-art speech recognizers.

📄 PDF Abstract BibTeX arXiv:1811.07453

Code (11)

mravanelli/pytorch-kaldi 공식 구현 pytorch
Baileyswu/pytorch-hmm-vae pytorch
Dahee96/Seq2seq- pytorch
NOEPG/pytorch-kaldi pytorch
PeiyanFlying/https-github.com-PeiyanFlying-pytorch-kaldi pytorch
amikey/pytorch-kaldi pytorch
ayyucedemirbas/gcommands_12_classes pytorch
walterheymans/pytorch-kaldi-gan pytorch
wponghiran/imp-snns-for-sl pytorch
xpz123/pytorch-kaldi pytorch
yrhvivian/pytorch-kaldi pytorch

Tasks

Distant Speech RecognitionNoisy Speech RecognitionSpeech Recognition

Similar Papers 제목 키워드 기반

PyKaldi2: Yet another speech toolkit based on Kaldi and PyTorch

2019-07-12 · Liang Lu, Xiong Xiao, Zhuo Chen, Yifan Gong

We introduce PyKaldi2 speech recognition toolkit implemented based on Kaldi and PyTorch. While similar toolkits are available built on top of the two, a key feature of PyKaldi2 is sequence training with criteria such as …

speech-recognitionSpeech Recognition

PyChain: A Fully Parallelized PyTorch Implementation of LF-MMI for End-to-End ASR

2020-05-20 · Yiwen Shao, Yiming Wang, Daniel Povey, Sanjeev Khudanpur

We present PyChain, a fully parallelized PyTorch implementation of end-to-end lattice-free maximum mutual information (LF-MMI) training for the so-called \emph{chain models} in the Kaldi automatic speech recognition (ASR…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)GPUspeech-recognition+1

ESPnet: End-to-End Speech Processing Toolkit

2018-03-30 · Shinji Watanabe, Takaaki Hori, Shigeki Karita, Tomoki Hayashi 외

This paper introduces a new open source platform for end-to-end speech processing named ESPnet. ESPnet mainly focuses on end-to-end automatic speech recognition (ASR), and adopts widely-used dynamic neural network toolki…

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

Quantization of Acoustic Model Parameters in Automatic Speech Recognition Framework

2020-06-16

Robust automatic speech recognition (ASR) system exploits state-of-the-art deep neural networks (DNN) based acoustic model (AM) trained with Lattice Free-Maximum Mutual Information (LF-MMI) criterion and n-gram language …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Quantizationspeech-recognition+1

ExKaldi-RT: A Real-Time Automatic Speech Recognition Extension Toolkit of Kaldi

2021-04-03 · Yu Wang, Chee Siang Leow, Akio Kobayashi, Takehito Utsuro 외

This paper describes the ExKaldi-RT online automatic speech recognition (ASR) toolkit that is implemented based on the Kaldi ASR toolkit and Python language. ExKaldi-RT provides tools for building online recognition pipe…

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