adobe/antialiased-cnns
pip install antialiased-cnns to improve stability and accuracy observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2668
- days_rel: n/a
- days_push: 877
- n_releases_24m: 0
Adoption not part of the score
1683 stars · 202 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch library providing antialiased CNN models and a BlurPool layer from the ICML 2019 paper 'Making Convolutional Networks Shift-Invariant Again'. It replaces standard downsampling operations (max-pooling, strided convolution) with low-pass filtered versions to improve shift-invariance, consistency, and accuracy.
Use cases
- make my CNN robust to small image shifts
- improve classification consistency on ImageNet
- load a pretrained antialiased ResNet as a backbone
- replace max-pooling with a blur pool layer in my architecture
- finetune an existing model with antialiasing
- reduce sensitivity of my vision model to input corruptions
When to choose
- you need a PyTorch vision backbone with better shift-invariance and robustness
- you want to drop-in replace pooling layers with BlurPool in an existing CNN
- you want pretrained antialiased variants of ResNet, DenseNet, VGG, or similar architectures
When to avoid
- you are not using PyTorch
- you need transformer-based vision models rather than CNNs
- you need actively developed features or frequent updates
Facets
library · maturity maintenance
machine-learning image-processing computer-vision deep-learning computer-vision machine-learning python cnn antialiasing blurpool shift-invariance pytorch pretrained-models icml-2019
3 sources
- readme: https://github.com/adobe/antialiased-cnns · fetched 2026-08-28 · 6e94dfb2f6b1
- homepage: https://richzhang.github.io/antialiased-cnns/ · fetched 2026-08-29 · dc84a2612ab7
- registry_pypi: https://pypi.org/pypi/antialiased-cnns/json · fetched 2026-08-29 · f7e96cdbb8e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| adobe/antialiased-cnns | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="adobe/antialiased-cnns")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem