gupta-abhay / pytorch-vit
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
☆295Updated 3 years ago
Alternatives and similar repositories for pytorch-vit
Users that are interested in pytorch-vit are comparing it to the libraries listed below
Sorting:
- Pytorch version of Vision Transformer (ViT) with pretrained models. This is part of CASL (https://casl-project.github.io/) and ASYML proj…☆352Updated 4 years ago
- Self-supervised vIsion Transformer (SiT)☆330Updated 2 years ago
- PyTorch Implementation of CvT: Introducing Convolutions to Vision Transformers☆225Updated 3 years ago
- Code for the Convolutional Vision Transformer (ConViT)☆466Updated 3 years ago
- A Pytorch Implementation of the following paper "Visual Transformers: Token-based Image Representation and Processing for Computer Vision…☆182Updated 4 years ago
- Pytorch implementation of "All Tokens Matter: Token Labeling for Training Better Vision Transformers"☆427Updated last year
- This is a PyTorch re-implementation of Axial-DeepLab (ECCV 2020 Spotlight)☆453Updated 3 years ago
- ☆245Updated 3 years ago
- EsViT: Efficient self-supervised Vision Transformers☆411Updated last year
- [NeurIPS 2021 Spotlight] Official code for "Focal Self-attention for Local-Global Interactions in Vision Transformers"☆556Updated 3 years ago
- PyTorch implementation of Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning☆491Updated 2 years ago
- This is an official implementation for "Self-Supervised Learning with Swin Transformers".☆655Updated 4 years ago
- Implementation of Transformer in Transformer, pixel level attention paired with patch level attention for image classification, in Pytorc…☆304Updated 3 years ago
- Implementation of the 😇 Attention layer from the paper, Scaling Local Self-Attention For Parameter Efficient Visual Backbones☆199Updated 4 years ago
- Implementation of Pixel-level Contrastive Learning, proposed in the paper "Propagate Yourself", in Pytorch☆259Updated 4 years ago
- Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021 Oral.☆558Updated last year
- This is the official PyTorch implementation of the paper "TransFG: A Transformer Architecture for Fine-grained Recognition" (Ju He, Jie-N…☆399Updated 2 years ago
- Unofficial PyTorch Reimplementation of RandAugment.☆637Updated 2 years ago
- Awesome Transformers (self-attention) in Computer Vision☆270Updated 3 years ago
- ☆245Updated 3 years ago
- Implementing Stand-Alone Self-Attention in Vision Models using Pytorch☆455Updated 5 years ago
- ICCV2021, Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet☆1,185Updated last year
- (ICCV 2021 Oral) CoaT: Co-Scale Conv-Attentional Image Transformers☆231Updated 3 years ago
- Official Pytorch Implementation of "TResNet: High-Performance GPU-Dedicated Architecture" (WACV 2021)☆475Updated 5 months ago
- ☆138Updated 3 years ago
- PyTorch implementation of AutoAugment.☆159Updated 4 years ago
- Unofficial PyTorch implementation of "Meta Pseudo Labels"☆387Updated last year
- Implementation of Bottleneck Transformer in Pytorch