paper-with-me

Papers

Robust Mode Connectivity-Oriented Adversarial Defense: Enhancing Neural Network Robustness Against Diversified $\ell_p$ Attacks

2023-03-17 · Ren Wang, YuXuan Li, Sijia Liu

Adversarial robustness is a key concept in measuring the ability of neural networks to defend against adversarial attacks during the inference phase. Recent studies have shown that despite the success of improving adversarial robustness against a single type of attack using robust training techniques, models are still vulnerable to diversified $\ell_p$ attacks. To achieve diversified $\ell_p$ robustness, we propose a novel robust mode connectivity (RMC)-oriented adversarial defense that contains two population-based learning phases. The first phase, RMC, is able to search the model parameter space between two pre-trained models and find a path containing points with high robustness against diversified $\ell_p$ attacks. In light of the effectiveness of RMC, we develop a second phase, RMC-based optimization, with RMC serving as the basic unit for further enhancement of neural network diversified $\ell_p$ robustness. To increase computational efficiency, we incorporate learning with a self-robust mode connectivity (SRMC) module that enables the fast proliferation of the population used for endpoints of RMC. Furthermore, we draw parallels between SRMC and the human immune system. Experimental results on various datasets and model architectures demonstrate that the proposed defense methods can achieve high diversified $\ell_p$ robustness against $\ell_\infty$, $\ell_2$, $\ell_1$, and hybrid attacks. Codes are available at \url{https://github.com/wangren09/MCGR}.

📄 PDF Abstract BibTeX arXiv:2303.10225

Code (1)

wangren09/mcgr 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial RobustnessComputational Efficiency

Similar Papers 제목 키워드 기반

Reformulation is All You Need: Addressing Malicious Text Features in DNNs

2025-02-02 · Yi Jiang, Oubo Ma, Yong Yang, Tong Zhang 외

Human language encompasses a wide range of intricate and diverse implicit features, which attackers can exploit to launch adversarial or backdoor attacks, compromising DNN models for NLP tasks. Existing model-oriented de…

All

Feature Distillation: DNN-Oriented JPEG Compression Against Adversarial Examples

2018-03-14 · CVPR 2019 6 · Zihao Liu, Qi Liu, Tao Liu, Nuo Xu 외

Image compression-based approaches for defending against the adversarial-example attacks, which threaten the safety use of deep neural networks (DNN), have been investigated recently. However, prior works mainly rely on …

ClassificationGeneral ClassificationImage CompressionQuantization

Towards Robust Policy: Enhancing Offline Reinforcement Learning with Adversarial Attacks and Defenses

2024-05-18 · Thanh Nguyen, Tung M. Luu, Tri Ton, Chang D. Yoo

Offline reinforcement learning (RL) addresses the challenge of expensive and high-risk data exploration inherent in RL by pre-training policies on vast amounts of offline data, enabling direct deployment or fine-tuning i…

D4RLOffline RLReinforcement Learning (RL)

Hyper Adversarial Tuning for Boosting Adversarial Robustness of Pretrained Large Vision Models

2024-10-08 · Kangtao Lv, Huangsen Cao, Kainan Tu, Yihuai Xu 외

Large vision models have been found vulnerable to adversarial examples, emphasizing the need for enhancing their adversarial robustness. While adversarial training is an effective defense for deep convolutional models, i…

Adversarial RobustnessTransfer Learning

A Comprehensive Evaluation Framework for Deep Model Robustness

2021-01-24 · Jun Guo, Wei Bao, Jiakai Wang, Yuqing Ma 외

Deep neural networks (DNNs) have achieved remarkable performance across a wide range of applications, while they are vulnerable to adversarial examples, which motivates the evaluation and benchmark of model robustness. H…

Adversarial Defensemodel