paper-with-me

Papers

Open-set Adversarial Defense with Clean-Adversarial Mutual Learning

2022-02-12 · Rui Shao, Pramuditha Perera, Pong C. Yuen, Vishal M. Patel

Open-set recognition and adversarial defense study two key aspects of deep learning that are vital for real-world deployment. The objective of open-set recognition is to identify samples from open-set classes during testing, while adversarial defense aims to robustify the network against images perturbed by imperceptible adversarial noise. This paper demonstrates that open-set recognition systems are vulnerable to adversarial samples. Furthermore, this paper shows that adversarial defense mechanisms trained on known classes are unable to generalize well to open-set samples. Motivated by these observations, we emphasize the necessity of an Open-Set Adversarial Defense (OSAD) mechanism. This paper proposes an Open-Set Defense Network with Clean-Adversarial Mutual Learning (OSDN-CAML) as a solution to the OSAD problem. The proposed network designs an encoder with dual-attentive feature-denoising layers coupled with a classifier to learn a noise-free latent feature representation, which adaptively removes adversarial noise guided by channel and spatial-wise attentive filters. Several techniques are exploited to learn a noise-free and informative latent feature space with the aim of improving the performance of adversarial defense and open-set recognition. First, we incorporate a decoder to ensure that clean images can be well reconstructed from the obtained latent features. Then, self-supervision is used to ensure that the latent features are informative enough to carry out an auxiliary task. Finally, to exploit more complementary knowledge from clean image classification to facilitate feature denoising and search for a more generalized local minimum for open-set recognition, we further propose clean-adversarial mutual learning, where a peer network (classifying clean images) is further introduced to mutually learn with the classifier (classifying adversarial images).

📄 PDF Abstract BibTeX arXiv:2202.05953

Code (1)

rshaojimmy/ECCV2020-OSAD 공식 구현 pytorch

Tasks

Adversarial DefenseDenoisingimage-classificationImage ClassificationOpen Set Learning

Similar Papers 제목 키워드 기반

Large Language Model Sentinel: LLM Agent for Adversarial Purification

2024-05-24 · Guang Lin, Toshihisa Tanaka, Qibin Zhao

Over the past two years, the use of large language models (LLMs) has advanced rapidly. While these LLMs offer considerable convenience, they also raise security concerns, as LLMs are vulnerable to adversarial attacks by …

Adversarial DefenseAdversarial PurificationAdversarial RobustnessLanguage Modeling+3

Featurized Bidirectional GAN: Adversarial Defense via Adversarially Learned Semantic Inference

2018-05-21 · ICLR 2019 5 · Ruying Bao, Sihang Liang, Qingcan Wang

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks, where small perturbations intentionally added to the original inputs can fool the classifier. In this paper, we propose a defense metho…

Adversarial Defense

Cycle-Consistent Adversarial GAN: the integration of adversarial attack and defense

2019-04-12 · Lingyun Jiang, Kai Qiao, Ruoxi Qin, Linyuan Wang 외

In image classification of deep learning, adversarial examples where inputs intended to add small magnitude perturbations may mislead deep neural networks (DNNs) to incorrect results, which means DNNs are vulnerable to t…

Adversarial Attackimage-classificationImage Classification

RegMix: Adversarial Mutual and Generalization Regularization for Enhancing DNN Robustness

2025-10-06 · Zhenyu Liu, Varun Ojha arxiv

Adversarial training is the most effective defense against adversarial attacks. The effectiveness of the adversarial attacks has been on the design of its loss function and regularization term. The most widely used loss …

Knowledge DistillationAdversarial Robustness

Open-set Adversarial Defense

2020-09-02 · ECCV 2020 8 · Rui Shao, Pramuditha Perera, Pong C. Yuen, Vishal M. Patel

Open-set recognition and adversarial defense study two key aspects of deep learning that are vital for real-world deployment. The objective of open-set recognition is to identify samples from open-set classes during test…

Adversarial DefenseDecoderDenoisingOpen Set Learning