ICLR 2022 paper "Effective Model Sparsification by Scheduled Grow-and-Prune Methods". Model and test code are available for downloading.
Please see an example of GaP with Transformer.
Model Download
Models | Method | Partition | Sparsity Ratio | Sparsity Distribution | Top-1 Accuracy |
---|---|---|---|---|---|
ResNet-50 | S-GaP | 4 | 0.8 | Uniform | 77.856% |
ResNet-50 | S-GaP | 4 | 0.8 | Non-uniform | 78.132% |
ResNet-50 | P-GaP | 4 | 0.8 | Uniform | 77.492% |
ResNet-50 | S-GaP | 4 | 0.9 | Uniform | 76.348% |
ResNet-50 | S-GaP | 4 | 0.9 | Non-uniform | 77.896% |
ResNet-50 | P-GaP | 4 | 0.9 | Uniform | 76.128% |
Model Download
Models | Method | Partition | Sparsity Ratio | Sparsity Distribution | BLEU Score |
---|---|---|---|---|---|
Transformer | S-GaP | 3 | 0.8 | Uniform | 27.59 |
Transformer | S-GaP | 6 | 0.8 | Uniform | 27.65 |
Transformer | P-GaP | 3 | 0.8 | Uniform | 27.93 |
Transformer | P-GaP | 6 | 0.8 | Uniform | 27.67 |
Transformer | S-GaP | 3 | 0.9 | Uniform | 27.72 |
Transformer | S-GaP | 6 | 0.9 | Uniform | 27.06 |
Transformer | P-GaP | 3 | 0.9 | Uniform | 27.31 |
Transformer | P-GaP | 6 | 0.9 | Uniform | 26.88 |
Model Download
Model Download
if you find this repo is helpful, please cite
@inproceedings{ma2022effective,
title={Effective Model Sparsification by Scheduled Grow-and-Prune Methods},
author={Xiaolong Ma and Minghai Qin and Fei Sun and Zejiang Hou and Kun Yuan and Yi Xu and Yanzhi Wang and Yen-Kuang Chen and Rong Jin and Yuan Xie},
booktitle={International Conference on Learning Representations},
year={2022},
url={https://openreview.net/forum?id=xa6otUDdP2W}
}