paper-with-me

홈 › Papers

Deflecting Adversarial Attacks

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

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'' adversarial attacks by causing the attacker to produce an input that semantically resembles the attack's target class. To this end, we first propose a stronger defense based on Capsule Networks that combines three detection mechanisms to achieve state-of-the-art detection performance on both standard and defense-aware attacks. We then show that undetected attacks against our defense often perceptually resemble the adversarial target class by performing a human study where participants are asked to label images produced by the attack. These attack images can no longer be called "adversarial'' because our network classifies them the same way as humans do.

📄 PDF Abstract BibTeX arXiv:2002.07405

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deflecting Adversarial Attacks with Pixel Deflection

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

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 caus…

Adversarial Attack

"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

A survey on deep packet inspection for intrusion detection systems

2008-03-01 · Tamer Abuhmed, Abedelaziz Mohaisen, DaeHun Nyang

Deep packet inspection is widely recognized as a powerful way which is used for intrusion detection systems for inspecting, deterring and deflecting malicious at- tacks over the network. Fundamentally, almost intru- sion…

Intrusion DetectionSurvey

Torchattacks: A PyTorch Repository for Adversarial Attacks

2020-09-24 · Hoki Kim

Torchattacks is a PyTorch library that contains adversarial attacks to generate adversarial examples and to verify the robustness of deep learning models. The code can be found at https://github.com/Harry24k/adversarial-…

Deep Learning

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…