2020

Multi-Head Attention: Collaborate Instead of Concatenate

Cordonnier, Jean-Baptiste, Loukas, Andreas, Jaggi, Martin

Understand

Attention layers are widely used in natural language processing (NLP) and are beginning to influence computer vision architectures.

  • Training very large transformer models allowed significant improvement in both fields, but once trained, these networks show symptoms of over-parameterization.
  • For instance, it is known that many attention heads can be pruned without impacting accuracy.
  • This work aims to enhance current understanding on how multiple heads interact.

Reading the bibliography…