2020

Global Self-Attention Networks for Image Recognition

Shen, Zhuoran, Bello, Irwan, Vemulapalli, Raviteja et al.

Understand

Recently, a series of works in computer vision have shown promising results on various image and video understanding tasks using self-attention.

  • However, due to the quadratic computational and memory complexities of self-attention, these works either apply attention only to low-resolution feature maps in later stages of a deep network or restrict the receptive field of attention in each layer to a small local region.
  • To overcome these limitations, this work introduces a new global self-attention module, referred to as the GSA module, which is efficient enough to serve as the backbone component of a deep network.
  • This module consists of two parallel layers: a content attention layer that attends to pixels based only on their content and a positional attention layer that attends to pixels based on their spatial locations.

Reading the bibliography…