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
Back to annbless/vitae

Open-source alternatives to ViTAE

30 open-source projects similar to annbless/vitae, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ViTAE alternative.

  • ailab-cvc/groupmixformerA

    AILab-CVC/GroupMixFormer

    0View on GitHub↗
    View on GitHub↗0
  • alinlab/remixerA

    alinlab/remixer

    0View on GitHub↗
    View on GitHub↗0
  • amazon-research/anti-aliasing-transformerA

    amazon-research/anti-aliasing-transformer

    0View on GitHub↗
    View on GitHub↗0
  • badripatro/spectformersB

    badripatro/SpectFormers

    0View on GitHub↗
    View on GitHub↗0
  • badripatro/svtB

    badripatro/svt

    0View on GitHub↗
    View on GitHub↗0
  • beckschen/vitaminB

    Beckschen/ViTamin

    0View on GitHub↗
    View on GitHub↗0
  • berniwal/swin-transformer-pytorchB

    berniwal/swin-transformer-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • bfshi/absvitB

    bfshi/AbSViT

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

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

Find more with AI search
  • blackfeather-wang/dynamic-vision-transformerblackfeather-wang avatar

    blackfeather-wang/Dynamic-Vision-Transformer

    260View on GitHub↗

    This repo contains the official PyTorch code and pre-trained models for the Dynamic Vision Transformer (DVT).

    Python
    View on GitHub↗260
  • bychen515/glitB

    bychen515/GLiT

    0View on GitHub↗

    GLiT: Neural Architecture Search for Global and Local Image Transformer Code for GLiT: Neural Architecture Search for Global and Local Image Transformer accepted by ICCV2021

    View on GitHub↗0
  • casia-iva-lab/dptC

    CASIA-IVA-Lab/DPT

    0View on GitHub↗
    View on GitHub↗0
  • cheerss/crossformerC

    cheerss/CrossFormer

    0View on GitHub↗
    View on GitHub↗0
  • chinhsuanwu/coatnet-pytorchC

    chinhsuanwu/coatnet-pytorch

    0View on GitHub↗

    This is a PyTorch implementation of CoAtNet specified in "CoAtNet: Marrying Convolution and Attention for All Data Sizes", arXiv 2021.

    View on GitHub↗0
  • chinhsuanwu/mobilevit-pytorchC

    chinhsuanwu/mobilevit-pytorch

    0View on GitHub↗

    This is a PyTorch implementation of MobileViT specified in "MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer", arXiv 2021.

    View on GitHub↗0
  • conceptofmind/vit-flaxC

    conceptofmind/vit-flax

    0View on GitHub↗
    View on GitHub↗0
  • dingmyu/davitdingmyu avatar

    dingmyu/davit

    376View on GitHub↗

    ECCV 2022Code for paper "DaViT: Dual Attention Vision Transformer"

    Python
    View on GitHub↗376
  • dingmyu/dependencyvitD

    dingmyu/DependencyViT

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/convitfacebookresearch avatar

    facebookresearch/convit

    474View on GitHub↗

    This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and from timm.

    Python
    View on GitHub↗474
  • facebookresearch/convnext-v2facebookresearch avatar

    facebookresearch/ConvNeXt-V2

    2,053View on GitHub↗

    This repo contains the PyTorch version of 8 model definitions (Atto, Femto, Pico, Nano, Tiny, Base, Large, Huge), pre-training/fine-tuning code and pre-trained weights (converted from JAX weights trained on TPU) for our ConvNeXt V2 paper.

    Python
    View on GitHub↗2,053
  • facebookresearch/deitfacebookresearch avatar

    facebookresearch/deit

    4,348View on GitHub↗

    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

    Python
    View on GitHub↗4,348
  • facebookresearch/ditfacebookresearch avatar

    facebookresearch/DiT

    8,642View on GitHub↗

    DiT is a latent diffusion model and transformer-based generative AI framework implemented in PyTorch. It functions as a class-conditional image generator that replaces traditional convolutional backbones with a transformer architecture to synthesize high-fidelity images. The project utilizes patch-based latent processing and latent space compression to operate on low-dimensional image representations. It incorporates class-conditional guidance and adjustable guidance scales to control the visual content of generated images during the sampling process. The framework covers distributed model t

    Python
    View on GitHub↗8,642
  • facebookresearch/levitfacebookresearch avatar

    facebookresearch/LeViT

    623View on GitHub↗

    LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference

    Python
    View on GitHub↗623
  • google-research/maxvitG

    google-research/maxvit

    0View on GitHub↗
    View on GitHub↗0
  • google-research/nested-transformerG

    google-research/nested-transformer

    0View on GitHub↗
    View on GitHub↗0
  • hikvision-research/unified-normalizationH

    hikvision-research/Unified-Normalization

    0View on GitHub↗
    View on GitHub↗0
  • hkzhang91/cabvitH

    hkzhang91/CabViT

    0View on GitHub↗
    View on GitHub↗0
  • huawei-noah/cv-backboneshuawei-noah avatar

    huawei-noah/CV-Backbones

    4,416View on GitHub↗

    CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network architectures for extracting visual features and processing image data. It serves as a PyTorch vision framework of reusable deep learning components designed for image analysis and visual representation learning. The library focuses on efficient neural network architectures to reduce computational overhead while maintaining feature extraction performance. This is achieved through the implementation of lightweight model designs such as GhostNet and MLP. The project covers a br

    Python
    View on GitHub↗4,416
  • hustvl/msg-transformerH

    hustvl/MSG-Transformer

    0View on GitHub↗
    View on GitHub↗0
  • hvision-nku/conv2formerHVision-NKU avatar

    HVision-NKU/Conv2Former

    187View on GitHub↗

    The official implementation of the paper "Conv2Former: A Simple Transformer-Style ConvNet for Visual Recognition". Our code is based on timm and ConvNeXt.

    Python
    View on GitHub↗187
  • afeng-x/smtA

    AFeng-x/SMT

    0View on GitHub↗
    View on GitHub↗0