Imputer: Sequence Modelling via Imputation and Dynamic Programming
William Chan, Chitwan Saharia, Geoffrey Hinton, Mohammad Norouzi, Navdeep Jaitly
TL;DR
The paper tackles efficient long-output sequence modeling by introducing the Imputer, an iterative imputing sequence model that generates alignments in a fixed number of steps. It combines CTC-inspired marginalization with a dynamic programming training objective, encompassing roll-in and masking distributions to train a model that can interpolate between fully autoregressive and fully non-autoregressive generation. The DP-based training yields a tighter lower bound on the log-likelihood than imitation learning alone, and the approach achieves state-of-the-art-like results on LibriSpeech test-other (11.1 WER) and strong improvements over CTC on WSJ. This holds promise for fast, context-rich sequence modeling in speech recognition and other monotonic alignment problems, offering a practical balance between speed and accuracy.
Abstract
This paper presents the Imputer, a neural sequence model that generates output sequences iteratively via imputations. The Imputer is an iterative generative model, requiring only a constant number of generation steps independent of the number of input or output tokens. The Imputer can be trained to approximately marginalize over all possible alignments between the input and output sequences, and all possible generation orders. We present a tractable dynamic programming training algorithm, which yields a lower bound on the log marginal likelihood. When applied to end-to-end speech recognition, the Imputer outperforms prior non-autoregressive models and achieves competitive results to autoregressive models. On LibriSpeech test-other, the Imputer achieves 11.1 WER, outperforming CTC at 13.0 WER and seq2seq at 12.5 WER.
