Supervised Robustness-preserving Data-free Neural Network Pruning
Mark Huasong Meng, Guangdong Bai, Sin Gee Teo, Jin Song Dong

TL;DR
This paper introduces a data-free neural network pruning method that emphasizes robustness preservation, using a progressive approach guided by stochastic optimization, to produce lightweight models suitable for resource-constrained environments without requiring original training data.
Contribution
It proposes a novel progressive pruning technique based on stochastic optimization that maintains model robustness in a data-free setting, addressing practical deployment challenges.
Findings
Outperforms existing data-free pruning methods in robustness and accuracy
Uses a conservative, progressive pruning strategy guided by robustness metrics
Demonstrates effectiveness across diverse neural network models
Abstract
When deploying pre-trained neural network models in real-world applications, model consumers often encounter resource-constraint platforms such as mobile and smart devices. They typically use the pruning technique to reduce the size and complexity of the model, generating a lighter one with less resource consumption. Nonetheless, most existing pruning methods are proposed with the premise that the model after being pruned has a chance to be fine-tuned or even retrained based on the original training data. This may be unrealistic in practice, as the data controllers are often reluctant to provide their model consumers with the original data. In this work, we study the neural network pruning in the data-free context, aiming to yield lightweight models that are not only accurate in prediction but also robust against undesired inputs in open-world deployments. Considering the absence of the…
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 · Machine Learning and Data Classification · Anomaly Detection Techniques and Applications
MethodsPruning
