paper-with-me

Papers

Target Training Does Adversarial Training Without Adversarial Samples

2021-02-09 · Blerta Lindqvist

Neural network classifiers are vulnerable to misclassification of adversarial samples, for which the current best defense trains classifiers with adversarial samples. However, adversarial samples are not optimal for steering attack convergence, based on the minimization at the core of adversarial attacks. The minimization perturbation term can be minimized towards $0$ by replacing adversarial samples in training with duplicated original samples, labeled differently only for training. Using only original samples, Target Training eliminates the need to generate adversarial samples for training against all attacks that minimize perturbation. In low-capacity classifiers and without using adversarial samples, Target Training exceeds both default CIFAR10 accuracy ($84.3$%) and current best defense accuracy (below $25$%) with $84.8$% against CW-L$_2$($\kappa=0$) attack, and $86.6$% against DeepFool. Using adversarial samples against attacks that do not minimize perturbation, Target Training exceeds current best defense ($69.1$%) with $76.4$% against CW-L$_2$($\kappa=40$) in CIFAR10.

📄 PDF Abstract BibTeX arXiv:2102.04836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unsupervised Robust Domain Adaptation: Paradigm, Theory and Algorithm

2025-11-14 · Fuxiang Huang, Xiaowei Fu, Shiyu Ye, Lina Ma 외 arxiv

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a label-rich source domain to an unlabeled target domain by addressing domain shifts. Most UDA approaches emphasize transfer ability, but often overloo…

Unsupervised Domain AdaptationAdversarial Robustness

Adversarial Augmentation Training Makes Action Recognition Models More Robust to Realistic Video Distribution Shifts

2024-01-21 · Kiyoon Kim, Shreyank N Gowda, Panagiotis Eustratiadis, Antreas Antoniou 외

Despite recent advances in video action recognition achieving strong performance on existing benchmarks, these models often lack robustness when faced with natural distribution shifts between training and test data. We p…

Action RecognitionSchedulingTemporal Action LocalizationVideo Prediction

Deep MMD Gradient Flow without adversarial training

2024-05-10 · Alexandre Galashov, Valentin De Bortoli, Arthur Gretton

We propose a gradient flow procedure for generative modeling by transporting particles from an initial source distribution to a target distribution, where the gradient field on the particles is given by a noise-adaptive …

DenoisingImage GenerationUnconditional Image Generation

How does Contrastive Pre-training Connect Disparate Domains?

2021-09-29 · Kendrick Shen, Robbie Matthew Jones, Ananya Kumar, Sang Michael Xie 외

Pre-training on massive unlabeled datasets greatly improves accuracy under distribution shifts. As a first step toward understanding this, we study a popular pre-training method, contrastive learning, in the unsupervised…

Contrastive LearningDomain AdaptationUnsupervised Domain Adaptation

Single-Step Adversarial Training for Semantic Segmentation

2021-06-30 · Daniel Wiens, Barbara Hammer

Even though deep neural networks succeed on many different tasks including semantic segmentation, they lack on robustness against adversarial examples. To counteract this exploit, often adversarial training is used. Howe…

SegmentationSemantic Segmentation