paper-with-me

홈 › Papers

EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis

2019-05-15 · Chaoqi Wang, Roger Grosse, Sanja Fidler, Guodong Zhang

Reducing the test time resource requirements of a neural network while preserving test accuracy is crucial for running inference on resource-constrained devices. To achieve this goal, we introduce a novel network reparameterization based on the Kronecker-factored eigenbasis (KFE), and then apply Hessian-based structured pruning methods in this basis. As opposed to existing Hessian-based pruning algorithms which do pruning in parameter coordinates, our method works in the KFE where different weights are approximately independent, enabling accurate pruning and fast computation. We demonstrate empirically the effectiveness of the proposed method through extensive experiments. In particular, we highlight that the improvements are especially significant for more challenging datasets and networks. With negligible loss of accuracy, an iterative-pruning version gives a 10$\times$ reduction in model size and a 8$\times$ reduction in FLOPs on wide ResNet32.

📄 PDF Abstract BibTeX arXiv:1905.05934

Code (1)

alecwangcq/EigenDamage-Pytorch 공식 구현 pytorch

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Eigenvalue-corrected Natural Gradient Based on a New Approximation

2020-11-27 · Kai-Xin Gao, Xiao-Lei Liu, Zheng-Hai Huang, Min Wang 외

Using second-order optimization methods for training deep neural networks (DNNs) has attracted many researchers. A recently proposed method, Eigenvalue-corrected Kronecker Factorization (EKFAC) (George et al., 2018), pro…

Fast Approximate Natural Gradient Descent in a Kronecker-factored Eigenbasis

2018-06-11 · Thomas George, César Laurent, Xavier Bouthillier, Nicolas Ballas 외

Optimization algorithms that leverage gradient covariance information, such as variants of natural gradient descent (Amari, 1998), offer the prospect of yielding more effective descent directions. For models with many pa…

Fast Approximate Natural Gradient Descent in a Kronecker Factored Eigenbasis

2018-12-01 · NeurIPS 2018 12 · Thomas George, César Laurent, Xavier Bouthillier, Nicolas Ballas 외

Optimization algorithms that leverage gradient covariance information, such as variants of natural gradient descent (Amari, 1998), offer the prospect of yielding more effective descent directions. For models with many pa…

Representing Model Uncertainty of Neural Networks in Sparse Information Form

2019-09-25 · JongSeok Lee, Rudolph Triebel

This paper addresses the problem of representing a system's belief using multi-variate normal distributions (MND) where the underlying model is based on a deep neural network (DNN). The major challenge with DNNs is the c…

Form

Network Automatic Pruning: Start NAP and Take a Nap

2021-01-17 · Wenyuan Zeng, Yuwen Xiong, Raquel Urtasun

Network pruning can significantly reduce the computation and memory footprint of large neural networks. To achieve a good trade-off between model size and performance, popular pruning techniques usually rely on hand-craf…

Network Pruning