paper-with-me

Papers

Pruning Neural Networks at Initialization: Why are We Missing the Mark?

2020-09-18 · ICLR 2021 1 · Jonathan Frankle, Gintare Karolina Dziugaite, Daniel M. Roy, Michael Carbin

Recent work has explored the possibility of pruning neural networks at initialization. We assess proposals for doing so: SNIP (Lee et al., 2019), GraSP (Wang et al., 2020), SynFlow (Tanaka et al., 2020), and magnitude pruning. Although these methods surpass the trivial baseline of random pruning, they remain below the accuracy of magnitude pruning after training, and we endeavor to understand why. We show that, unlike pruning after training, randomly shuffling the weights these methods prune within each layer or sampling new initial values preserves or improves accuracy. As such, the per-weight pruning decisions made by these methods can be replaced by a per-layer choice of the fraction of weights to prune. This property suggests broader challenges with the underlying pruning heuristics, the desire to prune at initialization, or both.

📄 PDF Abstract BibTeX arXiv:2009.08576

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SNIP SNIP, or Scale Normalization for Image Pyramids, is a multi-scale training scheme that selectively back-propagates the gradients of object instances of different sizes as…

Similar Papers 제목 키워드 기반

Dynamical Isometry: The Missing Ingredient for Neural Network Pruning

2021-05-12 · Huan Wang, Can Qin, Yue Bai, Yun Fu

Several recent works [40, 24] observed an interesting phenomenon in neural network pruning: A larger finetuning learning rate can improve the final performance significantly. Unfortunately, the reason behind it remains e…

Network Pruning

Pangu Light: Weight Re-Initialization for Pruning and Accelerating LLMs

2025-05-26 · Hanting Chen, Jiarui Qin, Jialong Guo, Tao Yuan 외

Large Language Models (LLMs) deliver state-of-the-art capabilities across numerous tasks, but their immense size and inference costs pose significant computational challenges for practical deployment. While structured pr…

Model Compression

Towards Data-Agnostic Pruning At Initialization: What Makes a Good Sparse Mask?

2023-09-21 · NeurIPS 2023 11

Pruning at initialization (PaI) aims to remove weights of neural networks before training in pursuit of training efficiency besides the inference. While off-the-shelf PaI methods manage to find trainable subnetworks that…

Lottery Tickets with Nonzero Biases

2021-10-21 · Jonas Fischer, Advait Gadhikar, Rebekka Burkholz

The strong lottery ticket hypothesis holds the promise that pruning randomly initialized deep neural networks could offer a computationally efficient alternative to deep learning with stochastic gradient descent. Common …

Recent Advances on Neural Network Pruning at Initialization

2021-03-11 · Huan Wang, Can Qin, Yue Bai, Yulun Zhang 외

Neural network pruning typically removes connections or neurons from a pretrained converged model; while a new pruning paradigm, pruning at initialization (PaI), attempts to prune a randomly initialized network. This pap…

BenchmarkingNetwork Pruning