paper-with-me

홈 › Papers

Focused Adversarial Attacks

2022-05-19 · Thomas Cilloni, Charles Walter, Charles Fleming

Recent advances in machine learning show that neural models are vulnerable to minimally perturbed inputs, or adversarial examples. Adversarial algorithms are optimization problems that minimize the accuracy of ML models by perturbing inputs, often using a model's loss function to craft such perturbations. State-of-the-art object detection models are characterized by very large output manifolds due to the number of possible locations and sizes of objects in an image. This leads to their outputs being sparse and optimization problems that use them incur a lot of unnecessary computation. We propose to use a very limited subset of a model's learned manifold to compute adversarial examples. Our \textit{Focused Adversarial Attacks} (FA) algorithm identifies a small subset of sensitive regions to perform gradient-based adversarial attacks. FA is significantly faster than other gradient-based attacks when a model's manifold is sparsely activated. Also, its perturbations are more efficient than other methods under the same perturbation constraints. We evaluate FA on the COCO 2017 and Pascal VOC 2007 detection datasets.

📄 PDF Abstract BibTeX arXiv:2205.09624

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

FA 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Attacks and Defenses on 3D Point Cloud Classification: A Survey

2023-07-01 · Hanieh Naderi, Ivan V. Bajić

Deep learning has successfully solved a wide range of tasks in 2D vision as a dominant AI technique. Recently, deep learning on 3D point clouds is becoming increasingly popular for addressing various tasks in this field.…

3D Point Cloud ClassificationAdversarial AttackDeep LearningPoint Cloud Classification

Evasion Attacks Against Bayesian Predictive Models

2025-06-11 · Pablo G. Arce, Roi Naveiro, David Ríos Insua

There is an increasing interest in analyzing the behavior of machine learning systems against adversarial attacks. However, most of the research in adversarial machine learning has focused on studying weaknesses against …

Adversarial attacks and defenses on ML- and hardware-based IoT device fingerprinting and identification

2022-12-30 · Pedro Miguel Sánchez Sánchez, Alberto Huertas Celdrán, Gérôme Bovet, Gregorio Martínez Pérez

In the last years, the number of IoT devices deployed has suffered an undoubted explosion, reaching the scale of billions. However, some new cybersecurity issues have appeared together with this development. Some of thes…

IoT Device Identification

Superclass Adversarial Attack

2022-05-29 · Soichiro Kumano, Hiroshi Kera, Toshihiko Yamasaki

Adversarial attacks have only focused on changing the predictions of the classifier, but their danger greatly depends on how the class is mistaken. For example, when an automatic driving system mistakes a Persian cat for…

Adversarial AttackMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

From Hero to Zéroe: A Benchmark of Low-Level Adversarial Attacks

2020-10-12 · Steffen Eger, Yannik Benz

Adversarial attacks are label-preserving modifications to inputs of machine learning classifiers designed to fool machines but not humans. Natural Language Processing (NLP) has mostly focused on high-level attack scenari…

Natural Language InferencePart-Of-Speech TaggingToxic Comment Classification