Command Palette
Search for a command to run...
Beyond Self-attention: External Attention using Two Linear Layers for Visual Tasks
Meng-Hao Guo Zheng-Ning Liu Tai-Jiang Mu Shi-Min Hu

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.
Code Repositories
Benchmarks
| Benchmark | Methodology | Metrics |
|---|---|---|
| image-classification-on-imagenet | T2T-ViT-14 | Hardware Burden: Operations per network pass: Top 1 Accuracy: 81.7% |
| semantic-segmentation-on-ade20k | EANet (ResNet-101) | Validation mIoU: 45.33 |
| semantic-segmentation-on-ade20k-val | EANet (ResNet-101) | mIoU: 45.33 |
| semantic-segmentation-on-cityscapes-val | EANet | mIoU: 81.7% |
| semantic-segmentation-on-pascal-voc-2012 | EANet (ResNet-101) | Mean IoU: 84% |
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.