paper-with-me

홈 › Papers

Latent Transfer Attack: Adversarial Examples via Generative Latent Spaces

2026-03-06 · Eitan Shaar, Ariel Shaulov, Yalcin Tur, Gal Chechik, Ravid Shwartz-Ziv arxiv

Adversarial attacks are a central tool for probing the robustness of modern vision models, yet most methods optimize perturbations directly in pixel space under $\ell_\infty$ or $\ell_2$ constraints. While effective in white-box settings, pixel-space optimization often produces high-frequency, texture-like noise that is brittle to common preprocessing (e.g., resizing and cropping) and transfers poorly across architectures. We propose $\textbf{LTA}$ ($\textbf{L}$atent $\textbf{T}$ransfer $\textbf{A}$ttack), a transfer-based attack that instead optimizes perturbations in the latent space of a pretrained Stable Diffusion VAE. Given a clean image, we encode it into a latent code and optimize the latent representation to maximize a surrogate classifier loss, while softly enforcing a pixel-space $\ell_\infty$ budget after decoding. To improve robustness to resolution mismatch and standard input pipelines, we incorporate Expectation Over Transformations (EOT) via randomized resizing, interpolation, and cropping, and apply periodic latent Gaussian smoothing to suppress emerging artifacts and stabilize optimization. Across a suite of CNN and vision-transformer targets, LTA achieves strong transfer attack success while producing spatially coherent, predominantly low-frequency perturbations that differ qualitatively from pixel-space baselines and occupy a distinct point in the transfer-quality trade-off. Our results highlight pretrained generative latent spaces as an effective and structured domain for adversarial optimization, bridging robustness evaluation with modern generative priors.

📄 PDF Abstract BibTeX arXiv:2603.06311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AT-GAN: An Adversarial Generative Model for Non-constrained Adversarial Examples

2021-01-01 · Xiaosen Wang, Kun He, Chuanbiao Song, LiWei Wang 외

With the rapid development of adversarial machine learning, numerous adversarial attack methods have been proposed. Typical attacks are based on a search in the neighborhood of input image to generate a perturbed adversa…

Adversarial AttackTransfer Learning

Latent Danger Zone: Distilling Unified Attention for Cross-Architecture Black-box Attacks

2025-09-23 · Yang Li, Chenyu Wang, Tingrui Wang, Yongwei Wang 외 arxiv

Black-box adversarial attacks remain challenging due to limited access to model internals. Existing methods often depend on specific network architectures or require numerous queries, resulting in limited cross-architect…

Adversarial examples for generative models

2017-02-22 · Jernej Kos, Ian Fischer, Dawn Song

We explore methods of producing adversarial examples on deep generative models such as the variational autoencoder (VAE) and the VAE-GAN. Deep learning architectures are known to be vulnerable to adversarial examples, bu…

ClassificationGeneral Classification

Adversarial Imitation Attack

2020-03-28 · Mingyi Zhou, Jing Wu, Yipeng Liu, Xiaolin Huang 외

Deep learning models are known to be vulnerable to adversarial examples. A practical adversarial attack should require as little as possible knowledge of attacked models. Current substitute attacks need pre-trained model…

Adversarial Attack

Generating Unrestricted 3D Adversarial Point Clouds

2021-11-17 · Xuelong Dai, YanJie Li, Hua Dai, Bin Xiao

Utilizing 3D point cloud data has become an urgent need for the deployment of artificial intelligence in many areas like facial recognition and self-driving. However, deep learning for 3D point clouds is still vulnerable…

Adversarial AttackGenerative Adversarial Network