XCiT: Cross-Covariance Image Transformers
Abstract
Domain fit: AI-core · Core AI workload signals detected from paper context and implementation/artifact evidence.
Following their success in natural language processing, transformers have recently shown much promise for computer vision. The self-attention operation underlying transformers yields global interactions between all tokens ,i.e. words or image patches, and enables flexible modelling of image data beyond the local interactions of convolutions. This flexibility, however, comes with a quadratic complexity in time and memory, hindering application to long sequences and high-resolution images. We propose a "transposed" version of self-attention that operates across feature channels rather than tokens, where the interactions are based on the cross-covariance matrix between keys and queries. The resulting cross-covariance attention (XCA) has linear complexity in the number of tokens, and allows efficient processing of high-resolution images. Our cross-covariance image transformer (XCiT) is built upon XCA. It combines the accuracy of conventional transformers with the scalability of convolutional architectures. We validate the effectiveness and generality of XCiT by reporting excellent results on multiple vision benchmarks, including image classification and self-supervised feature learning on ImageNet-1k, object detection and instance segmentation on COCO, and semantic segmentation on ADE20k.
Results and benchmarks
Following their success in natural language processing, transformers have recently shown much promise for computer vision.
Benchmark evidence is limited
Evidence graph: 2 refs, 1 links.
Utility signals: depth 85/100, grounding 58/100, status medium.
Implementation
No direct implementation yet
Maintained implementation evidence is not confirmed for this paper yet.
Use the implementation status and reproduction sections for the current action plan.
No verified maintained repo yet
There is no verified maintained implementation yet. Use this baseline plan to decide whether to prototype now or defer.
- No direct maintained implementation was found. Use the paper PDF and citation graph to design a baseline reproduction.
- Start from related paper: Is there a well-founded solution to the generality problem?.
- Start from this likely method family: Transformer.
Time to first repro: a few days
Recommendation evidence is currently too limited for a maintained-repo choice. Use Implementation Status and Reproduction Path for a practical baseline plan.
- Estimate is based on paper-only reproduction flow
Reproduction readiness
No repo
No verified implementation available
- No maintained repository has been identified for this paper. Check adjacent implementations or HF artifacts below.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Framework baselines
- Hugging Face Transformers training guide
Modern transformer training baseline.
- PyTorch nn.Transformer docs
Reference transformer building block implementation.
- TorchVision object detection finetuning tutorial
Baseline setup for object detection workflows.
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
234
Citations
81
References
Tasks
Computer science, Generality, Scalability, Covariance, Pattern recognition (psychology), Computational complexity theory, Segmentation
Methods
Transformer, Algorithm
Domains
Artificial intelligence, Computer vision
Related papers
- Is there a well-founded solution to the generality problem?Search on Paper2Code
2014 · Semantic similarity
- Generality of treatment effects with parents as therapists: A review of assessment and implementation proceduresSearch on Paper2Code
1977 · Semantic similarity
- Contextual Learning: Towards Using Contexts to Achieve GeneralitySearch on Paper2Code
2000 · Semantic similarity
- Exploring the Generality of Norms in Multi-Agent SystemsSearch on Paper2Code
2023 · Semantic similarity
- Simultaneous Extension of Cultural Generality and Individuality in Globaliza tionSearch on Paper2Code
2004 · Semantic similarity
- Further Thinking on the Relationship Between Generalities and ParticularsSearch on Paper2Code
2002 · Semantic similarity
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.