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

BlockSwap: Fisher-guided Block Substitution for Network Compression on a Budget

About

The desire to map neural networks to varying-capacity devices has led to the development of a wealth of compression techniques, many of which involve replacing standard convolutional blocks in a large network with cheap alternative blocks. However, not all blocks are created equally; for a required compute budget there may exist a potent combination of many different cheap blocks, though exhaustively searching for such a combination is prohibitively expensive. In this work, we develop BlockSwap: a fast algorithm for choosing networks with interleaved block types by passing a single minibatch of training data through randomly initialised networks and gauging their Fisher potential. These networks can then be used as students and distilled with the original large network as a teacher. We demonstrate the effectiveness of the chosen networks across CIFAR-10 and ImageNet for classification, and COCO for detection, and provide a comprehensive ablation study of our approach. BlockSwap quickly explores possible block configurations using a simple architecture ranking system, yielding highly competitive networks in orders of magnitude less time than most architecture search techniques (e.g. under 5 minutes on a single GPU for CIFAR-10). Code is available at https://github.com/BayesWatch/pytorch-blockswap.

Jack Turner, Elliot J. Crowley, Michael O'Boyle, Amos Storkey, Gavin Gray• 2019

Related benchmarks

TaskDatasetResultRank
Neural Architecture SearchNAS-Bench-201 CIFAR-100
Spearman Correlation0.54
13
Neural Architecture SearchNAS-Bench-201 CIFAR-10
Spearman Correlation50
13
Neural Architecture SearchNAS-Bench-201 ImageNet-16-120
Spearman's Tau48
13
Neural Architecture SearchNDS DARTS
Spearman Correlation Coefficient0.337
13
Neural Architecture SearchNAS-Bench-101 CIFAR-10
Spearman Correlation-0.28
13
Neural Architecture SearchNDS NASNet
Spearman Rho-0.092
13
Neural Architecture SearchNDS ENAS
Spearman Correlation-0.059
13
Showing 7 of 7 rows

Other info

Follow for update