Skip to content

Files

regnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 2, 2022
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021
Dec 28, 2021

RegNet

Designing Network Design Spaces

Abstract

In this work, we present a new network design paradigm. Our goal is to help advance the understanding of network design and discover design principles that generalize across settings. Instead of focusing on designing individual network instances, we design network design spaces that parametrize populations of networks. The overall process is analogous to classic manual design of networks, but elevated to the design space level. Using our methodology we explore the structure aspect of network design and arrive at a low-dimensional design space consisting of simple, regular networks that we call RegNet. The core insight of the RegNet parametrization is surprisingly simple: widths and depths of good networks can be explained by a quantized linear function. We analyze the RegNet design space and arrive at interesting findings that do not match the current practice of network design. The RegNet design space provides simple and fast networks that work well across a wide range of flop regimes. Under comparable training settings and flops, the RegNet models outperform the popular EfficientNet models while being up to 5x faster on GPUs.

Results and models

ImageNet-1k

Model Params(M) Flops(G) Top-1 (%) Top-5 (%) Config Download
RegNetX-400MF 5.16 0.41 72.56 90.78 config model | log
RegNetX-800MF 7.26 0.81 74.76 92.32 config model | log
RegNetX-1.6GF 9.19 1.63 76.84 93.31 config model | log
RegNetX-3.2GF 15.3 3.21 78.09 94.08 config model | log
RegNetX-4.0GF 22.12 4.0 78.60 94.17 config model | log
RegNetX-6.4GF 26.21 6.51 79.38 94.65 config model | log
RegNetX-8.0GF 39.57 8.03 79.12 94.51 config model | log
RegNetX-12GF 46.11 12.15 79.67 95.03 config model | log
RegNetX-400MF* 5.16 0.41 72.55 90.91 config model
RegNetX-800MF* 7.26 0.81 75.21 92.37 config model
RegNetX-1.6GF* 9.19 1.63 77.04 93.51 config model
RegNetX-3.2GF* 15.3 3.21 78.26 94.20 config model
RegNetX-4.0GF* 22.12 4.0 78.72 94.22 config model
RegNetX-6.4GF* 26.21 6.51 79.22 94.61 config model
RegNetX-8.0GF* 39.57 8.03 79.31 94.57 config model
RegNetX-12GF* 46.11 12.15 79.91 94.78 config model

Models with * are converted from pycls. The config files of these models are only for validation.

Citation

@article{radosavovic2020designing,
    title={Designing Network Design Spaces},
    author={Ilija Radosavovic and Raj Prateek Kosaraju and Ross Girshick and Kaiming He and Piotr Dollár},
    year={2020},
    eprint={2003.13678},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}