paper-with-me

홈 › Papers

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 dynamics and generalization performance. While each of these approaches have some amount of well-founded motivation, a rigorous analysis of the effect of these pruning methods on network training dynamics and their formal relationship to each other has thus far received little attention. Leveraging recent theoretical approximations provided by the Neural Tangent Kernel, we unify a number of popular approaches for pruning at initialization under a single path-centric framework. We introduce the Path Kernel as the data-independent factor in a decomposition of the Neural Tangent Kernel and show the global structure of the Path Kernel can be computed efficiently. This Path Kernel decomposition separates the architectural effects from the data-dependent effects within the Neural Tangent Kernel, providing a means to predict the convergence dynamics of a network from its architecture alone. We analyze the use of this structure in approximating training and generalization performance of networks in the absence of data across a number of initialization pruning approaches. Observing the relationship between input data and paths and the relationship between the Path Kernel and its natural norm, we additionally propose two augmentations of the SynFlow algorithm for pruning at initialization.

📄 PDF Abstract BibTeX arXiv:2101.10552

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

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…

A Unified Framework for Soft Threshold Pruning

2023-02-25 · Yanqi Chen, Zhengyu Ma, Wei Fang, Xiawu Zheng 외

Soft threshold pruning is among the cutting-edge pruning methods with state-of-the-art performance. However, previous methods either perform aimless searching on the threshold scheduler or simply set the threshold traina…

compressed sensingScheduling

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…

PHEW: Paths with Higher Edge-Weights give ''winning tickets'' without training data

2021-01-01 · Shreyas Malakarjun Patil, Constantine Dovrolis

Sparse neural networks have generated substantial interest recently because they can be more efficient in learning and inference, without any significant drop in performance. The "lottery ticket hypothesis" has showed th…

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