paper-with-me

Papers

A Streaming Approach For Efficient Batched Beam Search

2020-10-05 · EMNLP 2020 11 · Kevin Yang, Violet Yao, John DeNero, Dan Klein

We propose an efficient batching strategy for variable-length decoding on GPU architectures. During decoding, when candidates terminate or are pruned according to heuristics, our streaming approach periodically "refills" the batch before proceeding with a selected subset of candidates. We apply our method to variable-width beam search on a state-of-the-art machine translation model. Our method decreases runtime by up to 71% compared to a fixed-width beam search baseline and 17% compared to a variable-width baseline, while matching baselines' BLEU. Finally, experiments show that our method can speed up decoding in other domains, such as semantic and syntactic parsing.

📄 PDF Abstract BibTeX arXiv:2010.02164

Code (1)

yangkevin2/emnlp2020-stream-beam-mt 공식 구현 pytorch

Tasks

GPUMachine TranslationTranslation

Similar Papers 제목 키워드 기반

TurboBias 2.0: Streaming Context-Biasing for Production-Efficient ASR Systems

2026-08-21 · Vladimir Bataev, Lilit Grigoryan, Andrei Andrusenko, Nikolay Karpov 외 arxiv

Contextualization is essential for production automatic speech recognition (ASR) systems, where user-provided phrases must be recognized accurately under strict latency constraints. Although many context-biasing methods …

Speech Recognition

VAD-free Streaming Hybrid CTC/Attention ASR for Unsegmented Recording

2021-07-15 · Hirofumi Inaguma, Tatsuya Kawahara

In this work, we propose novel decoding algorithms to enable streaming automatic speech recognition (ASR) on unsegmented long-form recordings without voice activity detection (VAD), based on monotonic chunkwise attention…

Action DetectionActivity DetectionAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)+3

Accelerating NMT Batched Beam Decoding with LMBR Posteriors for Deployment

2018-04-30 · NAACL 2018 6 · Gonzalo Iglesias, William Tambellini, Adrià De Gispert, Eva Hasler 외

We describe a batched beam decoding algorithm for NMT with LMBR n-gram posteriors, showing that LMBR techniques still yield gains on top of the best recently reported results with Transformers. We also discuss accelerati…

NMT

Streaming Reinforcement Learning under Partial Observability with Real-Time Recurrent Learning

2026-05-23 · Noah Farr, Aryaman Reddi, Carlo D'Eramo, Jan Peters arxiv

Streaming reinforcement learning has emerged as an online learning paradigm that conforms to the restrictions of natural learning agents that process data incrementally, i.e. with a batch size of 1 and no replay buffer. …

Reinforcement LearningContinuous Control

Effective Batching for Recurrent Neural Network Grammars

2021-05-31 · Findings (ACL) 2021 8 · Hiroshi Noji, Yohei Oseki

As a language model that integrates traditional symbolic operations and flexible neural representations, recurrent neural network grammars (RNNGs) have attracted great attention from both scientific and engineering persp…

GPULanguage ModelingLanguage Modelling