paper-with-me

Papers

Adversarial Neural Pruning with Latent Vulnerability Suppression

2019-08-12 · ICML 2020 1 · Divyam Madaan, Jinwoo Shin, Sung Ju Hwang

Despite the remarkable performance of deep neural networks on various computer vision tasks, they are known to be susceptible to adversarial perturbations, which makes it challenging to deploy them in real-world safety-critical applications. In this paper, we conjecture that the leading cause of adversarial vulnerability is the distortion in the latent feature space, and provide methods to suppress them effectively. Explicitly, we define \emph{vulnerability} for each latent feature and then propose a new loss for adversarial learning, \emph{Vulnerability Suppression (VS)} loss, that aims to minimize the feature-level vulnerability during training. We further propose a Bayesian framework to prune features with high vulnerability to reduce both vulnerability and loss on adversarial samples. We validate our \emph{Adversarial Neural Pruning with Vulnerability Suppression (ANP-VS)} method on multiple benchmark datasets, on which it not only obtains state-of-the-art adversarial robustness but also improves the performance on clean examples, using only a fraction of the parameters used by the full network. Further qualitative analysis suggests that the improvements come from the suppression of feature-level vulnerability.

📄 PDF Abstract BibTeX arXiv:1908.04355

Code (1)

divyam3897/ANP_VS 공식 구현 tf

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Budget-Aware Adaptive Adversarial Patches for Black-Box Object Detection

2026-06-16 · Pedram MohajerAnsari, Amir Salarpour, David Fernandez, Mert D. Pesé arxiv

Adversarial patches pose a practical threat to modern object detectors. Prior work shows vulnerability, but three gaps limit actionable insight: (i) few \emph{score-based black-box} attacks \emph{jointly} optimize patch …

Object Detection

Harnessing the Vulnerability of Latent Layers in Adversarially Trained Models

2019-05-13 · Mayank Singh, Abhishek Sinha, Nupur Kumari, Harshitha Machiraju 외

Neural networks are vulnerable to adversarial attacks -- small visually imperceptible crafted noise which when added to the input drastically changes the output. The most effective method of defending against these adver…

Adversarial Attack

Large-Scale Dataset Pruning in Adversarial Training through Data Importance Extrapolation

2024-06-19 · Björn Nieth, Thomas Altstidl, Leo Schwinn, Björn Eskofier

Their vulnerability to small, imperceptible attacks limits the adoption of deep learning models to real-world systems. Adversarial training has proven to be one of the most promising strategies against these attacks, at …

Active LearningDeep Learning

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 par…

Adversarial RobustnessNetwork Pruning

Mechanistic Interpretability of LLM Jailbreaks via Internal Attribution Graphs

2026-07-08 · Anupam Wagle, Ifrat Ikhtear Uddin, Chaowei Zhang, Longwei Wang arxiv

Large language models (LLMs) exhibit remarkable capabilities but remain highly vulnerable to adversarial prompts and jailbreak attacks. Existing approaches primarily analyze these failures through input-output behaviors …