English

Layer-compensated Pruning for Resource-constrained Convolutional Neural Networks

Computer Vision and Pattern Recognition 2018-10-19 v2 Machine Learning

Abstract

Resource-efficient convolution neural networks enable not only the intelligence on edge devices but also opportunities in system-level optimization such as scheduling. In this work, we aim to improve the performance of resource-constrained filter pruning by merging two sub-problems commonly considered, i.e., (i) how many filters to prune for each layer and (ii) which filters to prune given a per-layer pruning budget, into a global filter ranking problem. Our framework entails a novel algorithm, dubbed layer-compensated pruning, where meta-learning is involved to determine better solutions. We show empirically that the proposed algorithm is superior to prior art in both effectiveness and efficiency. Specifically, we reduce the accuracy gap between the pruned and original networks from 0.9% to 0.7% with 8x reduction in time needed for meta-learning, i.e., from 1 hour down to 7 minutes. To this end, we demonstrate the effectiveness of our algorithm using ResNet and MobileNetV2 networks under CIFAR-10, ImageNet, and Bird-200 datasets.

Keywords

Cite

@article{arxiv.1810.00518,
  title  = {Layer-compensated Pruning for Resource-constrained Convolutional Neural Networks},
  author = {Ting-Wu Chin and Cha Zhang and Diana Marculescu},
  journal= {arXiv preprint arXiv:1810.00518},
  year   = {2018}
}

Comments

11 pages, 8 figures, work in progress

R2 v1 2026-06-23T04:23:51.440Z