paper-with-me

홈 › Papers

Query-efficient Meta Attack to Deep Neural Networks

2019-06-06 · ICLR 2020 1 · Jiawei Du, Hu Zhang, Joey Tianyi Zhou, Yi Yang, Jiashi Feng

Black-box attack methods aim to infer suitable attack patterns to targeted DNN models by only using output feedback of the models and the corresponding input queries. However, due to lack of prior and inefficiency in leveraging the query and feedback information, existing methods are mostly query-intensive for obtaining effective attack patterns. In this work, we propose a meta attack approach that is capable of attacking a targeted model with much fewer queries. Its high queryefficiency stems from effective utilization of meta learning approaches in learning generalizable prior abstraction from the previously observed attack patterns and exploiting such prior to help infer attack patterns from only a few queries and outputs. Extensive experiments on MNIST, CIFAR10 and tiny-Imagenet demonstrate that our meta-attack method can remarkably reduce the number of model queries without sacrificing the attack performance. Besides, the obtained meta attacker is not restricted to a particular model but can be used easily with a fast adaptive ability to attack a variety of models.The code of our work is available at https://github.com/dydjw9/MetaAttack_ICLR2020/.

📄 PDF Abstract BibTeX arXiv:1906.02398

Code (1)

dydjw9/MetaAttack_ICLR2020 공식 구현 pytorch

Tasks

Adversarial AttackMeta-Learning

Similar Papers 제목 키워드 기반

Generalizable Black-Box Adversarial Attack with Meta Learning

2023-01-01 · Fei Yin, Yong Zhang, Baoyuan Wu, Yan Feng 외

In the scenario of black-box adversarial attack, the target model's parameters are unknown, and the attacker aims to find a successful adversarial perturbation based on query feedback under a query budget. Due to the lim…

Adversarial AttackMeta-Learning

Privacy Challenges in Meta-Learning: An Investigation on Model-Agnostic Meta-Learning

2024-06-01 · Mina Rafiei, Mohammadmahdi Maheri, Hamid R. Rabiee

Meta-learning involves multiple learners, each dedicated to specific tasks, collaborating in a data-constrained setting. In current meta-learning methods, task learners locally learn models from sensitive data, termed su…

Meta-Learning

Simulating Unknown Target Models for Query-Efficient Black-box Attacks

2020-09-02 · CVPR 2021 1 · Chen Ma, Li Chen, Jun-Hai Yong

Many adversarial attacks have been proposed to investigate the security issues of deep neural networks. In the black-box setting, current model stealing attacks train a substitute model to counterfeit the functionality o…

Knowledge DistillationMeta-Learning

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

Detecting AI Trojans Using Meta Neural Analysis

2019-10-08 · Xiaojun Xu, Qi. Wang, Huichen Li, Nikita Borisov 외

In machine learning Trojan attacks, an adversary trains a corrupted model that obtains good performance on normal data but behaves maliciously on data samples with certain trigger patterns. Several approaches have been p…

Data Poisoning