2019

Multiresolution Transformer Networks: Recurrence is Not Essential for Modeling Hierarchical Structure

Garg, Vikas K., Dhillon, Inderjit S., Yu, Hsiang-Fu

Understand

The architecture of Transformer is based entirely on self-attention, and has been shown to outperform models that employ recurrence on sequence transduction tasks such as machine translation.

  • The superior performance of Transformer has been attributed to propagating signals over shorter distances, between positions in the input and the output, compared to the recurrent architectures.
  • We establish connections between the dynamics in Transformer and recurrent networks to argue that several factors including gradient flow along an ensemble of multiple weakly dependent paths play a paramount role in the success of Transformer.
  • We then leverage the dynamics to introduce {\em Multiresolution Transformer Networks} as the first architecture that exploits hierarchical structure in data via self-attention.

Reading the bibliography…