2021

Incorporating Convolution Designs into Visual Transformers

Yuan, Kun, Guo, Shaopeng, Liu, Ziwei et al.

Understand

Motivated by the success of Transformers in natural language processing (NLP) tasks, there emerge some attempts (e.g., ViT and DeiT) to apply Transformers to the vision domain.

  • However, pure Transformer architectures often require a large amount of training data or extra supervision to obtain comparable performance with convolutional neural networks (CNNs).
  • To overcome these limitations, we analyze the potential drawbacks when directly borrowing Transformer architectures from NLP.
  • Then we propose a new \textbf{Convolution-enhanced image Transformer (CeiT)} which combines the advantages of CNNs in extracting low-level features, strengthening locality, and the advantages of Transformers in establishing long-range dependencies.

Reading the bibliography…