paper-with-me

Papers

DeepSearch: A Simple and Effective Blackbox Attack for Deep Neural Networks

2019-10-14 · Fuyuan Zhang, Sankalan Pal Chowdhury, Maria Christakis

Although deep neural networks have been very successful in image-classification tasks, they are prone to adversarial attacks. To generate adversarial inputs, there has emerged a wide variety of techniques, such as black- and whitebox attacks for neural networks. In this paper, we present DeepSearch, a novel fuzzing-based, query-efficient, blackbox attack for image classifiers. Despite its simplicity, DeepSearch is shown to be more effective in finding adversarial inputs than state-of-the-art blackbox approaches. DeepSearch is additionally able to generate the most subtle adversarial inputs in comparison to these approaches.

📄 PDF Abstract BibTeX arXiv:1910.06296

Code (1)

Practical-Formal-Methods/DeepSearch 공식 구현 tf

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Ensemble-based Blackbox Attacks on Dense Prediction

2023-03-25 · CVPR 2023 1 · Zikui Cai, Yaoteng Tan, M. Salman Asif

We propose an approach for adversarial attacks on dense prediction models (such as object detectors and segmentation). It is well known that the attacks generated by a single surrogate model do not transfer to arbitrary …

Objectobject-detectionObject DetectionPrediction+1

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…

QEBA: Query-Efficient Boundary-Based Blackbox Attack

2020-05-28 · CVPR 2020 6 · Huichen Li, Xiaojun Xu, Xiaolu Zhang, Shuang Yang 외

Machine learning (ML), especially deep neural networks (DNNs) have been widely used in various applications, including several safety-critical ones (e.g. autonomous driving). As a result, recent research about adversaria…

Autonomous DrivingBIG-bench Machine LearningDimensionality Reduction

SimpleDeepSearcher: Deep Information Seeking via Web-Powered Reasoning Trajectory Synthesis

2025-05-22 · Shuang Sun, Huatong Song, Yuhao Wang, Ruiyang Ren 외

Retrieval-augmented generation (RAG) systems have advanced large language models (LLMs) in complex deep search scenarios requiring multi-step reasoning and iterative information retrieval. However, existing approaches fa…

DiversityInformation RetrievalRAGRetrieval+1

Can Targeted Adversarial Examples Transfer When the Source and Target Models Have No Label Space Overlap?

2021-03-17 · Nathan Inkawhich, Kevin J Liang, Jingyang Zhang, Huanrui Yang 외

We design blackbox transfer-based targeted adversarial attacks for an environment where the attacker's source model and the target blackbox model may have disjoint label spaces and training datasets. This scenario signif…