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

IBM/CrossViTArchived

0
View on GitHub↗
419 stars·56 forks·Python·Apache-2.0·11 views

CrossViT

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

Features

  • Efficient Vision Architectures - Uses cross-attention for multi-scale image classification.
  • Efficient Vision Transformers - Uses cross-attention for multi-scale feature representation in image classification.
  • Vision Backbones and Classification - Cross-attention multi-scale transformer for classification.
  • Vision Transformers - Cross-attention multi-scale transformer for image classification.

Star history

Star history chart for ibm/crossvitStar history chart for ibm/crossvit

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to CrossViT

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

    danczs/Visformer

    135View on GitHub↗

    This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the tools in timm.

    Python
    View on GitHub↗135
  • 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
See all 30 alternatives to CrossViT→

Frequently asked questions

What does ibm/crossvit do?

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

What are the main features of ibm/crossvit?

The main features of ibm/crossvit are: Efficient Vision Architectures, Efficient Vision Transformers, Vision Backbones and Classification, Vision Transformers.

What are some open-source alternatives to ibm/crossvit?

Open-source alternatives to ibm/crossvit include: microsoft/cream — This is a collection of our NAS and Vision Transformer work. facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… microsoft/vision-longformer — This project provides the source code for the vision longformer paper. facebookresearch/convit — This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and… danczs/visformer — This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the… ofsoundof/localvit — This repository contains the PyTorch training and evaluation code for LocalViT.