paper-with-me

홈 › Papers

Axial Attention in Multidimensional Transformers

2019-12-20 · Jonathan Ho, Nal Kalchbrenner, Dirk Weissenborn, Tim Salimans

We propose Axial Transformers, a self-attention-based autoregressive model for images and other data organized as high dimensional tensors. Existing autoregressive models either suffer from excessively large computational resource requirements for high dimensional data, or make compromises in terms of distribution expressiveness or ease of implementation in order to decrease resource requirements. Our architecture, by contrast, maintains both full expressiveness over joint distributions over data and ease of implementation with standard deep learning frameworks, while requiring reasonable memory and computation and achieving state-of-the-art results on standard generative modeling benchmarks. Our models are based on axial attention, a simple generalization of self-attention that naturally aligns with the multiple dimensions of the tensors in both the encoding and the decoding settings. Notably the proposed structure of the layers allows for the vast majority of the context to be computed in parallel during decoding without introducing any independence assumptions. This semi-parallel structure goes a long way to making decoding from even a very large Axial Transformer broadly applicable. We demonstrate state-of-the-art results for the Axial Transformer on the ImageNet-32 and ImageNet-64 image benchmarks as well as on the BAIR Robotic Pushing video benchmark. We open source the implementation of Axial Transformers.

📄 PDF Abstract BibTeX arXiv:1912.12180

Code (3)

axrwl/axial-positional-embedding jax
lucidrains/axial-attention pytorch
mindspore-courses/External-Attention-MindSpore/blob/main/model/attention/Axial_attention.py mindspore

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Axial Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Axially Expanded Windows for Local-Global Interaction in Vision Transformers

2022-09-19 · Zhemin Zhang, Xun Gong

Recently, Transformers have shown promising performance in various vision tasks. A challenging issue in Transformer design is that global self-attention is very expensive to compute, especially for the high-resolution vi…

AFTer-UNet: Axial Fusion Transformer UNet for Medical Image Segmentation

2021-10-20 · Xiangyi Yan, Hao Tang, Shanlin Sun, Haoyu Ma 외

Recent advances in transformer-based models have drawn attention to exploring these techniques in medical image segmentation, especially in conjunction with the U-Net model (or its variants), which has shown great succes…

DecoderGPUImage SegmentationMedical Image Segmentation+3

Simultaneous Face Hallucination and Translation for Thermal to Visible Face Verification using Axial-GAN

2021-04-13 · Rakhil Immidisetti, Shuowen Hu, Vishal M. Patel

Existing thermal-to-visible face verification approaches expect the thermal and visible face images to be of similar resolution. This is unlikely in real-world long-range surveillance systems, since humans are distant fr…

Face HallucinationFace VerificationGenerative Adversarial NetworkHallucination+1

SegStitch: Multidimensional Transformer for Robust and Efficient Medical Imaging Segmentation

2024-08-01 · Shengbo Tan, Zeyu Zhang, Ying Cai, Daji Ergu 외

Medical imaging segmentation plays a significant role in the automatic recognition and analysis of lesions. State-of-the-art methods, particularly those utilizing transformers, have been prominently adopted in 3D semanti…

3D Semantic SegmentationDenoisingMedical Image SegmentationSemantic Segmentation

Wavelet Prior Attention Learning in Axial Inpainting Network

2022-06-07 · Chenjie Cao, Chengrong Wang, Yuntao Zhang, Yanwei Fu

Image inpainting is the task of filling masked or unknown regions of an image with visually realistic contents, which has been remarkably improved by Deep Neural Networks (DNNs) recently. Essentially, as an inverse probl…

DecoderImage InpaintingSemantic Segmentation