paper-with-me

Papers

A Fully Differentiable Beam Search Decoder

2019-02-16 · Ronan Collobert, Awni Hannun, Gabriel Synnaeve

We introduce a new beam search decoder that is fully differentiable, making it possible to optimize at training time through the inference procedure. Our decoder allows us to combine models which operate at different granularities (e.g. acoustic and language models). It can be used when target sequences are not aligned to input sequences by considering all possible alignments between the two. We demonstrate our approach scales by applying it to speech recognition, jointly training acoustic and word-level language models. The system is end-to-end, with gradients flowing through the whole architecture from the word-level transcriptions. Recent research efforts have shown that deep neural networks with attention-based mechanisms are powerful enough to successfully train an acoustic model from the final transcription, while implicitly learning a language model. Instead, we show that it is possible to discriminatively train an acoustic model jointly with an explicit and possibly pre-trained language model.

📄 PDF Abstract BibTeX arXiv:1902.06022

Code (1)

johnhw/differentiable_sorting tf

Tasks

DecoderLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Joint Beam Search Integrating CTC, Attention, and Transducer Decoders

2024-06-05 · Yui Sudo, Muhammad Shakeel, Yosuke Fukumoto, Brian Yan 외

End-to-end automatic speech recognition (E2E-ASR) can be classified by its decoder architectures, such as connectionist temporal classification (CTC), recurrent neural network transducer (RNN-T), attention-based encoder-…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

FlexCTC: GPU-powered CTC Beam Decoding With Advanced Contextual Abilities

2025-08-10 · Lilit Grigoryan, Vladimir Bataev, Nikolay Karpov, Andrei Andrusenko 외 arxiv

While beam search improves speech recognition quality over greedy decoding, standard implementations are slow, often sequential, and CPU-bound. To fully leverage modern hardware capabilities, we present a novel open-sour…

Speech Recognition

GPU-Accelerated WFST Beam Search Decoder for CTC-based Speech Recognition

2023-11-08 · Daniel Galvez, Tim Kaldewey

While Connectionist Temporal Classification (CTC) models deliver state-of-the-art accuracy in automated speech recognition (ASR) pipelines, their performance has been limited by CPU-based beam search decoding. We introdu…

CPUDecoderGPUspeech-recognition+1

Neural Program Synthesis with a Differentiable Fixer

2020-06-19 · Matej Balog, Rishabh Singh, Petros Maniatis, Charles Sutton

We present a new program synthesis approach that combines an encoder-decoder based synthesis architecture with a differentiable program fixer. Our approach is inspired from the fact that human developers seldom get their…

DecoderProgram Synthesis

A Quantum Search Decoder for Natural Language Processing

2019-09-09 · Johannes Bausch, Sathyawageeswar Subramanian, Stephen Piddock

Probabilistic language models, e.g. those based on an LSTM, often face the problem of finding a high probability prediction from a sequence of random variables over a set of tokens. This is commonly addressed using a for…

Decoder