Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking Channel Dimensions for Efficient Model Design

About

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.

Dongyoon Han, Sangdoo Yun, Byeongho Heo, YoungJoon Yoo• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP41.5
2454
Image ClassificationImageNet-1k (val)
Top-1 Accuracy81.6
1453
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionCOCO v2017 (test-dev)
mAP27.3
499
Image ClassificationStanford Cars (test)
Accuracy91.5
306
Image ClassificationFGVC-Aircraft (test)--
231
Image ClassificationOxford Flowers-102 (test)
Top-1 Accuracy97.8
131
Image ClassificationFood-101 (test)
Top-1 Acc88.4
89
Showing 8 of 8 rows

Other info

Code

Follow for update