English

Online and Linear-Time Attention by Enforcing Monotonic Alignments

Machine Learning 2017-07-03 v2 Computation and Language

Abstract

Recurrent neural network models with an attention mechanism have proven to be extremely effective on a wide variety of sequence-to-sequence problems. However, the fact that soft attention mechanisms perform a pass over the entire input sequence when producing each element in the output sequence precludes their use in online settings and results in a quadratic time complexity. Based on the insight that the alignment between input and output sequence elements is monotonic in many problems of interest, we propose an end-to-end differentiable method for learning monotonic alignments which, at test time, enables computing attention online and in linear time. We validate our approach on sentence summarization, machine translation, and online speech recognition problems and achieve results competitive with existing sequence-to-sequence models.

Keywords

Cite

@article{arxiv.1704.00784,
  title  = {Online and Linear-Time Attention by Enforcing Monotonic Alignments},
  author = {Colin Raffel and Minh-Thang Luong and Peter J. Liu and Ron J. Weiss and Douglas Eck},
  journal= {arXiv preprint arXiv:1704.00784},
  year   = {2017}
}

Comments

ICML camera-ready version; 10 pages + 9 page appendix

R2 v1 2026-06-22T19:06:32.094Z