paper-with-me

홈 › Papers

Towards Robust Stacked Capsule Autoencoder with Hybrid Adversarial Training

2022-02-28 · Jiazhu Dai, Siwei Xiong

Capsule networks (CapsNets) are new neural networks that classify images based on the spatial relationships of features. By analyzing the pose of features and their relative positions, it is more capable to recognize images after affine transformation. The stacked capsule autoencoder (SCAE) is a state-of-the-art CapsNet, and achieved unsupervised classification of CapsNets for the first time. However, the security vulnerabilities and the robustness of the SCAE has rarely been explored. In this paper, we propose an evasion attack against SCAE, where the attacker can generate adversarial perturbations based on reducing the contribution of the object capsules in SCAE related to the original category of the image. The adversarial perturbations are then applied to the original images, and the perturbed images will be misclassified. Furthermore, we propose a defense method called Hybrid Adversarial Training (HAT) against such evasion attacks. HAT makes use of adversarial training and adversarial distillation to achieve better robustness and stability. We evaluate the defense method and the experimental results show that the refined SCAE model can achieve 82.14% classification accuracy under evasion attack. The source code is available at https://github.com/FrostbiteXSW/SCAE_Defense.

📄 PDF Abstract BibTeX arXiv:2202.13755

Code (1)

frostbitexsw/scae_defense 공식 구현

Methods 이 논문이 사용한 방법론

CapsNet Capsule Network is a machine learning system that is a type of artificial neural network that can be used to better model hierarchical relationships. The approach is an…

Similar Papers 제목 키워드 기반

An Evasion Attack against Stacked Capsule Autoencoder

2020-10-14 · Jiazhu Dai, Siwei Xiong

Capsule network is a type of neural network that uses the spatial relationship between features to classify images. By capturing the poses and relative positions between features, its ability to recognize affine transfor…

Adversarial Attackimage-classificationImage Classification

Stacked Capsule Autoencoders

2019-06-17 · NeurIPS 2019 12 · Adam R. Kosiorek, Sara Sabour, Yee Whye Teh, Geoffrey E. Hinton

Objects are composed of a set of geometrically organized parts. We introduce an unsupervised capsule autoencoder (SCAE), which explicitly uses geometric relationships between parts to reason about objects. Since these re…

Cross-Modal RetrievalObjectUnsupervised MNIST

DPR-CAE: Capsule Autoencoder with Dynamic Part Representation for Image Parsing

2021-04-30 · Canqun Xiang, Zhennan Wang, Wenbin Zou, Chen Xu

Parsing an image into a hierarchy of objects, parts, and relations is important and also challenging in many computer vision tasks. This paper proposes a simple and effective capsule autoencoder to address this issue, ca…

DecoderTranslation

Inference for Generative Capsule Models

2021-03-11 · Alfredo Nazabal, Nikolaos Tsagkas, Christopher K. I. Williams

Capsule networks (see e.g. Hinton et al., 2018) aim to encode knowledge and reason about the relationship between an object and its parts. In this paper we specify a \emph{generative} model for such data, and derive a va…

Object

Generative Adversarial Stacked Autoencoders

2020-11-22 · Ariel Ruiz-Garcia, Ibrahim Almakky, Vasile Palade, Luke Hicks

Generative Adversarial Networks (GANs) have become predominant in image generation tasks. Their success is attributed to the training regime which employs two models: a generator G and discriminator D that compete in a m…

Image Generation