paper-with-me

홈 › Papers

HALO: Learning to Prune Neural Networks with Shrinkage

2020-08-24 · Skyler Seto, Martin T. Wells, Wenyu Zhang

Deep neural networks achieve state-of-the-art performance in a variety of tasks by extracting a rich set of features from unstructured data, however this performance is closely tied to model size. Modern techniques for inducing sparsity and reducing model size are (1) network pruning, (2) training with a sparsity inducing penalty, and (3) training a binary mask jointly with the weights of the network. We study different sparsity inducing penalties from the perspective of Bayesian hierarchical models and present a novel penalty called Hierarchical Adaptive Lasso (HALO) which learns to adaptively sparsify weights of a given network via trainable parameters. When used to train over-parametrized networks, our penalty yields small subnetworks with high accuracy without fine-tuning. Empirically, on image recognition tasks, we find that HALO is able to learn highly sparse network (only 5% of the parameters) with significant gains in performance over state-of-the-art magnitude pruning methods at the same level of sparsity. Code is available at https://github.com/skyler120/sparsity-halo.

📄 PDF Abstract BibTeX arXiv:2008.10183

Code (1)

skyler120/sparsity-halo 공식 구현 pytorch

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Forecasting in Big Data Environments: an Adaptable and Automated Shrinkage Estimation of Neural Networks (AAShNet)

2019-04-25 · Ali Habibnia, Esfandiar Maasoumi

This paper considers improved forecasting in possibly nonlinear dynamic settings, with high-dimension predictors ("big data" environments). To overcome the curse of dimensionality and manage data and model complexity, we…

Logic Shrinkage: Learned FPGA Netlist Sparsity for Efficient Neural Network Inference

2021-12-04 · Erwei Wang, James J. Davis, Georgios-Ilias Stavrou, Peter Y. K. Cheung 외

FPGA-specific DNN architectures using the native LUTs as independently trainable inference operators have been shown to achieve favorable area-accuracy and energy-accuracy tradeoffs. The first work in this area, LUTNet, …

Efficient Neural NetworkGPU

Basis Pursuit Denoising via Recurrent Neural Network Applied to Super-resolving SAR Tomography

2023-05-23 · Kun Qian, Yuanyuan Wang, Peter Jung, Yilei Shi 외

Finding sparse solutions of underdetermined linear systems commonly requires the solving of L1 regularized least squares minimization problem, which is also known as the basis pursuit denoising (BPDN). They are computati…

Computational EfficiencyDenoisingDescriptiveRolling Shutter Correction+1

Introducing Block-Toeplitz Covariance Matrices to Remaster Linear Discriminant Analysis for Event-related Potential Brain-computer Interfaces

2022-02-04 · Jan Sosulski, Michael Tangermann

Covariance matrices of noisy multichannel electroencephalogram time series data are hard to estimate due to high dimensionality. In brain-computer interfaces (BCI) based on event-related potentials and a linear discrimin…

Binary ClassificationClassificationTime SeriesTime Series Analysis

Spike-and-slab shrinkage priors for structurally sparse Bayesian neural networks

2023-08-17 · Sanket Jantre, Shrijita Bhattacharya, Tapabrata Maiti

Network complexity and computational efficiency have become increasingly significant aspects of deep learning. Sparse deep learning addresses these challenges by recovering a sparse representation of the underlying targe…

Computational EfficiencyModel CompressionVariational Inference