paper-with-me

Papers

LOTS about Attacking Deep Features

2016-11-18 · Andras Rozsa, Manuel Günther, Terrance E. Boult

Deep neural networks provide state-of-the-art performance on various tasks and are, therefore, widely used in real world applications. DNNs are becoming frequently utilized in biometrics for extracting deep features, which can be used in recognition systems for enrolling and recognizing new individuals. It was revealed that deep neural networks suffer from a fundamental problem, namely, they can unexpectedly misclassify examples formed by slightly perturbing correctly recognized inputs. Various approaches have been developed for generating these so-called adversarial examples, but they aim at attacking end-to-end networks. For biometrics, it is natural to ask whether systems using deep features are immune to or, at least, more resilient to attacks than end-to-end networks. In this paper, we introduce a general technique called the layerwise origin-target synthesis (LOTS) that can be efficiently used to form adversarial examples that mimic the deep features of the target. We analyze and compare the adversarial robustness of the end-to-end VGG Face network with systems that use Euclidean or cosine distance between gallery templates and extracted deep features. We demonstrate that iterative LOTS is very effective and show that systems utilizing deep features are easier to attack than the end-to-end network.

📄 PDF Abstract BibTeX arXiv:1611.06179

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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$…
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…
Ethereum Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Generating Natural Language Adversarial Examples through An Improved Beam Search Algorithm

2021-10-15 · Tengfei Zhao, Zhaocheng Ge, Hanping Hu, Dingmeng Shi

The research of adversarial attacks in the text domain attracts many interests in the last few years, and many methods with a high attack success rate have been proposed. However, these attack methods are inefficient as …

Dialogue Term Extraction using Transfer Learning and Topological Data Analysis

2022-08-22 · SIGDIAL (ACL) 2022 9 · Renato Vukovic, Michael Heck, Benjamin Matthias Ruppik, Carel van Niekerk 외

Goal oriented dialogue systems were originally designed as a natural language interface to a fixed data-set of entities that users might inquire about, further described by domain, slots, and values. As we move towards a…

Goal-Oriented Dialogue SystemsLanguage ModellingTerm ExtractionTopological Data Analysis+2

Adaptive Feature Alignment for Adversarial Training

2021-05-31 · Tao Wang, Ruixin Zhang, Xingyu Chen, Kai Zhao 외

Recent studies reveal that Convolutional Neural Networks (CNNs) are typically vulnerable to adversarial attacks, which pose a threat to security-sensitive applications. Many adversarial defense methods improve robustness…

Adversarial Defense

Adversarial Detection: Attacking Object Detection in Real Time

2022-09-05 · Han Wu, Syed Yunas, Sareh Rowlands, Wenjie Ruan 외

Intelligent robots rely on object detection models to perceive the environment. Following advances in deep learning security it has been revealed that object detection models are vulnerable to adversarial attacks. Howeve…

Objectobject-detectionObject Detection

Query-Efficient Hard-label Black-box Attack:An Optimization-based Approach

2018-07-12 · Minhao Cheng, Thong Le, Pin-Yu Chen, Jin-Feng Yi 외

We study the problem of attacking a machine learning model in the hard-label black-box setting, where no model information is revealed except that the attacker can make queries to probe the corresponding hard-label decis…

BIG-bench Machine Learning