Beyond Self-attention: External Attention using Two Linear Layers for Visual Tasks
arXiv:2105.02358
Abstract
Attention mechanisms, especially self-attention, have played an increasingly important role in deep feature representation for visual tasks. Self-attention updates the feature at each position by computing a weighted sum of features using pair-wise affinities across all positions to capture the long-range dependency within a single sample. However, self-attention has quadratic complexity and ignores potential correlation between different samples. This paper proposes a novel attention mechanism which we call external attention, based on two external, small, learnable, shared memories, which can be implemented easily by simply using two cascaded linear layers and two normalization layers; it conveniently replaces self-attention in existing popular architectures. External attention has linear complexity and implicitly considers the correlations between all data samples. We further incorporate the multi-head mechanism into external attention to provide an all-MLP architecture, external attention MLP (EAMLP), for image classification. Extensive experiments on image classification, object detection, semantic segmentation, instance segmentation, image generation, and point cloud analysis reveal that our method provides results comparable or superior to the self-attention mechanism and some of its variants, with much lower computational and memory costs.
11 pages, 6 figures. external attention and EAMLP
References in corpus (9)
- Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
- PyTorch: An Imperative Style, High-Performance Deep Learning Library
- GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium
- Recurrent Models of Visual Attention
- MMDetection: Open MMLab Detection Toolbox and Benchmark
- Layer Normalization
- CPTR: Full Transformer Network for Image Captioning
- TransReID: Transformer-based Object Re-Identification
- Multiscale Vision Transformers
Cited by in corpus (7)
- Query2Label: A Simple Transformer Way to Multi-Label Classification
- S-MLPv2: Improved Spatial-Shift MLP Architecture for Vision
- S-MLP: Spatial-Shift MLP Architecture for Vision
- Vision Permutator: A Permutable MLP-Like Architecture for Visual Recognition
- Rethinking Token-Mixing MLP for MLP-based Vision Backbone
- Sampling Equivariant Self-attention Networks for Object Detection in Aerial Images
- Can Attention Enable MLPs To Catch Up With CNNs?