paper-with-me

Papers

AdvMask: A Sparse Adversarial Attack Based Data Augmentation Method for Image Classification

2022-11-29 · Suorong Yang, Jinqiao Li, Jian Zhao, Furao Shen

Data augmentation is a widely used technique for enhancing the generalization ability of convolutional neural networks (CNNs) in image classification tasks. Occlusion is a critical factor that affects on the generalization ability of image classification models. In order to generate new samples, existing data augmentation methods based on information deletion simulate occluded samples by randomly removing some areas in the images. However, those methods cannot delete areas of the images according to their structural features of the images. To solve those problems, we propose a novel data augmentation method, AdvMask, for image classification tasks. Instead of randomly removing areas in the images, AdvMask obtains the key points that have the greatest influence on the classification results via an end-to-end sparse adversarial attack module. Therefore, we can find the most sensitive points of the classification results without considering the diversity of various image appearance and shapes of the object of interest. In addition, a data augmentation module is employed to generate structured masks based on the key points, thus forcing the CNN classification models to seek other relevant content when the most discriminative content is hidden. AdvMask can effectively improve the performance of classification models in the testing process. The experimental results on various datasets and CNN models verify that the proposed method outperforms other previous data augmentation methods in image classification tasks.

📄 PDF Abstract BibTeX arXiv:2211.16040

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackClassificationData Augmentationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

TextAttack: A Framework for Adversarial Attacks, Data Augmentation, and Adversarial Training in NLP

2020-04-29 · EMNLP 2020 11 · John X. Morris, Eli Lifland, Jin Yong Yoo, Jake Grigsby 외

While there has been substantial research using adversarial attacks to analyze NLP models, each attack is implemented in its own code repository. It remains challenging to develop NLP attacks and utilize them to improve …

Adversarial AttackAdversarial TextData AugmentationLexical Entailment+2

Sparse patches adversarial attacks via extrapolating point-wise information

2024-11-25 · Yaniv Nemcovsky, Avi Mendelson, Chaim Baskin

Sparse and patch adversarial attacks were previously shown to be applicable in realistic settings and are considered a security risk to autonomous systems. Sparse adversarial perturbations constitute a setting in which t…

Better Robustness by More Coverage: Adversarial Training with Mixup Augmentation for Robust Fine-tuning

2020-12-31 · Chenglei Si, Zhengyan Zhang, Fanchao Qi, Zhiyuan Liu 외

Pretrained language models (PLMs) perform poorly under adversarial attacks. To improve the adversarial robustness, adversarial data augmentation (ADA) has been widely adopted to cover more search space of adversarial att…

Adversarial RobustnessData AugmentationText Augmentationtext-classification+1

Learning the Unlearnable: Adversarial Augmentations Suppress Unlearnable Example Attacks

2023-03-27 · Tianrui Qin, Xitong Gao, Juanjuan Zhao, Kejiang Ye 외

Unlearnable example attacks are data poisoning techniques that can be used to safeguard public data against unauthorized use for training deep learning models. These methods add stealthy perturbations to the original ima…

Data AugmentationData Poisoning

Sparse-RS: a versatile framework for query-efficient sparse black-box adversarial attacks

2020-06-23 · Francesco Croce, Maksym Andriushchenko, Naman D. Singh, Nicolas Flammarion 외

We propose a versatile framework based on random search, Sparse-RS, for score-based sparse targeted and untargeted attacks in the black-box setting. Sparse-RS does not rely on substitute models and achieves state-of-the-…

Malware Detection