TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/RegNetX

RegNetX

Computer VisionIntroduced 20002 papers
Source Paper

Description

RegNetX is a convolutional network design space with simple, regular models with parameters: depth ddd, initial width w_0>0w\_{0} > 0w_0>0, and slope w_a>0w\_{a} > 0w_a>0, and generates a different block width u_ju\_{j}u_j for each block j<dj < dj<d. The key restriction for the RegNet types of model is that there is a linear parameterisation of block widths (the design space only contains models with this linear structure):

u_j=w_0+w_a⋅ju\_{j} = w\_{0} + w\_{a}\cdot{j}u_j=w_0+w_a⋅j

For RegNetX we have additional restrictions: we set b=1b = 1b=1 (the bottleneck ratio), 12≤d≤2812 \leq d \leq 2812≤d≤28, and w_m≥2w\_{m} \geq 2w_m≥2 (the width multiplier).

Papers Using This Method

Fracture Detection in Wrist X-ray Images Using Deep Learning-Based Object Detection Models2021-11-14Designing Network Design Spaces2020-03-30