BriefGPT.xyz
Mar, 2021
流形正则化动态网络剪枝
Manifold Regularized Dynamic Network Pruning
HTML
PDF
Yehui Tang, Yunhe Wang, Yixing Xu, Yiping Deng, Chao Xu...
TL;DR
本论文提出了一种新的范式,通过将所有实例的流形信息嵌入到裁剪网络的空间中(称为ManiDP),以动态地去除冗余的过滤器以最大化挖掘给定网络架构中的冗余。在几个基准测试中验证了所提出的方法的有效性,在精度和计算成本方面显示出与现有技术方法相比更好的性能可将ResNet-34的FLOP降低55.3%,且仅仅减少0.57%的Top-1精度,ImageNet。
Abstract
neural network pruning
is an essential approach for reducing the computational complexity of deep models so that they can be well deployed on resource-limited devices. Compared with conventional methods, the recently developed
→