paper-with-me

홈 › Papers

An Online Sequence-to-Sequence Model Using Partial Conditioning

2016-12-01 · NeurIPS 2016 12 · Navdeep Jaitly, Quoc V. Le, Oriol Vinyals, Ilya Sutskever, David Sussillo, Samy Bengio

Sequence-to-sequence models have achieved impressive results on various tasks. However, they are unsuitable for tasks that require incremental predictions to be made as more data arrives or tasks that have long input sequences and output sequences. This is because they generate an output sequence conditioned on an entire input sequence. In this paper, we present a Neural Transducer that can make incremental predictions as more input arrives, without redoing the entire computation. Unlike sequence-to-sequence models, the Neural Transducer computes the next-step distribution conditioned on the partially observed input sequence and the partially generated sequence. At each time step, the transducer can decide to emit zero to many output symbols. The data can be processed using an encoder and presented as input to the transducer. The discrete decision to emit a symbol at every time step makes it difficult to learn with conventional backpropagation. It is however possible to train the transducer by using a dynamic programming algorithm to generate target discrete decisions. Our experiments show that the Neural Transducer works well in settings where it is required to produce output predictions as data come in. We also find that the Neural Transducer performs well for long sequences even when attention mechanisms are not used.

📄 PDF Abstract BibTeX

Code (1)

takase/share_layer_params pytorch

Similar Papers 제목 키워드 기반

Spectral Image Tokenizer

2024-12-12 · Carlos Esteves, Mohammed Suhail, Ameesh Makadia

Image tokenizers map images to sequences of discrete tokens, and are a crucial component of autoregressive transformer-based image generation. The tokens are typically associated with spatial locations in the input image…

Image Generation

Light Efficient Flutter Shutter

2015-08-23 · Moshe Ben-Ezra

Flutter shutter is a technique in which the exposure is chopped into segments and light is only integrated part of the time. By carefully selecting the chopping sequence it is possible to better condition the data for re…

compressed sensingDeblurring

Second Order Regret Bounds Against Generalized Expert Sequences under Partial Bandit Feedback

2022-04-13 · Kaan Gokcesu, Hakan Gokcesu

We study the problem of expert advice under partial bandit feedback setting and create a sequential minimax optimal algorithm. Our algorithm works with a more general partial monitoring setting, where, in contrast to the…

Improving Conditioning in Context-Aware Sequence to Sequence Models

2019-11-21 · Xinyi Wang, Jason Weston, Michael Auli, Yacine Jernite

Neural sequence to sequence models are well established for applications which can be cast as mapping a single input sequence into a single output sequence. In this work, we focus on cases where generation is conditioned…

abstractive question answeringData AugmentationOpen-Domain Question AnsweringQuestion Answering+1

Online Learning with Predictable Sequences

2012-08-18 · Alexander Rakhlin, Karthik Sridharan

We present methods for online linear optimization that take advantage of benign (as opposed to worst-case) sequences. Specifically if the sequence encountered by the learner is described well by a known "predictable proc…

Model SelectionTime SeriesTime Series AnalysisTime Series Prediction