vix.ing · top · new · best · stats · spec

Pervasive Attention: 2D Convolutional Neural Networks for Sequence-to-Sequence Prediction

2018/08/11 by Maha Elbayad, Elbayad, Maha, Laurent Besacier +3 · 1 voice
Computer Science · #Computation and Language (cs.CL) #FOS: Computer and information sciences #Multimodal Machine Learning Applications #Natural Language Processing Techniques #Topic Modeling #cs.CL

paper · pdf · doi:10.48550/arxiv.1808.03867

openalex publication_date 2018/08/11 · arxiv published 2018/08/11 · openalex created_date 2018/08/22 · arxiv updated 2018/11/01 · openalex updated_date 2026/07/28

Abstract

Current state-of-the-art machine translation systems are based on encoder-decoder architectures, that first encode the input sequence, and then generate an output sequence based on the input encoding. Both are interfaced with an attention mechanism that recombines a fixed encoding of the source tokens based on the decoder state. We propose an alternative approach which instead relies on a single 2D convolutional neural network across both sequences. Each layer of our network re-codes source tokens on the basis of the output sequence produced so far. Attention-like properties are therefore pervasive throughout the network. Our model yields excellent results, outperforming state-of-the-art encoder-decoder systems, while being conceptually simpler and having fewer parameters.

Citations

Discussions

Related