paper-with-me

Papers

DropNet: Reducing Neural Network Complexity via Iterative Pruning

2022-07-14 · ICML 2020 1 · John Tan Chong Min, Mehul Motani

Modern deep neural networks require a significant amount of computing time and power to train and deploy, which limits their usage on edge devices. Inspired by the iterative weight pruning in the Lottery Ticket Hypothesis, we propose DropNet, an iterative pruning method which prunes nodes/filters to reduce network complexity. DropNet iteratively removes nodes/filters with the lowest average post-activation value across all training samples. Empirically, we show that DropNet is robust across diverse scenarios, including MLPs and CNNs using the MNIST, CIFAR-10 and Tiny ImageNet datasets. We show that up to 90% of the nodes/filters can be removed without any significant loss of accuracy. The final pruned network performs well even with reinitialization of the weights and biases. DropNet also has similar accuracy to an oracle which greedily removes nodes/filters one at a time to minimise training loss, highlighting its effectiveness.

📄 PDF Abstract BibTeX arXiv:2207.06646

Code (1)

tanchongmin/DropNet 공식 구현 tf

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

WardropNet: Traffic Flow Predictions via Equilibrium-Augmented Learning

2024-10-09 · Kai Jungel, Dario Paccagnan, Axel Parmentier, Maximilian Schiffer

When optimizing transportation systems, anticipating traffic flows is a central element. Yet, computing such traffic equilibria remains computationally expensive. Against this background, we introduce a novel combinatori…

Combinatorial Optimization

Scalable iterative pruning of large language and vision models using block coordinate descent

2024-11-26 · Gili Rosenberg, J. Kyle Brubaker, Martin J. A. Schuetz, Elton Yechao Zhu 외

Pruning neural networks, which involves removing a fraction of their weights, can often maintain high accuracy while significantly reducing model complexity, at least up to a certain limit. We present a neural network pr…

Combinatorial OptimizationNetwork Pruning

Activation Density driven Energy-Efficient Pruning in Training

2020-02-07 · Timothy Foldy-Porto, Yeshwanth Venkatesha, Priyadarshini Panda

Neural network pruning with suitable retraining can yield networks with considerably fewer parameters than the original with comparable degrees of accuracy. Typical pruning methods require large, fully trained networks a…

Network Pruning

Pruning Filters while Training for Efficiently Optimizing Deep Learning Networks

2020-03-05 · Sourjya Roy, Priyadarshini Panda, Gopalakrishnan Srinivasan, Anand Raghunathan

Modern deep networks have millions to billions of parameters, which leads to high memory and energy requirements during training as well as during inference on resource-constrained edge devices. Consequently, pruning tec…

Deep Learning

Paying more attention to snapshots of Iterative Pruning: Improving Model Compression via Ensemble Distillation

2020-06-20 · BMVC 2020 8 · Duong H. Le, Trung-Nhan Vo, Nam Thoai

Network pruning is one of the most dominant methods for reducing the heavy inference cost of deep neural networks. Existing methods often iteratively prune networks to attain high compression ratio without incurring sign…

image-classificationImage ClassificationKnowledge DistillationModel Compression+1