Methods › Computer Vision › Image Models › CvT

Convolutional Vision Transformer

CvT

12 papers tagged archive 2025-07-28

Introduced by Haiping Wu et al. in CvT: Introducing Convolutions to Vision Transformers

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

The Convolutional vision Transformer (CvT) is an architecture which incorporates convolutions into the Transformer. The CvT design introduces convolutions to two core sections of the ViT architecture.

First, the Transformers are partitioned into multiple stages that form a hierarchical structure of Transformers. The beginning of each stage consists of a convolutional token embedding that performs an overlapping convolution operation with stride on a 2D-reshaped token map (i.e., reshaping flattened token sequences back to the spatial grid), followed by layer normalization. This allows the model to not only capture local information, but also progressively decrease the sequence length while simultaneously increasing the dimension of token features across stages, achieving spatial downsampling while concurrently increasing the number of feature maps, as is performed in CNNs.

Second, the linear projection prior to every self-attention block in the Transformer module is replaced with a proposed convolutional projection, which employs a s × s depth-wise separable convolution operation on an 2D-reshaped token map. This allows the model to further capture local spatial context and reduce semantic ambiguity in the attention mechanism. It also permits management of computational complexity, as the stride of convolution can be used to subsample the key and value matrices to improve efficiency by 4× or more, with minimal degradation of performance.

PaperSource

Papers archive 2025-07-28

12 shown of 12, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

18 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Image Classification3
Semantic Segmentation2
Transfer Learning2
image-classification2
Continual Learning1
Contrastive Learning1
Deep Learning1
Denoising1
GPU1
Image Denoising1
Image Reconstruction1
Inductive Bias1
Instance Segmentation1
Mamba1
Prediction1
State Space Models1
Time Series1
Time Series Analysis1

Usage over time archive 2025-07-28

Papers per year tagged with CvT: 2021 to 2025, peak 4 4 0 2021: 3 papers 2021 2022: 4 papers 2022 2023: 1 paper 2023 2024: 3 papers 2024 2025: 1 paper 2025
Papers per year the archive tags with this method, by the paper's archive date (12 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Image ModelsVision Transformers

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections