LGMar 14, 2024

Adversarial Fine-tuning of Compressed Neural Networks for Joint Improvement of Robustness and Efficiency

arXiv:2403.09441v12 citations
Originality Incremental advance
AI Analysis

This addresses the practical problem of deploying robust yet efficient models for real-world applications, though it appears incremental as it combines existing techniques (compression and adversarial training).

The paper tackles the conflict between adversarial robustness and computational efficiency in deep learning models by showing that adversarial fine-tuning of compressed models (via pruning and quantization) can achieve robustness comparable to adversarially trained models while improving efficiency, with experiments on two benchmark datasets demonstrating this trade-off.

As deep learning (DL) models are increasingly being integrated into our everyday lives, ensuring their safety by making them robust against adversarial attacks has become increasingly critical. DL models have been found to be susceptible to adversarial attacks which can be achieved by introducing small, targeted perturbations to disrupt the input data. Adversarial training has been presented as a mitigation strategy which can result in more robust models. This adversarial robustness comes with additional computational costs required to design adversarial attacks during training. The two objectives -- adversarial robustness and computational efficiency -- then appear to be in conflict of each other. In this work, we explore the effects of two different model compression methods -- structured weight pruning and quantization -- on adversarial robustness. We specifically explore the effects of fine-tuning on compressed models, and present the trade-off between standard fine-tuning and adversarial fine-tuning. Our results show that compression does not inherently lead to loss in model robustness and adversarial fine-tuning of a compressed model can yield large improvement to the robustness performance of models. We present experiments on two benchmark datasets showing that adversarial fine-tuning of compressed models can achieve robustness performance comparable to adversarially trained models, while also improving computational efficiency.

Code Implementations2 repos
Foundations

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

Your Notes