paper-with-me

Papers

Provable Filter Pruning for Efficient Neural Networks

2019-11-18 · ICLR 2020 1 · Lucas Liebenwein, Cenk Baykal, Harry Lang, Dan Feldman, Daniela Rus

We present a provable, sampling-based approach for generating compact Convolutional Neural Networks (CNNs) by identifying and removing redundant filters from an over-parameterized network. Our algorithm uses a small batch of input data points to assign a saliency score to each filter and constructs an importance sampling distribution where filters that highly affect the output are sampled with correspondingly high probability. In contrast to existing filter pruning approaches, our method is simultaneously data-informed, exhibits provable guarantees on the size and performance of the pruned network, and is widely applicable to varying network architectures and data sets. Our analytical bounds bridge the notions of compressibility and importance of network structures, which gives rise to a fully-automated procedure for identifying and preserving filters in layers that are essential to the network's performance. Our experimental evaluations on popular architectures and data sets show that our algorithm consistently generates sparser and more efficient models than those constructed by existing filter pruning approaches.

📄 PDF Abstract BibTeX arXiv:1911.07412

Code (2)

lucaslie/provable_pruning 공식 구현 pytorch
lucaslie/torchprune pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Catalyst: a Novel Regularizer for Structured Pruning with Auxiliary Extension of Parameter Space

2025-07-10 · Jaeheun Jung, Donghun Lee arxiv

Structured pruning aims to reduce the size and computational cost of deep neural networks by removing entire filters or channels. The traditional regularizers such as L1 or Group Lasso and its variants lead to magnitude-…

i-SpaSP: Structured Neural Pruning via Sparse Signal Recovery

2021-12-07 · Cameron R. Wolfe, Anastasios Kyrillidis

We propose a novel, structured pruning algorithm for neural networks -- the iterative, Sparse Structured Pruning algorithm, dubbed as i-SpaSP. Inspired by ideas from sparse signal recovery, i-SpaSP operates by iterativel…

Data-Independent Structured Pruning of Neural Networks via Coresets

2020-08-19 · Ben Mussay, Daniel Feldman, Samson Zhou, Vladimir Braverman 외

Model compression is crucial for deployment of neural networks on devices with limited computational and memory resources. Many different methods show comparable accuracy of the compressed model and similar compression r…

Model Compression

Effective Model Pruning: Measure The Redundancy of Model Components

2025-09-30 · Yixuan Wang, Dan P. Guralnik, Saiedeh Akbari, Warren E. Dixon arxiv

This article initiates the study of a basic question about model pruning. Given a vector $s$ of importance scores assigned to model components, how many of the scored components could be discarded without sacrificing per…

Globally Soft Filter Pruning For Efficient Convolutional Neural Networks

2019-05-01 · ICLR 2019 5 · Ke Xu, Xiao-Yun Wang, Qun Jia, Jianjing An 외

This paper propose a cumulative saliency based Globally Soft Filter Pruning (GSFP) scheme to prune redundant filters of Convolutional Neural Networks (CNNs).Specifically, the GSFP adopts a robust pruning method, which me…