BriefGPT.xyz
Jun, 2023
修剪神经网络的无数据骨干微调
Data-Free Backbone Fine-Tuning for Pruned Neural Networks
HTML
PDF
Adrian Holzbock, Achyut Hegde, Klaus Dietmayer, Vasileios Belagiannis
TL;DR
本文提出了一种针对深度神经网络剪枝的数据无关的微调方法,使用合成图像进行训练,并通过中间监督来模拟未剪枝网络的输出特征图。实验结果表明,该方法相对于未剪枝模型具有具有很好的性能。
Abstract
model compression
techniques reduce the computational load and memory consumption of deep neural networks. After the compression operation, e.g. parameter
pruning
, the model is normally fine-tuned on the original
→