paper-with-me

홈 › Papers

Back from the future: bidirectional CTC decoding using future information in speech recognition

2021-10-07 · Namkyu Jung, Geonmin Kim, Han-Gyu Kim

In this paper, we propose a simple but effective method to decode the output of Connectionist Temporal Classifier (CTC) model using a bi-directional neural language model. The bidirectional language model uses the future as well as the past information in order to predict the next output in the sequence. The proposed method based on bi-directional beam search takes advantage of the CTC greedy decoding output to represent the noisy future information. Experiments on the Librispeechdataset demonstrate the superiority of our proposed method compared to baselines using unidirectional decoding. In particular, the boost inaccuracy is most apparent at the start of a sequence which is the most erroneous part for existing systems based on unidirectional decoding.

📄 PDF Abstract BibTeX arXiv:2110.03326

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Bidirectional Beam Search: Forward-Backward Inference in Neural Sequence Models for Fill-in-the-Blank Image Captioning

2017-05-24 · CVPR 2017 7 · Qing Sun, Stefan Lee, Dhruv Batra

We develop the first approximate inference algorithm for 1-Best (and M-Best) decoding in bidirectional neural sequence models by extending Beam Search (BS) to reason about both forward and backward time dependencies. Bea…

Image CaptioningSentence

Synchronous Bidirectional Neural Machine Translation

2019-05-13 · TACL 2019 3 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Existing approaches to neural machine translation (NMT) generate the target language sequence token by token from left to right. However, this kind of unidirectional decoding framework cannot make full use of the target-…

Machine TranslationNMTTranslation

Forward-Backward Decoding for Regularizing End-to-End TTS

2019-07-18 · Yibin Zheng, Xi Wang, Lei He, Shifeng Pan 외

Neural end-to-end TTS can generate very high-quality synthesized speech, and even close to human recording within similar domain text. However, it performs unsatisfactory when scaling it to challenging test sets. One con…

Decoder

Background Modeling Based on Bidirectional Analysis

2013-06-01 · CVPR 2013 6 · Atsushi Shimada, Hajime Nagahara, Rin-ichiro Taniguchi

Background modeling and subtraction is an essential task in video surveillance applications. Most traditional studies use information observed in past frames to create and update a background model. To adapt to backgroun…

Look Backward and Forward: Self-Knowledge Distillation with Bidirectional Decoder for Neural Machine Translation

2022-03-10 · Xuanwei Zhang, Libin Shen, Disheng Pan, Liang Wang 외

Neural Machine Translation(NMT) models are usually trained via unidirectional decoder which corresponds to optimizing one-step-ahead prediction. However, this kind of unidirectional decoding framework may incline to focu…

DecoderKnowledge DistillationMachine TranslationNMT+2