paper-with-me

Papers

Adversarial Attacks on Variational Autoencoders

2018-06-12 · George Gondim-Ribeiro, Pedro Tabacof, Eduardo Valle

Adversarial attacks are malicious inputs that derail machine-learning models. We propose a scheme to attack autoencoders, as well as a quantitative evaluation framework that correlates well with the qualitative assessment of the attacks. We assess --- with statistically validated experiments --- the resistance to attacks of three variational autoencoders (simple, convolutional, and DRAW) in three datasets (MNIST, SVHN, CelebA), showing that both DRAW's recurrence and attention mechanism lead to better resistance. As autoencoders are proposed for compressing data --- a scenario in which their safety is paramount --- we expect more attention will be given to adversarial attacks on them.

📄 PDF Abstract BibTeX arXiv:1806.04646

Code (1)

gondimribeiro/adv-attacks-vae 공식 구현 tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Diagnosing Vulnerability of Variational Auto-Encoders to Adversarial Attacks

2021-03-10 · Anna Kuzina, Max Welling, Jakub M. Tomczak

In this work, we explore adversarial attacks on the Variational Autoencoders (VAE). We show how to modify data point to obtain a prescribed latent code (supervised attack) or just get a drastically different code (unsupe…

On the Adversarial Robustness of Generative Autoencoders in the Latent Space

2023-07-05 · Mingfei Lu, Badong Chen

The generative autoencoders, such as the variational autoencoders or the adversarial autoencoders, have achieved great success in lots of real-world applications, including image generation, and signal communication. How…

Adversarial Robustnesscompressed sensingDecoderDisentanglement+1

Improving VAEs' Robustness to Adversarial Attack

2019-06-01 · ICLR 2021 1 · Matthew Willetts, Alexander Camuto, Tom Rainforth, Stephen Roberts 외

Variational autoencoders (VAEs) have recently been shown to be vulnerable to adversarial attacks, wherein they are fooled into reconstructing a chosen target image. However, how to defend against such attacks remains an …

Adversarial Attack

Alleviating Adversarial Attacks on Variational Autoencoders with MCMC

2022-03-18 · Anna Kuzina, Max Welling, Jakub M. Tomczak

Variational autoencoders (VAEs) are latent variable models that can generate complex objects and provide meaningful latent representations. Moreover, they could be further used in downstream tasks such as classification.…

Adversarial Attack

DefenseVGAE: Defending against Adversarial Attacks on Graph Data via a Variational Graph Autoencoder

2020-06-16 · Ao Zhang, Jinwen Ma

Graph neural networks (GNNs) achieve remarkable performance for tasks on graph data. However, recent works show they are extremely vulnerable to adversarial structural perturbations, making their outcomes unreliable. In …