Ross ROSS = Recommend OSS · open-source software intelligence for agents

sail-sg/poolformer

PoolFormer: MetaFormer Is Actually What You Need for Vision (CVPR 2022 Oral) observed · 2026-08-28

github.com/sail-sg/poolformer · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1745
  • days_rel: n/a
  • days_push: 823
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1362 stars · 117 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PoolFormer is a PyTorch implementation of the CVPR 2022 paper 'MetaFormer Is Actually What You Need for Vision', which replaces attention in Transformers with simple pooling to show the MetaFormer architecture itself drives performance. It provides pretrained image-classification models achieving 82.1% top-1 accuracy on ImageNet-1K.

Use cases

  • classify images with a lightweight pooling-based vision model
  • study whether attention is necessary in vision transformers
  • benchmark vision backbones against DeiT and ResMLP
  • use a MetaFormer backbone for downstream vision tasks
  • reproduce CVPR 2022 PoolFormer results on ImageNet

When to choose

  • you need an efficient vision backbone with fewer parameters and MACs than ViT/MLP models
  • you want to experiment with the MetaFormer architecture concept
  • you need a simple non-attention token mixer for research

When to avoid

  • you need state-of-the-art attention-based models for production vision tasks
  • you need a maintained general-purpose vision framework rather than research code
  • you require non-PyTorch frameworks

Facets

library · maturity maintenance

machine-learning deep-learning image-processing computer-vision deep-learning machine-learning python vision-transformer pooling image-classification metaformer pytorch research-code cvpr-2022 gpu

6 sources

Member repositories

RepositoryRoleHealth v2
sail-sg/poolformermain23

For agents

markdown · JSON · MCP: product_card(name="sail-sg/poolformer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem