paper-with-me

Papers

Pruning at Initialization -- A Sketching Perspective

2023-05-27 · Noga Bar, Raja Giryes

The lottery ticket hypothesis (LTH) has increased attention to pruning neural networks at initialization. We study this problem in the linear setting. We show that finding a sparse mask at initialization is equivalent to the sketching problem introduced for efficient matrix multiplication. This gives us tools to analyze the LTH problem and gain insights into it. Specifically, using the mask found at initialization, we bound the approximation error of the pruned linear model at the end of training. We theoretically justify previous empirical evidence that the search for sparse networks may be data independent. By using the sketching perspective, we suggest a generic improvement to existing algorithms for pruning at initialization, which we show to be beneficial in the data-independent case.

📄 PDF Abstract BibTeX arXiv:2305.17559

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Signal Propagation Perspective for Pruning Neural Networks at Initialization

2019-06-14 · ICLR 2020 1 · Namhoon Lee, Thalaiyasingam Ajanthan, Stephen Gould, Philip H. S. Torr

Network pruning is a promising avenue for compressing deep neural networks. A typical approach to pruning starts by training a model and then removing redundant parameters while minimizing the impact on what is learned. …

image-classificationImage ClassificationNetwork PruningSensitivity

A Unified Paths Perspective for Pruning at Initialization

2021-01-26 · Thomas Gebhart, Udit Saxena, Paul Schrater

A number of recent approaches have been proposed for pruning neural network parameters at initialization with the goal of reducing the size and computational burden of models while minimally affecting their training dyna…

Max-Affine Spline Insights Into Deep Network Pruning

2021-01-07 · Haoran You, Randall Balestriero, Zhihan Lu, Yutong Kou 외

In this paper, we study the importance of pruning in Deep Networks (DNs) and the yin & yang relationship between (1) pruning highly overparametrized DNs that have been trained from random initialization and (2) training …

Network Pruning

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

A Second-Order Perspective on Pruning at Initialization and Knowledge Transfer

2025-09-28 · Leonardo Iurada, Beatrice Occhiena, Tatiana Tommasi arxiv

The widespread availability of pre-trained vision models has enabled numerous deep learning applications through their transferable representations. However, their computational and storage costs often limit practical de…