paper-with-me

Papers

Adversarial Examples for Good: Adversarial Examples Guided Imbalanced Learning

2022-01-28 · Jie Zhang, Lei Zhang, Gang Li, Chao Wu

Adversarial examples are inputs for machine learning models that have been designed by attackers to cause the model to make mistakes. In this paper, we demonstrate that adversarial examples can also be utilized for good to improve the performance of imbalanced learning. We provide a new perspective on how to deal with imbalanced data: adjust the biased decision boundary by training with Guiding Adversarial Examples (GAEs). Our method can effectively increase the accuracy of minority classes while sacrificing little accuracy on majority classes. We empirically show, on several benchmark datasets, our proposed method is comparable to the state-of-the-art method. To our best knowledge, we are the first to deal with imbalanced learning with adversarial examples.

📄 PDF Abstract BibTeX arXiv:2201.12356

Code (1)

jhjiezhang/Guided_Adversarial_Examples 공식 구현 pytorch

Similar Papers 제목 키워드 기반

LADDER: Latent Boundary-guided Adversarial Training

2022-06-08 · Xiaowei Zhou, Ivor W. Tsang, Jie Yin

Deep Neural Networks (DNNs) have recently achieved great success in many classification tasks. Unfortunately, they are vulnerable to adversarial attacks that generate adversarial examples with a small perturbation to foo…

Adversarial Robustness

Entropy Guided Adversarial Model for Weakly Supervised Object Localization

2020-08-04 · Sabrina Narimene Benassou, Wuzhen Shi, Feng Jiang

Weakly Supervised Object Localization is challenging because of the lack of bounding box annotations. Previous works tend to generate a class activation map i.e CAM to localize the object. Unfortunately, the network acti…

ObjectObject LocalizationWeakly-Supervised Object Localization

Accelerate adversarial training with loss guided propagation for robust image classification

2023-01-01 · journal 2023 1 · Changkai Xu, Chunjie Zhang, Yanwu Yang, Huaizhi Yang 외

Adversarial training is effective to train robust image classification models. To improve the robustness, existing approaches often use many propagations to generate adversarial examples, which have high time consumption…

image-classificationImage Classification

Frequency-Guided Word Substitutions for Detecting Textual Adversarial Examples

2020-04-13 · EACL 2021 2 · Maximilian Mozes, Pontus Stenetorp, Bennett Kleinberg, Lewis D. Griffin

Recent efforts have shown that neural text processing models are vulnerable to adversarial examples, but the nature of these examples is poorly understood. In this work, we show that adversarial attacks against CNN, LSTM…

General ClassificationSST-2Text Classification

A Branch and Bound Framework for Stronger Adversarial Attacks of ReLU Networks

2021-09-29 · huan zhang, Shiqi Wang, Kaidi Xu, Yihan Wang 외

Strong adversarial attacks are important for evaluating the true robustness of deep neural networks. Most existing attacks find adversarial examples via searching in the input space, e.g., using gradient descent. In this…

Adversarial AttackGPU