LGCRJun 15, 2022

Hardening DNNs against Transfer Attacks during Network Compression using Greedy Adversarial Pruning

arXiv:2206.07406v1h-index: 33
Originality Incremental advance
AI Analysis

This addresses the vulnerability of compressed DNNs to adversarial attacks, which is crucial for deploying efficient and secure AI systems in real-world applications, representing an incremental improvement in adversarial defense methods.

The paper tackled the problem of adversarial robustness in compressed deep neural networks (DNNs) by investigating irregular pruning and quantization, and introduced Greedy Adversarial Pruning (GAP), which removes the most important parameters based on adversarial gradients, resulting in models resistant to transfer attacks from uncompressed counterparts.

The prevalence and success of Deep Neural Network (DNN) applications in recent years have motivated research on DNN compression, such as pruning and quantization. These techniques accelerate model inference, reduce power consumption, and reduce the size and complexity of the hardware necessary to run DNNs, all with little to no loss in accuracy. However, since DNNs are vulnerable to adversarial inputs, it is important to consider the relationship between compression and adversarial robustness. In this work, we investigate the adversarial robustness of models produced by several irregular pruning schemes and by 8-bit quantization. Additionally, while conventional pruning removes the least important parameters in a DNN, we investigate the effect of an unconventional pruning method: removing the most important model parameters based on the gradient on adversarial inputs. We call this method Greedy Adversarial Pruning (GAP) and we find that this pruning method results in models that are resistant to transfer attacks from their uncompressed counterparts.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes