paper-with-me

홈 › Papers

Defense Against Adversarial Images using Web-Scale Nearest-Neighbor Search

2019-03-05 · CVPR 2019 6 · Abhimanyu Dubey, Laurens van der Maaten, Zeki Yalniz, Yixuan Li, Dhruv Mahajan

A plethora of recent work has shown that convolutional networks are not robust to adversarial images: images that are created by perturbing a sample from the data distribution as to maximize the loss on the perturbed example. In this work, we hypothesize that adversarial perturbations move the image away from the image manifold in the sense that there exists no physical process that could have produced the adversarial image. This hypothesis suggests that a successful defense mechanism against adversarial images should aim to project the images back onto the image manifold. We study such defense mechanisms, which approximate the projection onto the unknown image manifold by a nearest-neighbor search against a web-scale image database containing tens of billions of images. Empirical evaluations of this defense strategy on ImageNet suggest that it is very effective in attack settings in which the adversary does not have access to the image database. We also propose two novel attack methods to break nearest-neighbor defenses, and demonstrate conditions under which nearest-neighbor defense fails. We perform a series of ablation experiments, which suggest that there is a trade-off between robustness and accuracy in our defenses, that a large image database (with hundreds of millions of images) is crucial to get good performance, and that careful construction the image database is important to be robust against attacks tailored to circumvent our defenses.

📄 PDF Abstract BibTeX arXiv:1903.01612

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Robustness of Deep K-Nearest Neighbors

2019-03-20 · Chawin Sitawarin, David Wagner

Despite a large amount of attention on adversarial examples, very few works have demonstrated an effective defense against this threat. We examine Deep k-Nearest Neighbor (DkNN), a proposed defense that combines k-Neares…

Defending Against Adversarial Examples with K-Nearest Neighbor

2019-06-23 · Chawin Sitawarin, David Wagner

Robustness is an increasingly important property of machine learning models as they become more and more prevalent. We propose a defense against adversarial examples based on a k-nearest neighbor (kNN) on the intermediat…

A Person Re-identification Data Augmentation Method with Adversarial Defense Effect

2021-01-21 · Yunpeng Gong, Zhiyong Zeng, Liwen Chen, Yifan Luo 외

The security of the Person Re-identification(ReID) model plays a decisive role in the application of ReID. However, deep neural networks have been shown to be vulnerable, and adding undetectable adversarial perturbations…

Adversarial DefenseData AugmentationMS-SSIMPerson Re-Identification+1

Manifold Projection for Adversarial Defense on Face Recognition

2020-08-01 · ECCV 2020 8 · Jianli Zhou, Chao Liang, Jun Chen

Although deep convolutional neural network based face recognition system has achieved remarkable success, it is susceptible to adversarial images: carefully constructed imperceptible perturbations can easily mislead deep…

Adversarial DefenseFace Recognition

ScaleCert: Scalable Certified Defense against Adversarial Patches with Sparse Superficial Layers

2021-10-27 · NeurIPS 2021 12 · Husheng Han, Kaidi Xu, Xing Hu, Xiaobing Chen 외

Adversarial patch attacks that craft the pixels in a confined region of the input images show their powerful attack effectiveness in physical environments even with noises or deformations. Existing certified defenses tow…