paper-with-me

Papers

Generating Adversarial Samples in Mini-Batches May Be Detrimental To Adversarial Robustness

2023-03-30 · Timothy Redgrave, Colton Crum

Neural networks have been proven to be both highly effective within computer vision, and highly vulnerable to adversarial attacks. Consequently, as the use of neural networks increases due to their unrivaled performance, so too does the threat posed by adversarial attacks. In this work, we build towards addressing the challenge of adversarial robustness by exploring the relationship between the mini-batch size used during adversarial sample generation and the strength of the adversarial samples produced. We demonstrate that an increase in mini-batch size results in a decrease in the efficacy of the samples produced, and we draw connections between these observations and the phenomenon of vanishing gradients. Next, we formulate loss functions such that adversarial sample strength is not degraded by mini-batch size. Our findings highlight a potential risk for underestimating the true (practical) strength of adversarial attacks, and a risk of overestimating a model's robustness. We share our codes to let others replicate our experiments and to facilitate further exploration of the connections between batch size and adversarial sample strength.

📄 PDF Abstract BibTeX arXiv:2303.17720

Code (1)

advcvpr23/adversarial-mini-batching 공식 구현 tf

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Regularizers for Single-step Adversarial Training

2020-02-03 · B. S. Vivek, R. Venkatesh Babu

The progress in the last decade has enabled machine learning models to achieve impressive performance across a wide range of tasks in Computer Vision. However, a plethora of works have demonstrated the susceptibility of …

Adversarial Momentum-Contrastive Pre-Training

2020-12-24 · Cong Xu, Dan Li, Min Yang

Recently proposed adversarial self-supervised learning methods usually require big batches and long training epochs to extract robust features, which will bring heavy computational overhead on platforms with limited reso…

Contrastive LearningData AugmentationSelf-Supervised Learning

Single-step Adversarial training with Dropout Scheduling

2020-04-18 · CVPR 2020 6 · Vivek B. S., R. Venkatesh Babu

Deep learning models have shown impressive performance across a spectrum of computer vision applications including medical diagnosis and autonomous driving. One of the major concerns that these models face is their susce…

Autonomous DrivingMedical DiagnosisScheduling

Robust Estimation of Discrete Distributions under Local Differential Privacy

2022-02-14 · Julien Chhor, Flore Sentenac

Although robust learning and local differential privacy are both widely studied fields of research, combining the two settings is just starting to be explored. We consider the problem of estimating a discrete distributio…

Mini-batch graphs for robust image classification

2021-04-22 · Arnab Kumar Mondal, Vineet Jain, Kaleem Siddiqi

Current deep learning models for classification tasks in computer vision are trained using mini-batches. In the present article, we take advantage of the relationships between samples in a mini-batch, using graph neural …

ClassificationGeneral Classificationimage-classificationImage Classification+1