Methods › Computer Vision › Vision Transformers › RegionViT
RegionViT
Introduced by Chun-Fu Chen et al. in RegionViT: Regional-to-Local Attention for Vision Transformers
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
RegionViT consists of two tokenization processes that convert an image into regional (upper path) and local tokens (lower path). Each tokenization is a convolution with different patch sizes, the patch size of regional tokens is 28² while 4² is used for local tokens with dimensions projected to C, which means that one regional token covers 7² local tokens based on the spatial locality, leading to the window size of a local region to 7². At stage 1, two set of tokens are passed through the proposed regional-to-local transformer encoders. However, for the later stages, to balance the computational load and to have feature maps at different resolution, the approach uses a downsampling process to halve the spatial resolution while doubling the channel dimension like CNN on both regional and local tokens before going to the next stage. Finally, at the end of the network, it simply averages the remaining regional tokens as the final embedding for the classification while the detection uses all local tokens at each stage since it provides more fine-grained location information. By having the pyramid structure, the ViT can generate multi-scale features and hence it could be easily extended to more vision applications, e.g., object detection, rather than image classification only.
Papers archive 2025-07-28
1 shown of 1, 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.
-
RegionViT: Regional-to-Local Attention for Vision Transformers 4 Jun 2021 · 4 repositories · arXiv:2106.02689Syntology ran 13 of 25 samples · 12 unverified
Tasks archive 2025-07-28
5 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Action Recognition | 1 |
| Image Classification | 1 |
| Keypoint Detection | 1 |
| Object Detection | 1 |
| image-classification | 1 |
Usage over time archive 2025-07-28
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
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