paper-with-me

Papers

Cascade Adversarial Machine Learning Regularized with a Unified Embedding

2017-08-08 · ICLR 2018 1 · Taesik Na, Jong Hwan Ko, Saibal Mukhopadhyay

Injecting adversarial examples during training, known as adversarial training, can improve robustness against one-step attacks, but not for unknown iterative attacks. To address this challenge, we first show iteratively generated adversarial images easily transfer between networks trained with the same strategy. Inspired by this observation, we propose cascade adversarial training, which transfers the knowledge of the end results of adversarial training. We train a network from scratch by injecting iteratively generated adversarial images crafted from already defended networks in addition to one-step adversarial images from the network being trained. We also propose to utilize embedding space for both classification and low-level (pixel-level) similarity learning to ignore unknown pixel level perturbation. During training, we inject adversarial images without replacing their corresponding clean images and penalize the distance between the two embeddings (clean and adversarial). Experimental results show that cascade adversarial training together with our proposed low-level similarity learning efficiently enhances the robustness against iterative attacks, but at the expense of decreased robustness against one-step attacks. We show that combining those two techniques can also improve robustness under the worst case black box attack scenario.

📄 PDF Abstract BibTeX arXiv:1708.02582

Code (1)

taesikna/cascade_adv_training 공식 구현 tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Adversarially Regularized Graph Autoencoder for Graph Embedding

2018-02-13 · Shirui Pan, Ruiqi Hu, Guodong Long, Jing Jiang 외

Graph embedding is an effective method to represent graph data in a low dimensional space for graph analytics. Most existing embedding algorithms typically focus on preserving the topological structure or minimizing the …

ClusteringDecoderGraph ClusteringGraph Embedding+1

Learning Graph Embedding with Adversarial Training Methods

2019-01-04 · Shirui Pan, Ruiqi Hu, Sai-fu Fung, Guodong Long 외

Graph embedding aims to transfer a graph into vectors to facilitate subsequent graph analytics tasks like link prediction and graph clustering. Most approaches on graph embedding focus on preserving the graph structure o…

ClusteringDecoderGraph ClusteringGraph Embedding+2

Learning Deep Network Representations with Adversarially Regularized Autoencoders

2018-07-19 · ACM SIGKDD International Conference on Knowledge Discovery & Data Mining 2018 7 · Wenchao Yu, Cheng Zheng, Wei Cheng, Charu C. Aggarwal 외

The problem of network representation learning, also known as network embedding, arises in many machine learning tasks assuming that there exist a small number of variabilities in the vertex representations which can cap…

Link PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONNetwork Embedding+1

Defending Against Adversarial Examples by Regularized Deep Embedding

2019-09-25 · Yao Li, Martin Renqiang Min, Wenchao Yu, Cho-Jui Hsieh 외

Recent studies have demonstrated the vulnerability of deep convolutional neural networks against adversarial examples. Inspired by the observation that the intrinsic dimension of image data is much smaller than its pixel…

Adversarial AttackAdversarial Robustness

Wasserstein Adversarially Regularized Graph Autoencoder

2021-11-09 · Huidong Liang, Junbin Gao

This paper introduces Wasserstein Adversarially Regularized Graph Autoencoder (WARGA), an implicit generative algorithm that directly regularizes the latent distribution of node embedding to a target distribution via the…

ClusteringLink PredictionNode Clustering