paper-with-me

Papers

Effective and Efficient Vote Attack on Capsule Networks

2021-02-19 · ICLR 2021 1 · Jindong Gu, Baoyuan Wu, Volker Tresp

Standard Convolutional Neural Networks (CNNs) can be easily fooled by images with small quasi-imperceptible artificial perturbations. As alternatives to CNNs, the recently proposed Capsule Networks (CapsNets) are shown to be more robust to white-box attacks than CNNs under popular attack protocols. Besides, the class-conditional reconstruction part of CapsNets is also used to detect adversarial examples. In this work, we investigate the adversarial robustness of CapsNets, especially how the inner workings of CapsNets change when the output capsules are attacked. The first observation is that adversarial examples misled CapsNets by manipulating the votes from primary capsules. Another observation is the high computational cost, when we directly apply multi-step attack methods designed for CNNs to attack CapsNets, due to the computationally expensive routing mechanism. Motivated by these two observations, we propose a novel vote attack where we attack votes of CapsNets directly. Our vote attack is not only effective but also efficient by circumventing the routing process. Furthermore, we integrate our vote attack into the detection-aware attack paradigm, which can successfully bypass the class-conditional reconstruction based detection method. Extensive experiments demonstrate the superior attack performance of our vote attack on CapsNets.

📄 PDF Abstract BibTeX arXiv:2102.10055

Code (1)

JindongGu/VoteAttack 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Matrix capsules with EM routing

2018-01-01 · ICLR 2018 1 · Geoffrey E. Hinton, Sara Sabour, Nicholas Frosst

A capsule is a group of neurons whose outputs represent different properties of the same entity. Each layer in a capsule network contains many capsules. We describe a version of capsules in which each capsule has a logis…

Image Classification

Capsule networks with non-iterative cluster routing

2021-09-19 · Zhihao Zhao, Samuel Cheng

Capsule networks use routing algorithms to flow information between consecutive layers. In the existing routing procedures, capsules produce predictions (termed votes) for capsules of the next layer. In a nutshell, the n…

CapsAttacks: Robust and Imperceptible Adversarial Attacks on Capsule Networks

2019-01-28 · Alberto Marchisio, Giorgio Nanfa, Faiq Khalid, Muhammad Abdullah Hanif 외

Capsule Networks preserve the hierarchical spatial relationships between objects, and thereby bears a potential to surpass the performance of traditional Convolutional Neural Networks (CNNs) in performing tasks like imag…

image-classificationImage ClassificationTraffic Sign Recognition

DARCCC: Detecting Adversaries by Reconstruction from Class Conditional Capsules

2018-11-16 · Nicholas Frosst, Sara Sabour, Geoffrey Hinton

We present a simple technique that allows capsule models to detect adversarial images. In addition to being trained to classify images, the capsule model is trained to reconstruct the images from the pose parameters and …

On the Vulnerability of Capsule Networks to Adversarial Attacks

2019-06-09 · Felix Michels, Tobias Uelwer, Eric Upschulte, Stefan Harmeling

This paper extensively evaluates the vulnerability of capsule networks to different adversarial attacks. Recent work suggests that these architectures are more robust towards adversarial attacks than other neural network…