English

How Not to Give a FLOP: Combining Regularization and Pruning for Efficient Inference

Machine Learning 2020-04-10 v2 Computer Vision and Pattern Recognition Image and Video Processing Machine Learning

Abstract

The challenge of speeding up deep learning models during the deployment phase has been a large, expensive bottleneck in the modern tech industry. In this paper, we examine the use of both regularization and pruning for reduced computational complexity and more efficient inference in Deep Neural Networks (DNNs). In particular, we apply mixup and cutout regularizations and soft filter pruning to the ResNet architecture, focusing on minimizing floating-point operations (FLOPs). Furthermore, by using regularization in conjunction with network pruning, we show that such a combination makes a substantial improvement over each of the two techniques individually.

Keywords

Cite

@article{arxiv.2003.13593,
  title  = {How Not to Give a FLOP: Combining Regularization and Pruning for Efficient Inference},
  author = {Tai Vu and Emily Wen and Roy Nehoran},
  journal= {arXiv preprint arXiv:2003.13593},
  year   = {2020}
}

Comments

Citations added, typos fixed

R2 v1 2026-06-23T14:32:17.436Z