paper-with-me

Papers

Information Consistent Pruning: How to Efficiently Search for Sparse Networks?

2025-01-26 · Soheil Gharatappeh, Salimeh Yasaei Sekeh

Iterative magnitude pruning methods (IMPs), proven to be successful in reducing the number of insignificant nodes in over-parameterized deep neural networks (DNNs), have been getting an enormous amount of attention with the rapid deployment of DNNs into cutting-edge technologies with computation and memory constraints. Despite IMPs popularity in pruning networks, a fundamental limitation of existing IMP algorithms is the significant training time required for each pruning iteration. Our paper introduces a novel \textit{stopping criterion} for IMPs that monitors information and gradient flows between networks layers and minimizes the training time. Information Consistent Pruning (\ourmethod{}) eliminates the need to retrain the network to its original performance during intermediate steps while maintaining overall performance at the end of the pruning process. Through our experiments, we demonstrate that our algorithm is more efficient than current IMPs across multiple dataset-DNN combinations. We also provide theoretical insights into the core idea of our algorithm alongside mathematical explanations of flow-based IMP. Our code is available at \url{https://github.com/Sekeh-Lab/InfCoP}.

📄 PDF Abstract BibTeX arXiv:2501.15592

Code (1)

sekeh-lab/infcop 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

SequentialAttention++ for Block Sparsification: Differentiable Pruning Meets Combinatorial Optimization

2024-02-27 · Taisuke Yasuda, Kyriakos Axiotis, Gang Fu, Mohammadhossein Bateni 외

Neural network pruning is a key technique towards engineering large yet scalable, interpretable, and generalizable models. Prior work on the subject has developed largely along two orthogonal directions: (1) differentiab…

Combinatorial OptimizationNetwork Pruning

SparseSwaps: Tractable LLM Pruning Mask Refinement at Scale

2025-12-11 · Max Zimmer, Christophe Roux, Moritz Wagner, Deborah Hendrych 외 arxiv

The resource requirements of neural networks can be significantly reduced through pruning - the removal of seemingly less important parameters. However, for LLMs, full retraining to recover pruning-induced performance de…

OSSuM: A Gradient-Free Approach For Pruning Neural Networks At Initialization

2021-09-29 · Vinu Sankar Sadasivan, Jayesh Malaviya, Anirban Dasgupta

Pruning overparameterized neural networks to obtain memory-and-compute-efficient sparse networks is an active area of research. Recent works attempt to prune neural networks at initialization to design sparse networks th…

Double Viterbi: Weight Encoding for High Compression Ratio and Fast On-Chip Reconstruction for Deep Neural Network

2019-05-01 · ICLR 2019 5 · Daehyun Ahn, Dongsoo Lee, Taesu Kim, Jae-Joon Kim

Weight pruning has been introduced as an efficient model compression technique. Even though pruning removes significant amount of weights in a network, memory requirement reduction was limited since conventional sparse m…

Model CompressionQuantization

Brain-Inspired Efficient Pruning: Exploiting Criticality in Spiking Neural Networks

2023-11-05 · Shuo Chen, Boxiao Liu, Zeshi Liu, Haihang You

Spiking Neural Networks (SNNs) have gained significant attention due to the energy-efficient and multiplication-free characteristics. Despite these advantages, deploying large-scale SNNs on edge hardware is challenging d…

Network Pruning