paper-with-me

홈 › Papers

What Do Compressed Deep Neural Networks Forget?

2019-11-13 · Sara Hooker, Aaron Courville, Gregory Clark, Yann Dauphin, Andrea Frome

Deep neural network pruning and quantization techniques have demonstrated it is possible to achieve high levels of compression with surprisingly little degradation to test set accuracy. However, this measure of performance conceals significant differences in how different classes and images are impacted by model compression techniques. We find that models with radically different numbers of weights have comparable top-line performance metrics but diverge considerably in behavior on a narrow subset of the dataset. This small subset of data points, which we term Pruning Identified Exemplars (PIEs) are systematically more impacted by the introduction of sparsity. Compression disproportionately impacts model performance on the underrepresented long-tail of the data distribution. PIEs over-index on atypical or noisy images that are far more challenging for both humans and algorithms to classify. Our work provides intuition into the role of capacity in deep neural networks and the trade-offs incurred by compression. An understanding of this disparate impact is critical given the widespread deployment of compressed models in the wild.

📄 PDF Abstract BibTeX arXiv:1911.05248

Code (2)

google-research/google-research/tree/master/pruning_identified_exemplars 공식 구현 tf
SauravMaheshkar/Compressed-DNNs-Forget tf

Tasks

FairnessInterpretability Techniques for Deep LearningModel CompressionNetwork PruningOutlier DetectionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

What Information Does a ResNet Compress?

2020-03-13 · ICLR 2019 5 · Luke Nicholas Darlow, Amos Storkey

The information bottleneck principle (Shwartz-Ziv & Tishby, 2017) suggests that SGD-based training of deep neural networks results in optimally compressed hidden layers, from an information theoretic perspective. However…

What Do Compressed Multilingual Machine Translation Models Forget?

2022-05-22 · Alireza Mohammadshahi, Vassilina Nikoulina, Alexandre Berard, Caroline Brun 외

Recently, very large pre-trained models achieve state-of-the-art results in various natural language processing (NLP) tasks, but their size makes it more challenging to apply them in resource-constrained environments. Co…

Machine TranslationMemorizationTranslation

REMIND Your Neural Network to Prevent Catastrophic Forgetting

2019-10-06 · ECCV 2020 8 · Tyler L. Hayes, Kushal Kafle, Robik Shrestha, Manoj Acharya 외

People learn throughout life. However, incrementally updating conventional neural networks leads to catastrophic forgetting. A common remedy is replay, which is inspired by how the brain consolidates memory. Replay invol…

QuantizationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Domain adapted machine translation: What does catastrophic forgetting forget and why?

2024-12-23 · Danielle Saunders, Steve DeNeefe

Neural Machine Translation (NMT) models can be specialized by domain adaptation, often involving fine-tuning on a dataset of interest. This process risks catastrophic forgetting: rapid loss of generic translation quality…

Domain AdaptationMachine TranslationNMTTranslation

When You Must Forget: beyond strong persistence when forgetting in answer set programming

2017-07-17 · Ricardo Gonçalves, Matthias Knorr, João Leite, Stefan Woltran

Among the myriad of desirable properties discussed in the context of forgetting in Answer Set Programming (ASP), strong persistence naturally captures its essence. Recently, it has been shown that it is not always possib…

Open-Ended Question Answering