paper-with-me

홈 › Papers

Dissecting Pruned Neural Networks

2019-06-29 · Jonathan Frankle, David Bau

Pruning is a standard technique for removing unnecessary structure from a neural network to reduce its storage footprint, computational demands, or energy consumption. Pruning can reduce the parameter-counts of many state-of-the-art neural networks by an order of magnitude without compromising accuracy, meaning these networks contain a vast amount of unnecessary structure. In this paper, we study the relationship between pruning and interpretability. Namely, we consider the effect of removing unnecessary structure on the number of hidden units that learn disentangled representations of human-recognizable concepts as identified by network dissection. We aim to evaluate how the interpretability of pruned neural networks changes as they are compressed. We find that pruning has no detrimental effect on this measure of interpretability until so few parameters remain that accuracy beings to drop. Resnet-50 models trained on ImageNet maintain the same number of interpretable concepts and units until more than 90% of parameters have been pruned.

📄 PDF Abstract BibTeX arXiv:1907.00262

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Dissecting Lottery Ticket Transformers: Structural and Behavioral Study of Sparse Neural Machine Translation

2020-09-17 · EMNLP (BlackboxNLP) 2020 11 · Rajiv Movva, Jason Y. Zhao

Recent work on the lottery ticket hypothesis has produced highly sparse Transformers for NMT while maintaining BLEU. However, it is unclear how such pruning techniques affect a model's learned representations. By probing…

Machine TranslationNMTTranslation

Dissecting the Practical Lexical Function Model for Compositional Distributional Semantics

2015-06-01 · SEMEVAL 2015 6 · Abhijeet Gupta, Jason Utt, Sebastian Pad{\'o}
Machine TranslationSentiment Analysis

Why Lottery Ticket Wins? A Theoretical Perspective of Sample Complexity on Pruned Neural Networks

2021-10-12 · Shuai Zhang, Meng Wang, Sijia Liu, Pin-Yu Chen 외

The \textit{lottery ticket hypothesis} (LTH) states that learning on a properly pruned network (the \textit{winning ticket}) improves test accuracy over the original unpruned network. Although LTH has been justified empi…

Impact of Data Pruning on Machine Learning Algorithm Performance

2019-01-11 · Arun Thundyill Saseendran, Lovish Setia, Viren Chhabria, Debrup Chakraborty 외

Dataset pruning is the process of removing sub-optimal tuples from a dataset to improve the learning of a machine learning model. In this paper, we compared the performance of different algorithms, first on an unpruned d…

BIG-bench Machine Learning

Pruning On-the-Fly: A Recoverable Pruning Method without Fine-tuning

2022-12-24 · Dan Liu, Xue Liu

Most existing pruning works are resource-intensive, requiring retraining or fine-tuning of the pruned models for accuracy. We propose a retraining-free pruning method based on hyperspherical learning and loss penalty ter…