paper-with-me

홈 › Papers

Pruning in the Face of Adversaries

2021-08-19 · Florian Merkle, Maximilian Samsinger, Pascal Schöttle

The vulnerability of deep neural networks against adversarial examples - inputs with small imperceptible perturbations - has gained a lot of attention in the research community recently. Simultaneously, the number of parameters of state-of-the-art deep learning models has been growing massively, with implications on the memory and computational resources required to train and deploy such models. One approach to control the size of neural networks is retrospectively reducing the number of parameters, so-called neural network pruning. Available research on the impact of neural network pruning on the adversarial robustness is fragmentary and often does not adhere to established principles of robustness evaluation. We close this gap by evaluating the robustness of pruned models against L-0, L-2 and L-infinity attacks for a wide range of attack strengths, several architectures, data sets, pruning methods, and compression rates. Our results confirm that neural network pruning and adversarial robustness are not mutually exclusive. Instead, sweet spots can be found that are favorable in terms of model size and adversarial robustness. Furthermore, we extend our analysis to situations that incorporate additional assumptions on the adversarial scenario and show that depending on the situation, different strategies are optimal.

📄 PDF Abstract BibTeX arXiv:2108.08560

Code (1)

FlorianMerkle/network-pruning-and-robustness tf

Tasks

Adversarial RobustnessNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Pruning Cannot Hurt Robustness: Certified Trade-offs in Reinforcement Learning

2025-10-14 · James Pedley, Benjamin Etheridge, Stephen J. Roberts, Francesco Quinzan arxiv

Reinforcement learning (RL) policies deployed in real-world environments must remain reliable under adversarial perturbations. At the same time, modern deep RL agents are heavily over-parameterized, raising costs and fra…

Reinforcement Learning

Data Lineage Inference: Uncovering Privacy Vulnerabilities of Dataset Pruning

2024-11-24 · Qi Li, Cheng-Long Wang, Yinzhi Cao, Di Wang

In this work, we systematically explore the data privacy issues of dataset pruning in machine learning systems. Our findings reveal, for the first time, that even if data in the redundant set is solely used before model …

Less is More: Data Pruning for Faster Adversarial Training

2023-02-23 · Yize Li, Pu Zhao, Xue Lin, Bhavya Kailkhura 외

Deep neural networks (DNNs) are sensitive to adversarial examples, resulting in fragile and unreliable performance in the real world. Although adversarial training (AT) is currently one of the most effective methodologie…

Filter-Pruning of Lightweight Face Detectors Using a Geometric Median Criterion

2023-11-28 · Konstantinos Gkrispanis, Nikolaos Gkalelis, Vasileios Mezaris

Face detectors are becoming a crucial component of many applications, including surveillance, that often have to run on edge devices with limited processing power and memory. Therefore, there's a pressing demand for comp…

Face DetectionNetwork Pruning

B-FPGM: Lightweight Face Detection via Bayesian-Optimized Soft FPGM Pruning

2025-01-28 · Nikolaos Kaparinos, Vasileios Mezaris

Face detection is a computer vision application that increasingly demands lightweight models to facilitate deployment on devices with limited computational resources. Neural network pruning is a promising technique that …

Bayesian OptimizationFace DetectionNetwork Pruning