paper-with-me

홈 › Papers

An Operator Theoretic View on Pruning Deep Neural Networks

2021-10-28 · ICLR 2022 4 · William T. Redman, Maria Fonoberova, Ryan Mohr, Ioannis G. Kevrekidis, Igor Mezic

The discovery of sparse subnetworks that are able to perform as well as full models has found broad applied and theoretical interest. While many pruning methods have been developed to this end, the na\"ive approach of removing parameters based on their magnitude has been found to be as robust as more complex, state-of-the-art algorithms. The lack of theory behind magnitude pruning's success, especially pre-convergence, and its relation to other pruning methods, such as gradient based pruning, are outstanding open questions in the field that are in need of being addressed. We make use of recent advances in dynamical systems theory, namely Koopman operator theory, to define a new class of theoretically motivated pruning algorithms. We show that these algorithms can be equivalent to magnitude and gradient based pruning, unifying these seemingly disparate methods, and find that they can be used to shed light on magnitude pruning's performance during the early part of training.

📄 PDF Abstract BibTeX arXiv:2110.14856

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

LEAN: graph-based pruning for convolutional neural networks by extracting longest chains

2020-11-13 · Richard Schoonhoven, Allard A. Hendriksen, Daniël M. Pelt, K. Joost Batenburg

Neural network pruning techniques can substantially reduce the computational cost of applying convolutional neural networks (CNNs). Common pruning methods determine which convolutional filters to remove by ranking the fi…

Network Pruning

LEAN: graph-based pruning for convolutional neural networks by extracting longest chains

2021-09-29 · Richard Arnoud Schoonhoven, Allard Hendriksen, Daniel Pelt, Joost Batenburg

Neural network pruning techniques can substantially reduce the computational cost of applying convolutional neural networks (CNNs). Common pruning methods determine which convolutional filters to remove by ranking the fi…

Network Pruning

Unified Stochastic Framework for Neural Network Quantization and Pruning

2024-12-24 · Haoyu Zhang, Rayan Saab

Quantization and pruning are two essential techniques for compressing neural networks, yet they are often treated independently, with limited theoretical analysis connecting them. This paper introduces a unified framewor…

Quantization

Sparse Knowledge Distillation: A Mathematical Framework for Probability-Domain Temperature Scaling and Multi-Stage Compression

2026-01-06 · Aaron R. Flouro, Shawn P. Chadwick arxiv

We develop a unified theoretical framework for sparse knowledge distillation based on probability-domain softening operators. While the equivalence $p^{1/T} \propto \mathrm{softmax}(z/T)$ is well known, our contribution …

Knowledge DistillationModel Compression

Singular Values for ReLU Layers

2018-12-06 · Sören Dittmer, Emily J. King, Peter Maass

Despite their prevalence in neural networks we still lack a thorough theoretical characterization of ReLU layers. This paper aims to further our understanding of ReLU layers by studying how the activation function ReLU i…