paper-with-me

Papers

ZQBA: Zero Query Black-box Adversarial Attack

2025-10-01 · Joana C. Costa, Tiago Roxo, Hugo Proença, Pedro R. M. Inácio arxiv

Current black-box adversarial attacks either require multiple queries or diffusion models to produce adversarial samples that can impair the target model performance. However, these methods require training a surrogate loss or diffusion models to produce adversarial samples, which limits their applicability in real-world settings. Thus, we propose a Zero Query Black-box Adversarial (ZQBA) attack that exploits the representations of Deep Neural Networks (DNNs) to fool other networks. Instead of requiring thousands of queries to produce deceiving adversarial samples, we use the feature maps obtained from a DNN and add them to clean images to impair the classification of a target model. The results suggest that ZQBA can transfer the adversarial samples to different models and across various datasets, namely CIFAR and Tiny ImageNet. The experiments also show that ZQBA is more effective than state-of-the-art black-box attacks with a single query, while maintaining the imperceptibility of perturbations, evaluated both quantitatively (SSIM) and qualitatively, emphasizing the vulnerabilities of employing DNNs in real-world contexts. All the source code is available at https://github.com/Joana-Cabral/ZQBA.

📄 PDF Abstract BibTeX arXiv:2510.00769

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Towards Query-Efficient Black-Box Adversary with Zeroth-Order Natural Gradient Descent

2020-02-18 · Pu Zhao, Pin-Yu Chen, Siyue Wang, Xue Lin

Despite the great achievements of the modern deep neural networks (DNNs), the vulnerability/robustness of state-of-the-art DNNs raises security concerns in many application domains requiring high reliability. Various adv…

Adversarial Attackimage-classificationImage Classification

Hessian-Aware Zeroth-Order Optimization for Black-Box Adversarial Attack

2018-12-29 · Haishan Ye, Zhichao Huang, Cong Fang, Chris Junchi Li 외

Zeroth-order optimization is an important research topic in machine learning. In recent years, it has become a key tool in black-box adversarial attack to neural network based image classifiers. However, existing zeroth-…

Adversarial Attack

Zero-Query Transfer Attacks on Context-Aware Object Detectors

2022-03-29 · CVPR 2022 1 · Zikui Cai, Shantanu Rane, Alejandro E. Brito, Chengyu Song 외

Adversarial attacks perturb images such that a deep neural network produces incorrect classification results. A promising approach to defend against adversarial attacks on natural multi-object scenes is to impose a conte…

Adversarial AttackObject

AutoZOOM: Autoencoder-based Zeroth Order Optimization Method for Attacking Black-box Neural Networks

2018-05-30 · Chun-Chen Tu, Pai-Shun Ting, Pin-Yu Chen, Sijia Liu 외

Recent studies have shown that adversarial examples in state-of-the-art image classifiers trained by deep neural networks (DNN) can be easily generated when the target model is transparent to an attacker, known as the wh…

Adversarial Robustness

Hard-label based Small Query Black-box Adversarial Attack

2024-03-09 · Jeonghwan Park, Paul Miller, Niall McLaughlin

We consider the hard label based black box adversarial attack setting which solely observes predicted classes from the target model. Most of the attack methods in this setting suffer from impractical number of queries re…

Adversarial Attack