paper-with-me

Papers

Structure-Preserving Transformation: Generating Diverse and Transferable Adversarial Examples

2018-09-08 · Dan Peng, Zizhan Zheng, Xiaofeng Zhang

Adversarial examples are perturbed inputs designed to fool machine learning models. Most recent works on adversarial examples for image classification focus on directly modifying pixels with minor perturbations. A common requirement in all these works is that the malicious perturbations should be small enough (measured by an L_p norm for some p) so that they are imperceptible to humans. However, small perturbations can be unnecessarily restrictive and limit the diversity of adversarial examples generated. Further, an L_p norm based distance metric ignores important structure patterns hidden in images that are important to human perception. Consequently, even the minor perturbation introduced in recent works often makes the adversarial examples less natural to humans. More importantly, they often do not transfer well and are therefore less effective when attacking black-box models especially for those protected by a defense mechanism. In this paper, we propose a structure-preserving transformation (SPT) for generating natural and diverse adversarial examples with extremely high transferability. The key idea of our approach is to allow perceptible deviation in adversarial examples while keeping structure patterns that are central to a human classifier. Empirical results on the MNIST and the fashion-MNIST datasets show that adversarial examples generated by our approach can easily bypass strong adversarial training. Further, they transfer well to other target models with no loss or little loss of successful attack rate.

📄 PDF Abstract BibTeX arXiv:1809.02786

Code (1)

lepangdan/Structure-Preserving-Transformation 공식 구현

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Auto-SPT: Automating Semantic Preserving Transformations for Code

2025-12-05 · Ashish Hooda, Mihai Christodorescu, Chuangang Ren, Aaron Wilson 외 arxiv

Machine learning (ML) models for code clone detection determine whether two pieces of code are semantically equivalent, which in turn is a key building block for software-engineering tasks like refactoring and security t…

Malware Detection

A Unified Spatial Alignment Framework for Highly Transferable Transformation-Based Attacks on Spatially Structured Tasks

2026-03-26 · Jiaming Liang, Chi-Man Pun arxiv

Transformation-based adversarial attacks (TAAs) demonstrate strong transferability when deceiving classification models. However, existing TAAs often perform unsatisfactorily or even fail when applied to structured tasks…

Semantic SegmentationObject Detection

SASSL: Enhancing Self-Supervised Learning via Neural Style Transfer

2023-12-02 · Renan A. Rojas-Gomez, Karan Singhal, Ali Etemad, Alex Bijamov 외

Existing data augmentation in self-supervised learning, while diverse, fails to preserve the inherent structure of natural images. This results in distorted augmented samples with compromised semantic information, ultima…

Data Augmentationimage-classificationImage ClassificationSelf-Supervised Learning+2

AutoAugment Input Transformation for Highly Transferable Targeted Attacks

2023-12-21 · Haobo Lu, Xin Liu, Kun He

Deep Neural Networks (DNNs) are widely acknowledged to be susceptible to adversarial examples, wherein imperceptible perturbations are added to clean examples through diverse input transformation attacks. However, these …

Adversarial Attack

Structure Invariant Transformation for better Adversarial Transferability

2023-09-26 · ICCV 2023 1 · Xiaosen Wang, Zeliang Zhang, Jianping Zhang

Given the severe vulnerability of Deep Neural Networks (DNNs) against adversarial examples, there is an urgent need for an effective adversarial attack to identify the deficiencies of DNNs in security-sensitive applicati…

Adversarial AttackDiversity