Data-Free Backbone Fine-Tuning for Pruned Neural Networks
Adrian Holzbock, Achyut Hegde, Klaus Dietmayer, and Vasileios, Belagiannis

TL;DR
This paper introduces a data-free method for fine-tuning pruned neural network backbones using synthetic images, enabling performance recovery without access to original training data.
Contribution
It proposes a novel data-free fine-tuning technique for pruned backbones by generating synthetic images with intermediate supervision, applicable across various tasks.
Findings
Effective performance recovery on multiple tasks
Task-independent backbone pruning approach
Comparable results to original unpruned models
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 training dataset to recover from the performance drop caused by compression. However, the training data is not always available due to privacy issues or other factors. In this work, we present a data-free fine-tuning approach for pruning the backbone of deep neural networks. In particular, the pruned network backbone is trained with synthetically generated images, and our proposed intermediate supervision to mimic the unpruned backbone's output feature map. Afterwards, the pruned backbone can be combined with the original network head to make predictions. We generate synthetic images by back-propagating gradients to noise images while relying on L1-pruning for the backbone…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Video Surveillance and Tracking Methods
MethodsPruning
