Skip to content
OpenTrain AIFor AI Companies

CrossFormer: A Versatile Vision Transformer Hinging on Cross-scale Attention

Published Aug 1, 2021
arXiv PDF
Researcher verdict
Starting point
Use as implementation starting point
Benchmark evidence
Thin evidence
Verify before relying
Time to first repro
A few hours
Fast first run
Risk flags
1
Review before use

Results and benchmarks

Freshness tier: cold
CrossFormer: A Versatile Vision Transformer Hinging on Cross-scale Attention presents a transformer approach for image classification.
Task Dataset Metric Value Source
Image classification COCO AP 50 paper-derived
Segmentation PVT-M IOU. 41.6 paper-derived
Segmentation Twins-SVT-B IOU. 45.0 paper-derived

Audit each benchmark finding before selecting an implementation path. Evidence refs map to the disclosure below.

Implementation

Best maintained implementation now

Recommended
Confidence: Medium
Reproducibility: Moderate

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

25,489 stars · 3,491 forks · Last push Aug 2, 2026 · MIT license

  • License
  • CI
  • Dependencies
  • Docker

Matched via arXiv identifier search · Partial overlap with paper title keywords · Community adoption signal (25489 stars)

Why this implementation
Confidence: medium

lucidrains/vit-pytorch is the best available implementation candidate based on ranking signals, but recommendation confidence is not yet high. License is declared (MIT). Dependency/environment manifests are present.

Open lucidrains/vit-pytorch
Reproduction risks
  • No CI workflows detected
  • Selected lucidrains/vit-pytorch as the strongest maintained implementation for new work.
  • Includes dependency/environment manifest signals.
  • Repository activity is within the last 24 months.
  • Official repository is preserved separately as historical context.

Compare implementation paths

Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.

cheerss/CrossFormer
historical official
Maintenance
Stale
Confidence
High
Reproducibility
Limited
Stars
402
Last push
Jan 14, 2024 (956d)

Official implementation from Papers with Code · Repository link is mentioned in the paper metadata

  • No push in 12+ months
  • No CI pipeline detected
  • No tagged releases
lucidrains/vit-pytorch
best maintained
Maintenance
Active
Confidence
Medium
Reproducibility
Moderate
Stars
25,489
Last push
Aug 2, 2026 (24d)

Matched via arXiv identifier search · Partial overlap with paper title keywords

  • No CI pipeline detected
  • No Docker setup
Maintenance
Stale
Confidence
Low
Reproducibility
Moderate
Stars
11,306
Last push
May 11, 2024 (837d)

Matched via arXiv identifier search · Community adoption signal (11306 stars)

  • No push in 12+ months
  • No Docker setup
  • Dependency manifest missing

Reproduction readiness

Time to first repro: hours
Last checked: Aug 26, 2026

Setup required

Dependencies pinned, manual setup needed

  • lucidrains/vit-pytorch has pyproject.toml but requires manual environment setup.
  • No Dockerfile, so you will set up the environment manually.
  • No CI pipeline, so test coverage is unknown.
Open lucidrains/vit-pytorch

Quick start

git clone https://github.com/lucidrains/vit-pytorch.git
pip install -e .

Repositories and ecosystem

No additional verified repositories beyond the primary recommendation.

Hugging Face artifacts

No direct paper-linked artifacts were found. Showing strongest curated related artifacts for faster exploration.

Datasets

No trustworthy datasets matches right now.

Search datasets on Hugging Face

Spaces

No trustworthy spaces matches right now.

Search spaces on Hugging Face

Research context

Tasks

Image classification

Methods

Transformer

Domains

Computer vision

Evaluation and human feedback data

Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.

Open in HFEPX
Explore similar papers

Jump to Paper2Code search queries derived from this paper's research context.

Data includes links from Papers with Code ( CC-BY-SA-4.0 ).