paper-with-me

Papers

RamBoAttack: A Robust Query Efficient Deep Neural Network Decision Exploit

2021-12-10 · Viet Quoc Vo, Ehsan Abbasnejad, Damith C. Ranasinghe

Machine learning models are critically susceptible to evasion attacks from adversarial examples. Generally, adversarial examples, modified inputs deceptively similar to the original input, are constructed under whitebox settings by adversaries with full access to the model. However, recent attacks have shown a remarkable reduction in query numbers to craft adversarial examples using blackbox attacks. Particularly, alarming is the ability to exploit the classification decision from the access interface of a trained model provided by a growing number of Machine Learning as a Service providers including Google, Microsoft, IBM and used by a plethora of applications incorporating these models. The ability of an adversary to exploit only the predicted label from a model to craft adversarial examples is distinguished as a decision-based attack. In our study, we first deep dive into recent state-of-the-art decision-based attacks in ICLR and SP to highlight the costly nature of discovering low distortion adversarial employing gradient estimation methods. We develop a robust query efficient attack capable of avoiding entrapment in a local minimum and misdirection from noisy gradients seen in gradient estimation methods. The attack method we propose, RamBoAttack, exploits the notion of Randomized Block Coordinate Descent to explore the hidden classifier manifold, targeting perturbations to manipulate only localized input features to address the issues of gradient estimation methods. Importantly, the RamBoAttack is more robust to the different sample inputs available to an adversary and the targeted class. Overall, for a given target class, RamBoAttack is demonstrated to be more robust at achieving a lower distortion within a given query budget. We curate our extensive results using the large-scale high-resolution ImageNet dataset and open-source our attack, test samples and artifacts on GitHub.

📄 PDF Abstract BibTeX arXiv:2112.05282

Code (1)

vietvo89/RamBoAttack.github.io 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

End-to-end solution for linked open data query logs analytics

2024-03-09 · Dihia Lanasri

Important advances in pillar domains are derived from exploiting query-logs which represents users interest and preferences. Deep understanding of users provides useful knowledge which can influence strongly decision-mak…

Decision Making

Query Decomposition for RAG: Balancing Exploration-Exploitation

2025-10-21 · Roxana Petcu, Kenton Murray, Daniel Khashabi, Evangelos Kanoulas 외 arxiv

Retrieval-augmented generation (RAG) systems address complex user requests by decomposing them into subqueries, retrieving potentially relevant documents for each, and then aggregating them to generate an answer. Efficie…

CLEAR: Cumulative LEARning for One-Shot One-Class Image Recognition

2018-06-01 · CVPR 2018 6 · Jedrzej Kozerawski, Matthew Turk

This work addresses the novel problem of one-shot one-class classification. The goal is to estimate a classification decision boundary for a novel class based on a single image example. Our method exploits transfer learn…

ClassificationGeneral ClassificationOne-Class ClassificationTransfer Learning

CGBA: Curvature-aware Geometric Black-box Attack

2023-08-06 · ICCV 2023 1 · Md Farhamdur Reza, Ali Rahmati, Tianfu Wu, Huaiyu Dai

Decision-based black-box attacks often necessitate a large number of queries to craft an adversarial example. Moreover, decision-based attacks based on querying boundary points in the estimated normal vector direction of…

LSDAT: Low-Rank and Sparse Decomposition for Decision-based Adversarial Attack

2021-03-19 · Ashkan Esmaeili, Marzieh Edraki, Nazanin Rahnavard, Mubarak Shah 외

We propose LSDAT, an image-agnostic decision-based black-box attack that exploits low-rank and sparse decomposition (LSD) to dramatically reduce the number of queries and achieve superior fooling rates compared to the st…

Adversarial AttackComputational EfficiencyDimensionality Reduction