paper-with-me

홈 › Papers

Deflecting Adversarial Attacks with Pixel Deflection

2018-01-26 · CVPR 2018 6 · Aaditya Prakash, Nick Moran, Solomon Garber, Antonella DiLillo, James Storer

CNNs are poised to become integral parts of many critical systems. Despite their robustness to natural variations, image pixel values can be manipulated, via small, carefully crafted, imperceptible perturbations, to cause a model to misclassify images. We present an algorithm to process an image so that classification accuracy is significantly preserved in the presence of such adversarial manipulations. Image classifiers tend to be robust to natural noise, and adversarial attacks tend to be agnostic to object location. These observations motivate our strategy, which leverages model robustness to defend against adversarial perturbations by forcing the image to match natural image statistics. Our algorithm locally corrupts the image by redistributing pixel values via a process we term pixel deflection. A subsequent wavelet-based denoising operation softens this corruption, as well as some of the adversarial changes. We demonstrate experimentally that the combination of these techniques enables the effective recovery of the true class, against a variety of robust attacks. Our results compare favorably with current state-of-the-art defenses, without requiring retraining or modifying the CNN.

📄 PDF Abstract BibTeX arXiv:1801.08926

Code (3)

iamaaditya/pixel-deflection 공식 구현
anishathalye/pixel-deflection tf
carlini/pixel-deflection tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Deflecting Adversarial Attacks

2020-02-18 · Yao Qin, Nicholas Frosst, Colin Raffel, Garrison Cottrell 외

There has been an ongoing cycle where stronger defenses against adversarial attacks are subsequently broken by a more advanced defense-aware attack. We present a new approach towards ending this cycle where we "deflect''…

"What's in the box?!": Deflecting Adversarial Attacks by Randomly Deploying Adversarially-Disjoint Models

2021-02-09 · Sahar Abdelnabi, Mario Fritz

Machine learning models are now widely deployed in real-world applications. However, the existence of adversarial examples has been long considered a real threat to such models. While numerous defenses aiming to improve …

Diversity

Strategic Deflection: Defending LLMs from Logit Manipulation

2025-07-29 · Yassine Rachidy, Jihad Rbaiti, Youssef Hmamouche, Faissal Sehbaoui 외 arxiv

With the growing adoption of Large Language Models (LLMs) in critical areas, ensuring their security against jailbreaking attacks is paramount. While traditional defenses primarily rely on refusing malicious prompts, rec…

Delving into the pixels of adversarial samples

2021-06-21 · Blerta Lindqvist

Despite extensive research into adversarial attacks, we do not know how adversarial attacks affect image pixels. Knowing how image pixels are affected by adversarial attacks has the potential to lead us to better adversa…

Superpixel Attack: Enhancing Black-box Adversarial Attack with Image-driven Division Areas

2025-11-29 · Issa Oe, Keiichiro Yamamura, Hiroki Ishikura, Ryo Hamahira 외 arxiv

Deep learning models are used in safety-critical tasks such as automated driving and face recognition. However, small perturbations in the model input can significantly change the predictions. Adversarial attacks are use…

Adversarial AttackFace Recognition