PeerNets: Exploiting Peer Wisdom Against Adversarial Attacks
Jan Svoboda, Jonathan Masci, Federico Monti, Michael M. Bronstein,, Leonidas Guibas

TL;DR
PeerNets are a new convolutional network architecture that incorporates peer sample information via graph convolutions, significantly enhancing robustness against adversarial attacks while maintaining accuracy.
Contribution
Introduces PeerNets, a novel architecture combining Euclidean and graph convolutions to improve adversarial robustness through non-local feature aggregation.
Findings
PeerNets are up to 3 times more robust to adversarial attacks.
Maintains comparable accuracy to traditional networks.
Effective against both white- and black-box attacks.
Abstract
Deep learning systems have become ubiquitous in many aspects of our lives. Unfortunately, it has been shown that such systems are vulnerable to adversarial attacks, making them prone to potential unlawful uses. Designing deep neural networks that are robust to adversarial attacks is a fundamental step in making such systems safer and deployable in a broader variety of applications (e.g. autonomous driving), but more importantly is a necessary step to design novel and more advanced architectures built on new computational paradigms rather than marginally building on the existing ones. In this paper we introduce PeerNets, a novel family of convolutional networks alternating classical Euclidean convolutions with graph convolutions to harness information from a graph of peer samples. This results in a form of non-local forward propagation in the model, where latent features are conditioned…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Advanced Neural Network Applications
