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
·
naver-ai avatar

naver-ai/pit

0
View on GitHub↗
245 stars·29 forks·Python·Apache-2.0·6 views

Pit

Byeongho Heo, Sangdoo Yun, Dongyoon Han, Sanghyuk Chun, Junsuk Choe, Seong Joon Oh | Paper

Features

  • Representation Learning - Rethinking spatial dimensions in vision transformers.
  • Vision Backbones and Classification - Rethinking spatial dimensions in vision transformers.
  • Vision Transformers - Rethinks spatial dimensions in vision transformer architectures.

Star history

Star history chart for naver-ai/pitStar history chart for naver-ai/pit

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

Open-source alternatives to Pit

Similar open-source projects, ranked by how many features they share with Pit.
  • 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
  • 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/levitfacebookresearch avatar

    facebookresearch/LeViT

    623View on GitHub↗

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

    Python
    View on GitHub↗623
See all 30 alternatives to Pit→

Frequently asked questions

What does naver-ai/pit do?

Byeongho Heo, Sangdoo Yun, Dongyoon Han, Sanghyuk Chun, Junsuk Choe, Seong Joon Oh | Paper

What are the main features of naver-ai/pit?

The main features of naver-ai/pit are: Representation Learning, Vision Backbones and Classification, Vision Transformers.

What are some open-source alternatives to naver-ai/pit?

Open-source alternatives to naver-ai/pit include: microsoft/swin-transformer — Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer… 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… facebookresearch/levit — LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference. ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. microsoft/cream — This is a collection of our NAS and Vision Transformer work.