paper-with-me

Papers

CT-GAT: Cross-Task Generative Adversarial Attack based on Transferability

2023-10-22 · Minxuan Lv, Chengwei Dai, Kun Li, Wei Zhou, Songlin Hu

Neural network models are vulnerable to adversarial examples, and adversarial transferability further increases the risk of adversarial attacks. Current methods based on transferability often rely on substitute models, which can be impractical and costly in real-world scenarios due to the unavailability of training data and the victim model's structural details. In this paper, we propose a novel approach that directly constructs adversarial examples by extracting transferable features across various tasks. Our key insight is that adversarial transferability can extend across different tasks. Specifically, we train a sequence-to-sequence generative model named CT-GAT using adversarial sample data collected from multiple tasks to acquire universal adversarial features and generate adversarial examples for different tasks. We conduct experiments on ten distinct datasets, and the results demonstrate that our method achieves superior attack performance with small cost.

📄 PDF Abstract BibTeX arXiv:2310.14265

Code (1)

xiaoxuannlp/ct-gat 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

CAG: A Real-time Low-cost Enhanced-robustness High-transferability Content-aware Adversarial Attack Generator

2019-12-16 · Huy Phan, Yi Xie, Siyu Liao, Jie Chen 외

Deep neural networks (DNNs) are vulnerable to adversarial attack despite their tremendous success in many AI fields. Adversarial attack is a method that causes the intended misclassfication by adding imperceptible pertur…

Adversarial Attack

Semantic Structure-Aware Generative Attacks for Enhanced Adversarial Transferability

2025-06-23 · Jongoh Jeong, Hunmin Yang, Jaeseok Jeong, Kuk-Jin Yoon

Generative adversarial attacks train a perturbation generator on a white-box surrogate model and subsequently apply the crafted perturbations to unseen black-box victim models. In contrast to iterative attacks, these met…

Learning to Learn Transferable Generative Attack for Person Re-Identification

2024-09-06 · Yuan Bian, Min Liu, Xueping Wang, Yunfeng Ma 외

Deep learning-based person re-identification (re-id) models are widely employed in surveillance systems and inevitably inherit the vulnerability of deep networks to adversarial attacks. Existing attacks merely consider c…

Meta-LearningPerson Re-Identification

Benchmarking Transferable Adversarial Attacks

2024-02-01 · Zhibo Jin, Jiayu Zhang, Zhiyu Zhu, Huaming Chen

The robustness of deep learning models against adversarial attacks remains a pivotal concern. This study presents, for the first time, an exhaustive review of the transferability aspect of adversarial attacks. It systema…

Adversarial AttackBenchmarkingSemantic SimilaritySemantic Textual Similarity

Dual-Flow: Transferable Multi-Target, Instance-Agnostic Attacks via In-the-wild Cascading Flow Optimization

2025-02-04 · Yixiao Chen, Shikun Sun, Jianshu Li, Ruoyu Li 외

Adversarial attacks are widely used to evaluate model robustness, and in black-box scenarios, the transferability of these attacks becomes crucial. Existing generator-based attacks have excellent generalization and trans…