We lifted 1 functions out of this paper's own repositories and ran 1 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 |
|---|---|---|
| DequanWang/weightnet.pytorch | reimplementation | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| conv2d_sample_by_sample | Ran | DequanWang/weightnet.pytorch/mmcls/models/backbones/weightnet.py code served (permissive licence) · get_code("1724a71ac8ab997d") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
We present a conceptually simple, flexible and effective framework for weight generating networks. Our approach is general that unifies two current distinct and extremely effective SENet and CondConv into the same framework on weight space. The method, called WeightNet, generalizes the two methods by simply adding one more grouped fully-connected layer to the attention activation layer. We use the WeightNet, composed entirely of (grouped) fully-connected layers, to directly output the convolutional weight. WeightNet is easy and memory-conserving to train, on the kernel space instead of the feature space. Because of the flexibility, our method outperforms existing approaches on both ImageNet and COCO detection tasks, achieving better Accuracy-FLOPs and Accuracy-Parameter trade-offs. The framework on the flexible weight space has the potential to further improve the performance. Code is available at https://github.com/megvii-model/WeightNet.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2007.11823")
get_code_for_paper("2007.11823")
have("2007.11823")
Connect an agent — have() is free.