SOTAVerified

Rethinking Channel Dimensions for Efficient Model Design

2020-07-02CVPR 2021Code Available1· sign in to hype

Dongyoon Han, Sangdoo Yun, Byeongho Heo, Youngjoon Yoo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Designing an efficient model within the limited computational cost is challenging. We argue the accuracy of a lightweight model has been further limited by the design convention: a stage-wise configuration of the channel dimensions, which looks like a piecewise linear function of the network stage. In this paper, we study an effective channel dimension configuration towards better performance than the convention. To this end, we empirically study how to design a single layer properly by analyzing the rank of the output feature. We then investigate the channel configuration of a model by searching network architectures concerning the channel configuration under the computational cost restriction. Based on the investigation, we propose a simple yet effective channel configuration that can be parameterized by the layer index. As a result, our proposed model following the channel parameterization achieves remarkable performance on ImageNet classification and transfer learning tasks including COCO object detection, COCO instance segmentation, and fine-grained classifications. Code and ImageNet pretrained models are available at https://github.com/clovaai/rexnet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetReXNet-R_3.0Top 1 Accuracy84.5Unverified
ImageNetReXNet-R_2.0Top 1 Accuracy83.2Unverified
ImageNetReXNet_3.0Top 1 Accuracy82.8Unverified
ImageNetReXNet_2.0Top 1 Accuracy81.6Unverified
ImageNetReXNet_1.5Top 1 Accuracy80.3Unverified
ImageNetReXNet_1.3Top 1 Accuracy79.5Unverified
ImageNetReXNet_1.0Top 1 Accuracy77.9Unverified
ImageNetReXNet_0.9Top 1 Accuracy77.2Unverified
ImageNetReXNet_0.6Top 1 Accuracy74.6Unverified

Reproductions