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 82 11.05%
Image Classification 48 6.47%
Object Detection 46 6.20%
Decoder 41 5.53%
Image Segmentation 25 3.37%
Instance Segmentation 24 3.23%
Medical Image Segmentation 20 2.70%
Super-Resolution 20 2.70%
Object 18 2.43%

Categories