paper-with-me

Papers

Pick-Object-Attack: Type-Specific Adversarial Attack for Object Detection

2020-06-05 · Omid Mohamad Nezami, Akshay Chaturvedi, Mark Dras, Utpal Garain

Many recent studies have shown that deep neural models are vulnerable to adversarial samples: images with imperceptible perturbations, for example, can fool image classifiers. In this paper, we present the first type-specific approach to generating adversarial examples for object detection, which entails detecting bounding boxes around multiple objects present in the image and classifying them at the same time, making it a harder task than against image classification. We specifically aim to attack the widely used Faster R-CNN by changing the predicted label for a particular object in an image: where prior work has targeted one specific object (a stop sign), we generalise to arbitrary objects, with the key challenge being the need to change the labels of all bounding boxes for all instances of that object type. To do so, we propose a novel method, named Pick-Object-Attack. Pick-Object-Attack successfully adds perturbations only to bounding boxes for the targeted object, preserving the labels of other detected objects in the image. In terms of perceptibility, the perturbations induced by the method are very small. Furthermore, for the first time, we examine the effect of adversarial attacks on object detection in terms of a downstream task, image captioning; we show that where a method that can modify all object types leads to very obvious changes in captions, the changes from our constrained attack are much less apparent.

📄 PDF Abstract BibTeX arXiv:2006.03184

Code (1)

omidmnezami/pick-object-attack 공식 구현 caffe2

Tasks

Adversarial AttackImage Captioningimage-classificationImage ClassificationObjectobject-detectionObject DetectionVocal Bursts Type Prediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Bio-Inspired Adversarial Attack Against Deep Neural Networks

2021-06-30 · Bowei Xi, Yujie Chen, Fan Fei, Zhan Tu 외

The paper develops a new adversarial attack against deep neural networks (DNN), based on applying bio-inspired design to moving physical objects. To the best of our knowledge, this is the first work to introduce physical…

Adversarial AttackObject

Adversarial Attacks on Camera-LiDAR Models for 3D Car Detection

2021-03-17 · Mazen Abdelfattah, Kaiwen Yuan, Z. Jane Wang, Rabab Ward

Most autonomous vehicles (AVs) rely on LiDAR and RGB camera sensors for perception. Using these point cloud and image data, perception models based on deep neural nets (DNNs) have achieved state-of-the-art performance in…

Adversarial AttackAutonomous Vehicles

Adversarial Machine Learning in Text Analysis and Generation

2021-01-14 · Izzat Alsmadi

The research field of adversarial machine learning witnessed a significant interest in the last few years. A machine learner or model is secure if it can deliver main objectives with acceptable accuracy, efficiency, etc.…

BIG-bench Machine Learning

Measuring the Transferability of Adversarial Examples

2019-07-14 · Deyan Petrov, Timothy M. Hospedales

Adversarial examples are of wide concern due to their impact on the reliability of contemporary machine learning systems. Effective adversarial examples are mostly found via white-box attacks. However, in some cases they…

SSIM

Multi-objective Evolutionary Search of Variable-length Composite Semantic Perturbations

2023-07-13 · Jialiang Sun, Wen Yao, Tingsong Jiang, Xiaoqian Chen

Deep neural networks have proven to be vulnerable to adversarial attacks in the form of adding specific perturbations on images to make wrong outputs. Designing stronger adversarial attack methods can help more reliably …

Adversarial AttackAutoML