paper-with-me

Papers

Early Methods for Detecting Adversarial Images

2016-08-01 · Dan Hendrycks, Kevin Gimpel

Many machine learning classifiers are vulnerable to adversarial perturbations. An adversarial perturbation modifies an input to change a classifier's prediction without causing the input to seem substantially different to human perception. We deploy three methods to detect adversarial images. Adversaries trying to bypass our detectors must make the adversarial image less pathological or they will fail trying. Our best detection method reveals that adversarial images place abnormal emphasis on the lower-ranked principal components from PCA. Other detectors and a colorful saliency map are in an appendix.

📄 PDF Abstract BibTeX arXiv:1608.00530

Code (1)

hendrycks/fooling 공식 구현 tf

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Exploring Adversarial Fake Images on Face Manifold

2021-01-09 · CVPR 2021 1 · Dongze Li, Wei Wang, Hongxing Fan, Jing Dong

Images synthesized by powerful generative adversarial network (GAN) based methods have drawn moral and privacy concerns. Although image forensic models have reached great performance in detecting fake images from real on…

Adversarial AttackDeepFake DetectionFace SwappingGenerative Adversarial Network

Adversarial Attacks and Detection on Reinforcement Learning-Based Interactive Recommender Systems

2020-06-14 · Yuanjiang Cao, Xiaocong Chen, Lina Yao, Xianzhi Wang 외

Adversarial attacks pose significant challenges for detecting adversarial attacks at an early stage. We propose attack-agnostic detection on reinforcement learning-based interactive recommendation systems. We first craft…

Interactive RecommendationRecommendation Systemsreinforcement-learningReinforcement Learning (RL)

Deep Mining: Detecting Anomalous Patterns in Neural Network Activations with Subset Scanning

2020-01-01 · ICLR 2020 1 · Skyler Speakman, Celia Cintas, Victor Akinwande, Srihari Sridharan 외

This work views neural networks as data generating systems and applies anomalous pattern detection techniques on that data in order to detect when a network is processing a group of anomalous inputs. Detecting anomalies…

Inference Time Evidences of Adversarial Attacks for Forensic on Transformers

2023-01-31 · Hugo Lemarchant, Liangzi Li, Yiming Qian, Yuta Nakashima 외

Vision Transformers (ViTs) are becoming a very popular paradigm for vision tasks as they achieve state-of-the-art performance on image classification. However, although early works implied that this network structure had…

image-classificationImage Classification

Can We Mitigate Backdoor Attack Using Adversarial Detection Methods?

2020-06-26 · Kaidi Jin, Tianwei Zhang, Chao Shen, Yufei Chen 외

Deep Neural Networks are well known to be vulnerable to adversarial attacks and backdoor attacks, where minor modifications on the input are able to mislead the models to give wrong results. Although defenses against adv…

Adversarial DefenseBackdoor Attack