paper-with-me

Papers

Meta Gradient Adversarial Attack

2021-08-09 · ICCV 2021 10 · Zheng Yuan, Jie Zhang, Yunpei Jia, Chuanqi Tan, Tao Xue, Shiguang Shan

In recent years, research on adversarial attacks has become a hot spot. Although current literature on the transfer-based adversarial attack has achieved promising results for improving the transferability to unseen black-box models, it still leaves a long way to go. Inspired by the idea of meta-learning, this paper proposes a novel architecture called Meta Gradient Adversarial Attack (MGAA), which is plug-and-play and can be integrated with any existing gradient-based attack method for improving the cross-model transferability. Specifically, we randomly sample multiple models from a model zoo to compose different tasks and iteratively simulate a white-box attack and a black-box attack in each task. By narrowing the gap between the gradient directions in white-box and black-box attacks, the transferability of adversarial examples on the black-box setting can be improved. Extensive experiments on the CIFAR10 and ImageNet datasets show that our architecture outperforms the state-of-the-art methods for both black-box and white-box attack settings.

📄 PDF Abstract BibTeX arXiv:2108.04204

Code (1)

huitailangyz/MGAA tf

Tasks

Adversarial AttackMeta-Learning

Similar Papers 제목 키워드 기반

Exploring Frequencies via Feature Mixing and Meta-Learning for Improving Adversarial Transferability

2024-05-06 · Juanjuan Weng, Zhiming Luo, Shaozi Li

Recent studies have shown that Deep Neural Networks (DNNs) are susceptible to adversarial attacks, with frequency-domain analysis underscoring the significance of high-frequency components in influencing model prediction…

Meta-Learning

Towards Adaptive Meta-Gradient Adversarial Examples for Visual Tracking

2025-05-13 · Wei-Long Tian, Peng Gao, Xiao Liu, Long Xu 외

In recent years, visual tracking methods based on convolutional neural networks and Transformers have achieved remarkable performance and have been successfully applied in fields such as autonomous driving. However, the …

Adversarial AttackAutonomous DrivingMeta-LearningVisual Tracking

Debiased Graph Poisoning Attack via Contrastive Surrogate Objective

2024-07-27 · Kanghoon Yoon, Yeonjun In, Namkyeong Lee, Kibum Kim 외

Graph neural networks (GNN) are vulnerable to adversarial attacks, which aim to degrade the performance of GNNs through imperceptible changes on the graph. However, we find that in fact the prevalent meta-gradient-based …

Boosting Black-Box Adversarial Attacks with Meta Learning

2022-03-28 · Junjie Fu, Jian Sun, Gang Wang

Deep neural networks (DNNs) have achieved remarkable success in diverse fields. However, it has been demonstrated that DNNs are very vulnerable to adversarial examples even in black-box settings. A large number of black-…

Adversarial AttackMeta-Learning

Transferable Adversarial Attacks on SAM and Its Downstream Models

2024-10-26 · Song Xia, Wenhan Yang, Yi Yu, Xun Lin 외

The utilization of large foundational models has a dilemma: while fine-tuning downstream tasks from them holds promise for making use of the well-generalized knowledge in practical applications, their open accessibility …

Adversarial Attack