We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| jiangtaoxie/fast-MPN-COV | canonical | 2 of 2 |
| copy not recorded | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| CovpoolLayer | Ran | jiangtaoxie/fast-MPN-COV/src/representation/MPNCOV.py code served (permissive licence) · get_code("3e3d33392b6ecdd9") |
| SqrtmLayer | Ran | this paper's copy was not recorded; identical code first harvested from GitZH-Chen/RiemGCP pointer only · get_code("3c7b6412a1bc9cf4") |
| TriuvecLayer | Ran | jiangtaoxie/fast-MPN-COV/src/representation/MPNCOV.py code served (permissive licence) · get_code("5cee54d3483cad8f") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Global covariance pooling in convolutional neural networks has achieved impressive improvement over the classical first-order pooling. Recent works have shown matrix square root normalization plays a central role in achieving state-of-the-art performance. However, existing methods depend heavily on eigendecomposition (EIG) or singular value decomposition (SVD), suffering from inefficient training due to limited support of EIG and SVD on GPU. Towards addressing this problem, we propose an iterative matrix square root normalization method for fast end-to-end training of global covariance pooling networks. At the core of our method is a meta-layer designed with loop-embedded directed graph structure. The meta-layer consists of three consecutive nonlinear structured layers, which perform pre-normalization, coupled matrix iteration and post-compensation, respectively. Our method is much faster than EIG or SVD based ones, since it involves only matrix multiplications, suitable for parallel implementation on GPU. Moreover, the proposed network with ResNet architecture can converge in much less epochs, further accelerating network training. On large-scale ImageNet, we achieve competitive performance superior to existing counterparts. By finetuning our models pre-trained on ImageNet, we establish state-of-the-art results on three challenging fine-grained benchmarks. The source code and network models will be available at http://www.peihuali.org/iSQRT-COV
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1712.01034")
get_code_for_paper("1712.01034")
have("1712.01034")
Connect an agent — have() is free.