Vision Transformers

The Swin Transformer is a type of Vision Transformer. It builds hierarchical feature maps by merging image patches (shown in gray) in deeper layers and has linear computation complexity to input image size due to computation of self-attention only within each local window (shown in red). It can thus serve as a general-purpose backbone for both image classification and dense recognition tasks. In contrast, previous vision Transformers produce feature maps of a single low resolution and have quadratic computation complexity to input image size due to computation of self-attention globally.

Source: Swin Transformer: Hierarchical Vision Transformer using Shifted Windows

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Semantic Segmentation 75 11.76%
Image Classification 46 7.21%
Object Detection 43 6.74%
Decoder 36 5.64%
Instance Segmentation 22 3.45%
Image Segmentation 21 3.29%
Medical Image Segmentation 19 2.98%
Super-Resolution 18 2.82%
Classification 13 2.04%

Categories