paper-with-me

Papers

Masking Adversarial Damage: Finding Adversarial Saliency for Robust and Sparse Network

2022-04-06 · CVPR 2022 1 · Byung-Kwan Lee, Junho Kim, Yong Man Ro

Adversarial examples provoke weak reliability and potential security issues in deep neural networks. Although adversarial training has been widely studied to improve adversarial robustness, it works in an over-parameterized regime and requires high computations and large memory budgets. To bridge adversarial robustness and model compression, we propose a novel adversarial pruning method, Masking Adversarial Damage (MAD) that employs second-order information of adversarial loss. By using it, we can accurately estimate adversarial saliency for model parameters and determine which parameters can be pruned without weakening adversarial robustness. Furthermore, we reveal that model parameters of initial layer are highly sensitive to the adversarial examples and show that compressed feature representation retains semantic information for the target objects. Through extensive experiments on three public datasets, we demonstrate that MAD effectively prunes adversarially trained networks without loosing adversarial robustness and shows better performance than previous adversarial pruning methods.

📄 PDF Abstract BibTeX arXiv:2204.02738

Code (1)

ByungKwanLee/Masking-Adversarial-Damage 공식 구현 pytorch

Tasks

Adversarial RobustnessModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

AIM: Adversarial Information Masking for Faithfulness Evaluation of Saliency Maps

2026-05-16 · Chia-Ying Hsieh, Hsin-Yuan Fang, Chun-Shu Wei arxiv

Post-hoc saliency methods are widely used to interpret deep neural networks, but their faithfulness is difficult to evaluate reliably. Existing evaluations mask features according to saliency-induced feature ordering and…

Exploring the Interplay of Interpretability and Robustness in Deep Neural Networks: A Saliency-guided Approach

2024-05-10 · Amira Guesmi, Nishant Suresh Aswani, Muhammad Shafique

Adversarial attacks pose a significant challenge to deploying deep learning models in safety-critical applications. Maintaining model robustness while ensuring interpretability is vital for fostering trust and comprehens…

Decision Making

Advancing diagnostic performance and clinical usability of neural networks via adversarial training and dual batch normalization

2020-11-25 · Tianyu Han, Sven Nebelung, Federico Pedersoli, Markus Zimmermann 외

Unmasking the decision-making process of machine learning models is essential for implementing diagnostic support systems in clinical practice. Here, we demonstrate that adversarially trained models can significantly enh…

Decision MakingDiagnostic

DAmageNet: A Universal Adversarial Dataset

2019-12-16 · Sizhe Chen, Xiaolin Huang, Zhengbao He, Chengjin Sun

It is now well known that deep neural networks (DNNs) are vulnerable to adversarial attack. Adversarial samples are similar to the clean ones, but are able to cheat the attacked DNN to produce incorrect predictions in hi…

Adversarial Attack

Analysis of Deep Networks for Monocular Depth Estimation Through Adversarial Attacks with Proposal of a Defense Method

2019-11-20 · Junjie Hu, Takayuki Okatani

In this paper, we consider adversarial attacks against a system of monocular depth estimation (MDE) based on convolutional neural networks (CNNs). The motivation is two-fold. One is to study the security of MDE systems, …

Depth EstimationMonocular Depth Estimation