paper-with-me

Papers

CapsAttacks: Robust and Imperceptible Adversarial Attacks on Capsule Networks

2019-01-28 · Alberto Marchisio, Giorgio Nanfa, Faiq Khalid, Muhammad Abdullah Hanif, Maurizio Martina, Muhammad Shafique

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 image classification. A large body of work has explored adversarial examples for CNNs, but their effectiveness on Capsule Networks has not yet been well studied. In our work, we perform an analysis to study the vulnerabilities in Capsule Networks to adversarial attacks. These perturbations, added to the test inputs, are small and imperceptible to humans, but can fool the network to mispredict. We propose a greedy algorithm to automatically generate targeted imperceptible adversarial examples in a black-box attack scenario. We show that this kind of attacks, when applied to the German Traffic Sign Recognition Benchmark (GTSRB), mislead Capsule Networks. Moreover, we apply the same kind of adversarial attacks to a 5-layer CNN and a 9-layer CNN, and analyze the outcome, compared to the Capsule Networks to study differences in their behavior.

📄 PDF Abstract BibTeX arXiv:1901.09878

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationTraffic Sign Recognition

Similar 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 t…

Adversarial Robustness

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…

Imperceptible Adversarial Attacks on Tabular Data

2019-11-08 · Vincent Ballet, Xavier Renard, Jonathan Aigrain, Thibault Laugel 외

Security of machine learning models is a concern as they may face adversarial attacks for unwarranted advantageous decisions. While research on the topic has mainly been focusing on the image domain, numerous industrial …

BIG-bench Machine Learning

Increasing the adversarial robustness and explainability of capsule networks with $γ$-capsules

2018-12-23 · David Peer, Sebastian Stabinger, Antonio Rodriguez-Sanchez

In this paper we introduce a new inductive bias for capsule networks and call networks that use this prior $\gamma$-capsule networks. Our inductive bias that is inspired by TE neurons of the inferior temporal cortex incr…

Adversarial RobustnessInductive Bias

PGD-Imp: Rethinking and Unleashing Potential of Classic PGD with Dual Strategies for Imperceptible Adversarial Attacks

2024-12-15 · Jin Li, Zitong Yu, Ziqiang He, Z. Jane Wang 외

Imperceptible adversarial attacks have recently attracted increasing research interests. Existing methods typically incorporate external modules or loss terms other than a simple $l_p$-norm into the attack process to ach…