BriefGPT.xyz
May, 2019
Play and Prune: 适应性滤波剪枝用于深度模型压缩
Play and Prune: Adaptive Filter Pruning for Deep Model Compression
HTML
PDF
Pravendra Singh, Vinay Kumar Verma, Piyush Rai, Vinay P. Namboodiri
TL;DR
本文提出了基于最小-最大框架的卷积神经网络滤波器级别剪枝方法,该方法同时对CNN模型参数进行剪枝和微调,具有自适应剪枝率和可直接指定误差容限等特点,在不损失准确性的情况下,有效减少了VGG-16的参数数量和FLOPS。
Abstract
While
convolutional neural networks
(CNN) have achieved impressive performance on various classification/recognition tasks, they typically consist of a massive number of parameters. This results in significant
memory re
→