LGJul 26, 2024

Robust VAEs via Generating Process of Noise Augmented Data

arXiv:2407.18632v1h-index: 5
Originality Highly original
AI Analysis

This addresses the critical need for defensive mechanisms in generative models, specifically VAEs, against adversarial attacks, representing a novel approach to a known bottleneck.

The paper tackles the problem of adversarial attacks on Variational Auto-Encoders (VAEs) by introducing a framework that regularizes latent space divergence between original and noise-augmented data, resulting in significantly improved robustness on benchmark datasets.

Advancing defensive mechanisms against adversarial attacks in generative models is a critical research topic in machine learning. Our study focuses on a specific type of generative models - Variational Auto-Encoders (VAEs). Contrary to common beliefs and existing literature which suggest that noise injection towards training data can make models more robust, our preliminary experiments revealed that naive usage of noise augmentation technique did not substantially improve VAE robustness. In fact, it even degraded the quality of learned representations, making VAEs more susceptible to adversarial perturbations. This paper introduces a novel framework that enhances robustness by regularizing the latent space divergence between original and noise-augmented data. Through incorporating a paired probabilistic prior into the standard variational lower bound, our method significantly boosts defense against adversarial attacks. Our empirical evaluations demonstrate that this approach, termed Robust Augmented Variational Auto-ENcoder (RAVEN), yields superior performance in resisting adversarial inputs on widely-recognized benchmark datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes