paper-with-me

Papers

Reliably fast adversarial training via latent adversarial perturbation

2021-04-04 · ICCV 2021 10 · Geon Yeong Park, Sang Wan Lee

While multi-step adversarial training is widely popular as an effective defense method against strong adversarial attacks, its computational cost is notoriously expensive, compared to standard training. Several single-step adversarial training methods have been proposed to mitigate the above-mentioned overhead cost; however, their performance is not sufficiently reliable depending on the optimization setting. To overcome such limitations, we deviate from the existing input-space-based adversarial training regime and propose a single-step latent adversarial training method (SLAT), which leverages the gradients of latent representation as the latent adversarial perturbation. We demonstrate that the L1 norm of feature gradients is implicitly regularized through the adopted latent perturbation, thereby recovering local linearity and ensuring reliable performance, compared to the existing single-step adversarial training methods. Because latent perturbation is based on the gradients of the latent representations which can be obtained for free in the process of input gradients computation, the proposed method costs roughly the same time as the fast gradient sign method. Experiment results demonstrate that the proposed method, despite its structural simplicity, outperforms state-of-the-art accelerated adversarial training methods.

📄 PDF Abstract BibTeX arXiv:2104.01575

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transferring Adversarial Robustness Through Robust Representation Matching

2022-02-21 · Pratik Vaishnavi, Kevin Eykholt, Amir Rahmati

With the widespread use of machine learning, concerns over its security and reliability have become prevalent. As such, many have developed defenses to harden neural networks against adversarial examples, imperceptibly p…

Adversarial Robustness

Stabilizing Adversarial Nets With Prediction Methods

2017-05-20 · ICLR 2018 1 · Abhay Yadav, Sohil Shah, Zheng Xu, David Jacobs 외

Adversarial neural networks solve many important problems in data science, but are notoriously difficult to train. These difficulties come from the fact that optimal weights for adversarial nets correspond to saddle poin…

Prediction

Fast and Reliable Evaluation of Adversarial Robustness with Minimum-Margin Attack

2022-06-15 · Ruize Gao, Jiongxiao Wang, Kaiwen Zhou, Feng Liu 외

The AutoAttack (AA) has been the most reliable method to evaluate adversarial robustness when considerable computational resources are available. However, the high computational cost (e.g., 100 times more than that of th…

Adversarial RobustnessComputational Efficiency

Generative Modeling of Bach-Style Symbolic Music: A Comparative Study of Autoregressive, Latent-Variable, and Adversarial Approaches

2026-06-11 · Dezhi Yu, Kyuil Lee, Yongkang Huang arxiv

We study generative modeling of Bach-style symbolic piano music using a shared MIDI corpus and three model families: autoregressive LSTMs with attention, latent-variable models including recurrent VAEs and vector-quantiz…

Music Generation

Exploring Adversarial Examples via Invertible Neural Networks

2020-12-24 · Ruqi Bai, Saurabh Bagchi, David I. Inouye

Adversarial examples (AEs) are images that can mislead deep neural network (DNN) classifiers via introducing slight perturbations into original images. This security vulnerability has led to vast research in recent years…