Lookahead: A Far-Sighted Alternative of Magnitude-Based Pruning
Abstract
Magnitude-based pruning is one of the simplest methods for pruning neural networks. Despite its simplicity, magnitude-based pruning and its variants demonstrated remarkable performances for pruning modern architectures. Based on the observation that magnitude-based pruning indeed minimizes the Frobenius distortion of a linear operator corresponding to a single layer, we develop a simple pruning method, coined lookahead pruning, by extending the single layer optimization to a multi-layer optimization. Our experimental results demonstrate that the proposed method consistently outperforms magnitude-based pruning on various networks, including VGG and ResNet, particularly in the high-sparsity regime. See https://github.com/alinlab/lookahead_pruning for codes.
Cite
Text
Park et al. "Lookahead: A Far-Sighted Alternative of Magnitude-Based Pruning." International Conference on Learning Representations, 2020.Markdown
[Park et al. "Lookahead: A Far-Sighted Alternative of Magnitude-Based Pruning." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/park2020iclr-lookahead/)BibTeX
@inproceedings{park2020iclr-lookahead,
title = {{Lookahead: A Far-Sighted Alternative of Magnitude-Based Pruning}},
author = {Park, Sejun and Lee, Jaeho and Mo, Sangwoo and Shin, Jinwoo},
booktitle = {International Conference on Learning Representations},
year = {2020},
url = {https://mlanthology.org/iclr/2020/park2020iclr-lookahead/}
}