paper-with-me

Papers

Stochastic Model Pruning via Weight Dropping Away and Back

2018-12-05 · Haipeng Jia, Xueshuang Xiang, Da Fan, Meiyu Huang, Changhao Sun, Yang He

Deep neural networks have dramatically achieved great success on a variety of challenging tasks. However, most successful DNNs have an extremely complex structure, leading to extensive research on model compression.As a significant area of progress in model compression, traditional gradual pruning approaches involve an iterative prune-retrain procedure and may suffer from two critical issues: local importance judgment, where the pruned weights are merely unimportant in the current model; and an irretrievable pruning process, where the pruned weights have no chance to come back. Addressing these two issues, this paper proposes the Drop Pruning approach, which leverages stochastic optimization in the pruning process by introducing a drop strategy at each pruning step, namely, drop away, which stochastically deletes some unimportant weights, and drop back, which stochastically recovers some pruned weights. The suitable choice of drop probabilities decreases the model size during the pruning process and helps it flow to the target sparsity. Compared to the Bayesian approaches that stochastically train a compact model for pruning, we directly aim at stochastic gradual pruning. We provide a detailed analysis showing that the drop away and drop back approaches have individual contributions. Moreover, Drop Pruning can achieve competitive compression performance and accuracy on many benchmark tasks compared with state-of-the-art weights pruning and Bayesian training approaches.

📄 PDF Abstract BibTeX arXiv:1812.02035

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionStochastic Optimization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning Sparse Networks Using Targeted Dropout

2019-05-31 · Aidan N. Gomez, Ivan Zhang, Siddhartha Rao Kamalakara, Divyam Madaan 외

Neural networks are easier to optimise when they have many more weights than are required for modelling the mapping from inputs to outputs. This suggests a two-stage learning procedure that first learns a large net and t…

Network PruningNeural Network Compression

Learning sparse DNNs with soft thresholding of weights during training

2021-09-29 · Antoine Vanderschueren, Christophe De Vleeschouwer

This paper proposes a new and simple way of training sparse neural networks. Our method is based on a differentiation of the forward and backward paths: the weights in the forward path are a thresholded version of the we…

Fast and Effective Weight Update for Pruned Large Language Models

2024-01-01 · Vladimír Boža

Pruning large language models (LLMs) is a challenging task due to their enormous size. The primary difficulty is fine-tuning the model after pruning, which is needed to recover the lost performance caused by dropping wei…

Training Noise Token Pruning

2024-11-27 · Mingxing Rao, Bohan Jiang, Daniel Moyer

In the present work we present Training Noise Token (TNT) Pruning for vision transformers. Our method relaxes the discrete token dropping condition to continuous additive noise, providing smooth optimization in training,…

Pre-Pruning and Gradient-Dropping Improve Differentially Private Image Classification

2023-06-19 · Kamil Adamczewski, Yingchen He, Mijung Park

Scalability is a significant challenge when it comes to applying differential privacy to training deep neural networks. The commonly used DP-SGD algorithm struggles to maintain a high level of privacy protection while ac…

image-classificationImage Classification