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/vision-longformer

0
View on GitHub↗
249 stars·26 forks·Python·MIT·7 views

Vision Longformer

This project provides the source code for the vision longformer paper.

Features

  • Efficient Vision Architectures - Enables high-resolution image encoding with long-range attention.
  • Efficient Vision Transformers - Optimizes high-resolution image encoding with long-range attention mechanisms.
  • Vision Transformers - Multi-scale transformer for high-resolution image encoding.

Star history

Star history chart for microsoft/vision-longformerStar history chart for microsoft/vision-longformer

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 Vision Longformer

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

    IBM/CrossViT

    419View on GitHub↗

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

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

Frequently asked questions

What does microsoft/vision-longformer do?

This project provides the source code for the vision longformer paper.

What are the main features of microsoft/vision-longformer?

The main features of microsoft/vision-longformer are: Efficient Vision Architectures, Efficient Vision Transformers, Vision Transformers.

What are some open-source alternatives to microsoft/vision-longformer?

Open-source alternatives to microsoft/vision-longformer include: ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. ofsoundof/localvit — This repository contains the PyTorch training and evaluation code for LocalViT. facebookresearch/convit — This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and… facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… microsoft/cream — This is a collection of our NAS and Vision Transformer work. raoyongming/dynamicvit — This repository contains PyTorch implementation for DynamicViT (NeurIPS 2021).