paper-with-me

홈 › Papers

Waste not, Want not: All-Alive Pruning for Extremely Sparse Networks

2021-01-01 · Daejin Kim, Hyunjung Shim, Jongwuk Lee

Network pruning has been widely adopted for reducing computational cost and memory consumption in low-resource devices. Recent studies show that saliency-based pruning can achieve high compression ratios (e.g., 80-90% of the parameters in original networks are removed) without sacrificing much accuracy loss. Nevertheless, finding the well-trainable networks with sparse parameters (e.g., < 10% of the parameters remaining) is still challenging to network pruning, commonly believed to lack model capacity. In this work, we revisit the procedure of existing pruning methods and observe that dead connections, which do not contribute to model capacity, appear regardless of pruning methods. To this end, we propose a novel pruning method, called all-alive pruning (AAP), producing the pruned networks with only trainable weights. Notably, AAP is broadly applicable to various saliency-based pruning methods and model architectures. We demonstrate that AAP equipped with existing pruning methods (i.e., iterative pruning, one-shot pruning, and dynamic pruning) consistently improves the accuracy of original methods at 128× - 4096× compression ratios on three benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Sparse Training via Boosting Pruning Plasticity with Neuroregeneration

2021-06-19 · NeurIPS 2021 12 · Shiwei Liu, Tianlong Chen, Xiaohan Chen, Zahra Atashgahi 외

Works on lottery ticket hypothesis (LTH) and single-shot network pruning (SNIP) have raised a lot of attention currently on post-training pruning (iterative magnitude pruning), and before-training pruning (pruning at ini…

Network PruningSparse Learning

Joint Pruning & Quantization for Extremely Sparse Neural Networks

2020-10-05 · Po-Hsiang Yu, Sih-Sian Wu, Jan P. Klopp, Liang-Gee Chen 외

We investigate pruning and quantization for deep neural networks. Our goal is to achieve extremely high sparsity for quantized networks to enable implementation on low cost and low power accelerator hardware. In a practi…

Depth EstimationQuantizationStereo Depth Estimation

Sparse Probabilistic Circuits via Pruning and Growing

2022-11-22 · Meihua Dang, Anji Liu, Guy Van Den Broeck

Probabilistic circuits (PCs) are a tractable representation of probability distributions allowing for exact and efficient computation of likelihoods and marginals. There has been significant recent progress on improving …

Model Compression

Escoin: Efficient Sparse Convolutional Neural Network Inference on GPUs

2018-02-28 · Xuhao Chen

Deep neural networks have achieved remarkable accuracy in many artificial intelligence applications, e.g. computer vision, at the cost of a large number of parameters and high computational complexity. Weight pruning can…

What Do Visual Tokens Really Encode? Uncovering Sparsity and Redundancy in Multimodal Large Language Models

2026-02-28 · Yingqi Fan, Junlong Tong, Anhao Zhao, Xiaoyu Shen arxiv

Multimodal large language models (MLLMs) project visual tokens into the embedding space of language models, yet the internal structuring and processing of visual semantics remain poorly understood. In this work, we intro…