paper-with-me

홈 › Papers

Improving Adversarial Robustness via Decoupled Visual Representation Masking

2024-06-16 · Decheng Liu, Tao Chen, Chunlei Peng, Nannan Wang, Ruimin Hu, Xinbo Gao

Deep neural networks are proven to be vulnerable to fine-designed adversarial examples, and adversarial defense algorithms draw more and more attention nowadays. Pre-processing based defense is a major strategy, as well as learning robust feature representation has been proven an effective way to boost generalization. However, existing defense works lack considering different depth-level visual features in the training process. In this paper, we first highlight two novel properties of robust features from the feature distribution perspective: 1) \textbf{Diversity}. The robust feature of intra-class samples can maintain appropriate diversity; 2) \textbf{Discriminability}. The robust feature of inter-class samples should ensure adequate separation. We find that state-of-the-art defense methods aim to address both of these mentioned issues well. It motivates us to increase intra-class variance and decrease inter-class discrepancy simultaneously in adversarial training. Specifically, we propose a simple but effective defense based on decoupled visual representation masking. The designed Decoupled Visual Feature Masking (DFM) block can adaptively disentangle visual discriminative features and non-visual features with diverse mask strategies, while the suitable discarding information can disrupt adversarial noise to improve robustness. Our work provides a generic and easy-to-plugin block unit for any former adversarial training algorithm to achieve better protection integrally. Extensive experimental results prove the proposed method can achieve superior performance compared with state-of-the-art defense approaches. The code is publicly available at \href{https://github.com/chenboluo/Adversarial-defense}{https://github.com/chenboluo/Adversarial-defense}.

📄 PDF Abstract BibTeX arXiv:2406.10933

Code (1)

chenboluo/adversarial-defense 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial RobustnessDiversity

Similar 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-parameteri…

Adversarial RobustnessModel Compression

Masking and Mixing Adversarial Training

2023-02-16 · Hiroki Adachi, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi 외

While convolutional neural networks (CNNs) have achieved excellent performances in various computer vision tasks, they often misclassify with malicious samples, a.k.a. adversarial examples. Adversarial training is a popu…

Adversarial Masking: Towards Understanding Robustness Trade-off for Generalization

2021-01-01 · Minhao Cheng, Zhe Gan, Yu Cheng, Shuohang Wang 외

Adversarial training is a commonly used technique to improve model robustness against adversarial examples. Despite its success as a defense mechanism, adversarial training often fails to generalize well to unperturbed t…

Robust and Accurate Object Detection via Self-Knowledge Distillation

2021-11-14 · Weipeng Xu, Pengzhi Chu, Renhao Xie, Xiongziyan Xiao 외

Object detection has achieved promising performance on clean datasets, but how to achieve better tradeoff between the adversarial robustness and clean precision is still under-explored. Adversarial training is the mainst…

Adversarial RobustnessKnowledge Distillationobject-detectionObject Detection+2

UnICLAM:Contrastive Representation Learning with Adversarial Masking for Unified and Interpretable Medical Vision Question Answering

2022-12-21 · Chenlu Zhan, Peng Peng, Hongsen Wang, Tao Chen 외

Medical Visual Question Answering (Medical-VQA) aims to to answer clinical questions regarding radiology images, assisting doctors with decision-making options. Nevertheless, current Medical-VQA models learn cross-modal …

Data AugmentationDecision MakingMedical Visual Question AnsweringQuestion Answering+3