paper-with-me

홈 › Papers

Network Pruning That Matters: A Case Study on Retraining Variants

2021-05-07 · ICLR 2021 1 · Duong H. Le, Binh-Son Hua

Network pruning is an effective method to reduce the computational expense of over-parameterized neural networks for deployment on low-resource systems. Recent state-of-the-art techniques for retraining pruned networks such as weight rewinding and learning rate rewinding have been shown to outperform the traditional fine-tuning technique in recovering the lost accuracy (Renda et al., 2020), but so far it is unclear what accounts for such performance. In this work, we conduct extensive experiments to verify and analyze the uncanny effectiveness of learning rate rewinding. We find that the reason behind the success of learning rate rewinding is the usage of a large learning rate. Similar phenomenon can be observed in other learning rate schedules that involve large learning rates, e.g., the 1-cycle learning rate schedule (Smith et al., 2019). By leveraging the right learning rate schedule in retraining, we demonstrate a counter-intuitive phenomenon in that randomly pruned networks could even achieve better performance than methodically pruned networks (fine-tuned with the conventional approach). Our results emphasize the cruciality of the learning rate schedule in pruned network retraining - a detail often overlooked by practitioners during the implementation of network pruning. One-sentence Summary: We study the effective of different retraining mechanisms while doing pruning

📄 PDF Abstract BibTeX arXiv:2105.03193

Code (1)

lehduong/NPTM 공식 구현 pytorch

Tasks

Network PruningSentence

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

FeTa: A DCA Pruning Algorithm with Generalization Error Guarantees

2018-03-12 · Konstantinos Pitas, Mike Davies, Pierre Vandergheynst

Recent DNN pruning algorithms have succeeded in reducing the number of parameters in fully connected layers, often with little or no drop in classification accuracy. However, most of the existing pruning schemes either h…

General Classification

Studying the impact of magnitude pruning on contrastive learning methods

2022-07-01 · Francesco Corti, Rahim Entezari, Sara Hooker, Davide Bacciu 외

We study the impact of different pruning techniques on the representation learned by deep neural networks trained with contrastive loss functions. Our work finds that at high sparsity levels, contrastive learning results…

Contrastive LearningNetwork Pruning

An empirical study of a pruning mechanism

2021-01-01 · Minju Jung, Hyounguk Shon, Eojindl Yi, SungHyun Baek 외

Many methods aim to prune neural network to the maximum extent. However, there are few studies that investigate the pruning mechanism. In this work, we empirically investigate a standard framework for network pruning: pr…

Network Pruning

PERP: Rethinking the Prune-Retrain Paradigm in the Era of LLMs

2023-12-23 · Max Zimmer, Megi Andoni, Christoph Spiegel, Sebastian Pokutta

Neural Networks can be efficiently compressed through pruning, significantly reducing storage and computational demands while maintaining predictive performance. Simple yet effective methods like Iterative Magnitude Prun…

GPU

STADE: Standard Deviation as a Pruning Metric

2025-03-28 · Diego Coello de Portugal Mecke, Haya Alyoussef, Ilia Koloiarov, Maximilian Stubbemann 외

Recently, Large Language Models (LLMs) have become very widespread and are used to solve a wide variety of tasks. To successfully handle these tasks, LLMs require longer training times and larger model sizes. This makes …