BriefGPT.xyz
Oct, 2018
深度神经网络的鉴别感知通道剪枝
Discrimination-aware Channel Pruning for Deep Neural Networks
HTML
PDF
Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo...
TL;DR
介绍了一种有效的基于鉴别力的通道剪枝方法,利用额外的损失函数增加中间层的鉴别力并根据重构误差和额外损失函数选择最具鉴别力的通道,并提出了一种迭代贪心算法来优化参数和通道选择。对类似于ILSVRC-12的测试数据,使用该算法对ResNet-50剪枝显示出相当有效的性能。
Abstract
channel pruning
is one of the predominant approaches for
deep model compression
. Existing pruning methods either train from scratch with sparsity constraints on channels, or minimize the reconstruction error betw
→