RegNet
This model was released on 2020-03-30 and added to Hugging Face Transformers on 2022-04-07.
RegNet
Section titled “RegNet”
Overview
Section titled “Overview”The RegNet model was proposed in Designing Network Design Spaces by Ilija Radosavovic, Raj Prateek Kosaraju, Ross Girshick, Kaiming He, Piotr Dollár.
The authors design search spaces to perform Neural Architecture Search (NAS). They first start from a high dimensional search space and iteratively reduce the search space by empirically applying constraints based on the best-performing models sampled by the current search space.
The abstract from the paper is the following:
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.
This model was contributed by Francesco. The original code can be found here.
The huge 10B model from Self-supervised Pretraining of Visual Features in the Wild, trained on one billion Instagram images, is available on the hub
Resources
Section titled “Resources”A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with RegNet.
RegNetForImageClassificationis supported by this example script and notebook.- See also: Image classification task guide
If you’re interested in submitting a resource to be included here, please feel free to open a Pull Request and we’ll review it! The resource should ideally demonstrate something new instead of duplicating an existing resource.
RegNetConfig
Section titled “RegNetConfig”[[autodoc]] RegNetConfig
RegNetModel
Section titled “RegNetModel”[[autodoc]] RegNetModel - forward
RegNetForImageClassification
Section titled “RegNetForImageClassification”[[autodoc]] RegNetForImageClassification - forward