LGMLOct 28, 2021

Understanding How Encoder-Decoder Architectures Attend

arXiv:2110.15253v128 citations
Originality Synthesis-oriented
AI Analysis

This provides insight into attention mechanisms for researchers in sequence-to-sequence tasks, but it is incremental as it builds on existing understanding without introducing new methods or broad applications.

The paper tackled the problem of understanding how encoder-decoder networks with attention generate attention matrices across different architectures, revealing that networks rely on temporal or input-driven components depending on task requirements, with findings consistent across recurrent and feed-forward architectures.

Encoder-decoder networks with attention have proven to be a powerful way to solve many sequence-to-sequence tasks. In these networks, attention aligns encoder and decoder states and is often used for visualizing network behavior. However, the mechanisms used by networks to generate appropriate attention matrices are still mysterious. Moreover, how these mechanisms vary depending on the particular architecture used for the encoder and decoder (recurrent, feed-forward, etc.) are also not well understood. In this work, we investigate how encoder-decoder networks solve different sequence-to-sequence tasks. We introduce a way of decomposing hidden states over a sequence into temporal (independent of input) and input-driven (independent of sequence position) components. This reveals how attention matrices are formed: depending on the task requirements, networks rely more heavily on either the temporal or input-driven components. These findings hold across both recurrent and feed-forward architectures despite their differences in forming the temporal components. Overall, our results provide new insight into the inner workings of attention-based encoder-decoder networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes