Title | Conference/Publication | Official Repo | My Implementation |
---|---|---|---|
Making Convolutional Networks Shift-Invariant Again | ICML 2019 | Repo | BlurPool.py |
CARAFE: Content-Aware ReAssembly of FEatures | ICCV 2019 | Unofficial Repo | CARAFE.py(Pasted from Repo) |
LIP: Local Importance-based Pooling | ICCV 2019 | Repo | LIP.py |
Refining activation downsampling with SoftPool | ICCV 2021 | Repo | SoftPool.py |