paper-with-me

Papers

Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness

2020-04-10 · Haidong Xie, Lixin Qian, Xueshuang Xiang, Naijin Liu

With the growth of interest in the attack and defense of deep neural networks, researchers are focusing more on the robustness of applying them to devices with limited memory. Thus, unlike adversarial training, which only considers the balance between accuracy and robustness, we come to a more meaningful and critical issue, i.e., the balance among accuracy, efficiency and robustness (AER). Recently, some related works focused on this issue, but with different observations, and the relations among AER remain unclear. This paper first investigates the robustness of pruned models with different compression ratios under the gradual pruning process and concludes that the robustness of the pruned model drastically varies with different pruning processes, especially in response to attacks with large strength. Second, we test the performance of mixing the clean data and adversarial examples (generated with a prescribed uniform budget) into the gradual pruning process, called adversarial pruning, and find the following: the pruned model's robustness exhibits high sensitivity to the budget. Furthermore, to better balance the AER, we propose an approach called blind adversarial pruning (BAP), which introduces the idea of blind adversarial training into the gradual pruning process. The main idea is to use a cutoff-scale strategy to adaptively estimate a nonuniform budget to modify the AEs used during pruning, thus ensuring that the strengths of AEs are dynamically located within a reasonable range at each pruning step and ultimately improving the overall AER of the pruned model. The experimental results obtained using BAP for pruning classification models based on several benchmarks demonstrate the competitive performance of this method: the robustness of the model pruned by BAP is more stable among varying pruning processes, and BAP exhibits better overall AER than adversarial pruning.

📄 PDF Abstract BibTeX arXiv:2004.05913

Code (1)

Lixin-Qian/BAP tf

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Spectral Heat Flow for Conservative Token Condensation in Vision-Language Models

2026-07-12 · Zhaoyang Li, Yanjun Li, Wangkai Li, Yujia Chen 외 arxiv

Vision-Language Models (VLMs) are costly at inference time because they must process long sequences of visual tokens. Existing token pruning methods often degrade under high compression by blindly discarding information,…

Efficient Adversarial Training With Data Pruning

2022-07-01 · Maximilian Kaufmann, Yiren Zhao, Ilia Shumailov, Robert Mullins 외

Neural networks are susceptible to adversarial examples-small input perturbations that cause models to fail. Adversarial training is one of the solutions that stops adversarial examples; models are exposed to attacks dur…

Blind Adversarial Training: Balance Accuracy and Robustness

2020-04-10 · Haidong Xie, Xueshuang Xiang, Naijin Liu, Bin Dong

Adversarial training (AT) aims to improve the robustness of deep learning models by mixing clean data and adversarial examples (AEs). Most existing AT approaches can be grouped into restricted and unrestricted approaches…

Pruning Adversarially Robust Neural Networks without Adversarial Examples

2022-10-09 · Tong Jian, Zifeng Wang, Yanzhi Wang, Jennifer Dy 외

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attac…

Adversarial Robustness

ATP: Adaptive Threshold Pruning for Efficient Data Encoding in Quantum Neural Networks

2025-03-26 · CVPR 2025 1 · Mohamed Afane, Gabrielle Ebbrecht, Ying Wang, Juntao Chen 외

Quantum Neural Networks (QNNs) offer promising capabilities for complex data tasks, but are often constrained by limited qubit resources and high entanglement, which can hinder scalability and efficiency. In this paper, …

Adversarial RobustnessComputational Efficiency