Zhengyang Geng, Meng-Hao Guo, Hongxu Chen, Xia Li, Ke Wei, Zhouchen Lin
As an essential ingredient of modern deep learning, attention mechanism, especially self-attention, plays a vital role in the global correlation discovery. However, is hand-crafted attention irreplaceable when modeling the global context? Our intriguing finding is that self-attention is not better than the matrix decomposition (MD) model developed 20 years ago regarding the performance and computational cost for encoding the long-distance dependencies. We model the global context issue as a low-rank recovery problem and show that its optimization algorithms can help design global information blocks. This paper then proposes a series of Hamburgers, in which we employ the optimization algorithms for solving MDs to factorize the input representations into sub-matrices and reconstruct a low-rank embedding. Hamburgers with different MDs can perform favorably against the popular global context module self-attention when carefully coping with gradients back-propagated through MDs. Comprehensive experiments are conducted in the vision tasks where it is crucial to learn the global context, including semantic segmentation and image generation, demonstrating significant improvements over self-attention and its variants.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Image Generation | ImageNet 128x128 | FID | 14.8 | HamGAN |
| Image Generation | ImageNet 128x128 | Inception score | 58.75 | HamGAN |
| Semantic Segmentation | ADE20K val | mIoU | 51.5 | Light-Ham (VAN-Huge, 61M, IN-1k, MS) |
| Semantic Segmentation | ADE20K val | mIoU | 51 | Light-Ham (VAN-Large, 46M, IN-1k, MS) |
| Semantic Segmentation | ADE20K val | mIoU | 49.6 | Light-Ham (VAN-Base, 27M, IN-1k, MS) |
| Semantic Segmentation | PASCAL Context | mIoU | 55.2 | HamNet (ResNet-101) |
| Semantic Segmentation | ADE20K | GFLOPs (512 x 512) | 71.8 | Light-Ham (VAN-Huge) |
| Semantic Segmentation | ADE20K | Params (M) | 61.1 | Light-Ham (VAN-Huge) |
| Semantic Segmentation | ADE20K | Validation mIoU | 51.5 | Light-Ham (VAN-Huge) |
| Semantic Segmentation | ADE20K | GFLOPs (512 x 512) | 55 | Light-Ham (VAN-Large) |
| Semantic Segmentation | ADE20K | Params (M) | 45.6 | Light-Ham (VAN-Large) |
| Semantic Segmentation | ADE20K | Validation mIoU | 51 | Light-Ham (VAN-Large) |
| Semantic Segmentation | ADE20K | GFLOPs (512 x 512) | 34.4 | Light-Ham (VAN-Base) |
| Semantic Segmentation | ADE20K | Params (M) | 27.4 | Light-Ham (VAN-Base) |
| Semantic Segmentation | ADE20K | Validation mIoU | 49.6 | Light-Ham (VAN-Base) |
| Semantic Segmentation | ADE20K | Validation mIoU | 46.8 | HamNet (ResNet-101) |
| Semantic Segmentation | ADE20K | GFLOPs (512 x 512) | 15.8 | Light-Ham (VAN-Small, D=256) |
| Semantic Segmentation | ADE20K | Params (M) | 13.8 | Light-Ham (VAN-Small, D=256) |
| Semantic Segmentation | ADE20K | Validation mIoU | 45.2 | Light-Ham (VAN-Small, D=256) |
| Conditional Image Generation | ImageNet 128x128 | FID | 14.8 | HamGAN |
| Conditional Image Generation | ImageNet 128x128 | Inception score | 58.75 | HamGAN |
| 10-shot image generation | ADE20K val | mIoU | 51.5 | Light-Ham (VAN-Huge, 61M, IN-1k, MS) |
| 10-shot image generation | ADE20K val | mIoU | 51 | Light-Ham (VAN-Large, 46M, IN-1k, MS) |
| 10-shot image generation | ADE20K val | mIoU | 49.6 | Light-Ham (VAN-Base, 27M, IN-1k, MS) |
| 10-shot image generation | PASCAL Context | mIoU | 55.2 | HamNet (ResNet-101) |
| 10-shot image generation | ADE20K | GFLOPs (512 x 512) | 71.8 | Light-Ham (VAN-Huge) |
| 10-shot image generation | ADE20K | Params (M) | 61.1 | Light-Ham (VAN-Huge) |
| 10-shot image generation | ADE20K | Validation mIoU | 51.5 | Light-Ham (VAN-Huge) |
| 10-shot image generation | ADE20K | GFLOPs (512 x 512) | 55 | Light-Ham (VAN-Large) |
| 10-shot image generation | ADE20K | Params (M) | 45.6 | Light-Ham (VAN-Large) |
| 10-shot image generation | ADE20K | Validation mIoU | 51 | Light-Ham (VAN-Large) |
| 10-shot image generation | ADE20K | GFLOPs (512 x 512) | 34.4 | Light-Ham (VAN-Base) |
| 10-shot image generation | ADE20K | Params (M) | 27.4 | Light-Ham (VAN-Base) |
| 10-shot image generation | ADE20K | Validation mIoU | 49.6 | Light-Ham (VAN-Base) |
| 10-shot image generation | ADE20K | Validation mIoU | 46.8 | HamNet (ResNet-101) |
| 10-shot image generation | ADE20K | GFLOPs (512 x 512) | 15.8 | Light-Ham (VAN-Small, D=256) |
| 10-shot image generation | ADE20K | Params (M) | 13.8 | Light-Ham (VAN-Small, D=256) |
| 10-shot image generation | ADE20K | Validation mIoU | 45.2 | Light-Ham (VAN-Small, D=256) |