awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
facebookresearch avatar

facebookresearch/deitArchived

0
View on GitHub↗
4,348 stars·591 forks·Python·Apache-2.0·15 views

Deit

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 lifecycle, including image classification training, cross-entropy loss optimization, and the deployment of pretrained weights for inference. It also includes a benchmarking tool to evaluate model performance and accuracy against standard datasets.

Features

  • Vision Transformers - Implements a vision transformer architecture that processes images as sequences of tokens using self-attention.
  • Image Classification Models - Implements a transformer-based deep learning model for categorizing images into predefined classes.
  • Classification Training - Implements training workflows for vision transformers to perform image classification using data-efficient methods.
  • Patch Embedding Modules - Provides modules to convert images into flattened patch sequences for transformer-based processing.
  • Knowledge Distillation - Provides a knowledge distillation workflow to transfer capabilities from a high-performance teacher to a student model.
  • Knowledge Distillation Frameworks - Provides a framework for transferring knowledge from teacher models to smaller student networks.
  • Teacher-Student Distillation - Implements a teacher-student distillation framework to improve the accuracy of vision transformer models.
  • Positional Embedding Layers - Injects learnable positional embeddings into image patch sequences to preserve spatial arrangement.
  • PyTorch Vision Transformer Frameworks - Provides a PyTorch-based framework specifically designed for building and training vision transformers.
  • Data-Efficient Architectures - Implements a vision transformer optimized for training on smaller datasets using distillation.
  • Data-Efficient Transformers - Implements a vision transformer optimized for high accuracy on smaller datasets through distillation.
  • Computer Vision Benchmarks - Includes tools for evaluating model accuracy against standard computer vision benchmarking datasets.
  • Computer Vision Evaluation Tools - Ships utilities for benchmarking and analyzing the performance of image classification models.
  • Bottleneck Layers - Uses bottleneck layers within multi-layer perceptrons to project features after attention blocks.
  • Pretrained Model Deployment - Enables the loading and execution of pretrained vision model weights for production inference.
  • Classification Accuracy Scorers - Provides utilities to measure classification accuracy and predictive performance during model evaluation.
  • Advanced Learning - Data-efficient image transformers and distillation.
  • Efficient Vision Architectures - Trains data-efficient image transformers using distillation techniques.
  • Efficient Vision Transformers - Distills knowledge into smaller, data-efficient image transformer models.
  • Vision Backbones and Classification - Data-efficient image transformers and distillation techniques.
  • Vision Transformers - Implements data-efficient image transformers.

Star history

Star history chart for facebookresearch/deitStar history chart for facebookresearch/deit

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Deit

These projects share indexed features with Deit. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lucidrains/vit-pytorchlucidrains avatar

    lucidrains/vit-pytorch

    25,363View on GitHub↗

    This library provides a comprehensive collection of modular building blocks and research-backed architectures for implementing vision transformers within the PyTorch framework. It serves as a centralized repository for constructing, training, and analyzing attention-based models, offering a wide array of specialized variants designed for image classification and visual representation learning. The project distinguishes itself through a focus on architectural efficiency and flexibility, supporting diverse input formats including non-square images and volumetric data like video. It incorporates

    Python
    View on GitHub↗25,363
  • microsoft/swin-transformermicrosoft avatar

    microsoft/Swin-Transformer

    15,715View on GitHub↗

    Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer models. It serves as a research library and toolkit for computer vision tasks, providing the infrastructure to build models that replace standard convolution operations with sliding window self-attention mechanisms. By utilizing a multi-scale feature hierarchy, the framework enables the processing of visual data at varying resolutions and spatial scales. The project distinguishes itself through its implementation of shifted window partitioning, which facilitates global information

    Pythonade20kimage-classificationimagenet
    View on GitHub↗15,715
  • ibm/crossvitIBM avatar

    IBM/CrossViT

    419View on GitHub↗

    Official implementation of CrossViT. https://arxiv.org/abs/2103.14899

    Python
    View on GitHub↗419
  • microsoft/creammicrosoft avatar

    microsoft/Cream

    1,836View on GitHub↗

    This is a collection of our NAS and Vision Transformer work.

    Python
    View on GitHub↗1,836
Compare all 30 related projects→

Frequently asked questions

What does facebookresearch/deit do?

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.

What are the main features of facebookresearch/deit?

The main features of facebookresearch/deit are: Vision Transformers, Image Classification Models, Classification Training, Patch Embedding Modules, Knowledge Distillation, Knowledge Distillation Frameworks, Teacher-Student Distillation, Positional Embedding Layers.

Which projects share features with facebookresearch/deit?

Projects with overlapping indexed features include: lucidrains/vit-pytorch — This library provides a comprehensive collection of modular building blocks and research-backed architectures for… microsoft/swin-transformer — Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer… microsoft/cream — This is a collection of our NAS and Vision Transformer work. ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… pytorch/torchtune — Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a…