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
microsoft avatar

microsoft/CSWin-Transformer

0
View on GitHub↗
584 stars·80 forks·Python·MIT·14 views

CSWin Transformer

CSWin Transformer: A General Vision Transformer Backbone with Cross-Shaped, CVPR 2022

Features

  • Vision Backbones and Classification - Backbone using cross-shaped windows for attention.
  • Vision Transformers - Implements cross-shaped window attention for vision backbones.

Star history

Star history chart for microsoft/cswin-transformerStar history chart for microsoft/cswin-transformer

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 CSWin Transformer

These projects share indexed features with CSWin Transformer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/levitfacebookresearch avatar

    facebookresearch/LeViT

    623View on GitHub↗

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

    Python
    View on GitHub↗623
  • 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
  • meituan-automl/cpvtMeituan-AutoML avatar

    Meituan-AutoML/CPVT

    196View on GitHub↗

    We propose a conditional positional encoding (CPE) scheme for vision Transformers. Unlike previous fixed or learnable positional encodings, which are pre-defined and independent of input tokens, CPE is dynamically generated and conditioned on the local neighborhood of the input tokens. As a…

    View on GitHub↗196
Compare all 30 related projects→

Frequently asked questions

What does microsoft/cswin-transformer do?

CSWin Transformer: A General Vision Transformer Backbone with Cross-Shaped, CVPR 2022

What are the main features of microsoft/cswin-transformer?

The main features of microsoft/cswin-transformer are: Vision Backbones and Classification, Vision Transformers.

Which projects share features with microsoft/cswin-transformer?

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… 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/swin-transformer — Swin-Transformer is a deep learning framework designed for training and deploying hierarchical vision transformer…