Home Knowledge Base MViT (Multi-Scale Vision Transformer)

MViT (Multi-Scale Vision Transformer) is the pyramidal transformer architecture that progressively reduces spatial resolution while increasing channel depth so the network captures both local details and global context without massive FLOPs — each stage pools tokens, doubles channels, and applies attention, mimicking how CNN backbones shrink height and width while keeping semantic richness.

What Is MViT?

Why MViT Matters

Stage Breakdown

Stage 1:

Stage 2-3:

Stage 4:

How It Works / Technical Details

Step 1: Each stage applies a token merging or pooling block that reduces height and width while projecting tokens to higher dimension.

Step 2: Following the reduction, standard transformer layers with attention and feed-forward networks operate on the smaller token set, and the outputs feed into the next stage.

Comparison / Alternatives

AspectMViTSingle-Scale ViTSwin / Pyramid ViT
Token CountDecreases per stageConstantDecreases via windows
Semantic PyramidNativeDerived via poolingDerived via shift/windows
FLOPsModerateHigh (dense)Moderate
Downstream ReadyYes (FPN)Needs neckYes

Tools & Platforms

MViT is the stage-wise transformer design that inherits the best traits of CNN pyramids and ViT expressivity — it compresses tokens gradually so the network sees local detail and global layout without blowing computation at any single stage.

multi-scale vitcomputer vision

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.