How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is a collection of our NAS and Vision Transformer work.
DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based architecture that processes images as sequences of flattened patches using self-attention layers and position-aware sequence modeling instead of convolutional filters. The project focuses on data-efficient training through a knowledge distillation framework. This system allows a student model to mimic the soft labels of a high-performance teacher model to improve accuracy and generalization, particularly when training on smaller datasets. The library covers the full development
This is an official implementation of CvT: Introducing Convolutions to Vision Transformers.
LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference
The main features of facebookresearch/levit are: Hybrid Vision Architectures, Vision Backbones and Classification, Vision Transformers.
Projects with overlapping indexed features include: microsoft/cream — This is a collection of our NAS and Vision Transformer work. meituan-automl/cpvt — We propose a conditional positional encoding (CPE) scheme for vision Transformers. Unlike previous fixed or learnable… facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. leoxiaobin/cvt — This is an official implementation of CvT: Introducing Convolutions to Vision Transformers. microsoft/cswin-transformer — CSWin Transformer: A General Vision Transformer Backbone with Cross-Shaped, CVPR 2022.