paper-with-me

홈 › Papers

Explaining Adversarial Robustness of Neural Networks from Clustering Effect Perspective

2023-01-01 · ICCV 2023 1 · Yulin Jin, XiaoYu Zhang, Jian Lou, Xu Ma, Zilong Wang, Xiaofeng Chen

Adversarial training (AT) is the most commonly used mechanism to improve the robustness of deep neural networks. Recently, a novel adversarial attack against intermediate layers exploits the extra fragility of adversarially trained networks to output incorrect predictions. The result implies the insufficiency in the searching space of the adversarial perturbation in adversarial training. To straighten out the reason for the effectiveness of the intermediate-layer attack, we interpret the forward propagation as the Clustering Effect, characterizing that the intermediate-layer representations of neural networks for samples i.i.d. to the training set with the same label are similar, and we theoretically prove the existence of Clustering Effect by corresponding Information Bottleneck Theory. We afterward observe that the intermediate-layer attack disobeys the clustering effect of the AT-trained model. Inspired by these significant observations, we propose a regularization method to extend the perturbation searching space during training, named sufficient adversarial training (SAT). We give a proven robustness bound of neural networks through rigorous mathematical proof. The experimental evaluations manifest the superiority of SAT over other state-of-the-art AT mechanisms in defending against adversarial attacks against both output and intermediate layers. Our code and Appendix can be found at https://github.com/clustering-effect/SAT.

📄 PDF Abstract BibTeX

Code (1)

clustering-effect/sat 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessClustering

Similar Papers 제목 키워드 기반

Clustering Effect of Adversarial Robust Models

2021-12-01 · NeurIPS 2021 12 · Yang Bai, Xin Yan, Yong Jiang, Shu-Tao Xia 외

Adversarial robustness has received increasing attention along with the study of adversarial examples. So far, existing works show that robust models not only obtain robustness against various adversarial attacks but als…

Adversarial RobustnessClusteringDomain Adaptation

Clustering Effect of (Linearized) Adversarial Robust Models

2021-11-25 · Yang Bai, Xin Yan, Yong Jiang, Shu-Tao Xia 외

Adversarial robustness has received increasing attention along with the study of adversarial examples. So far, existing works show that robust models not only obtain robustness against various adversarial attacks but als…

Adversarial RobustnessClusteringDomain Adaptation

On the Robustness of Deep Clustering Models: Adversarial Attacks and Defenses

2022-10-04 · Anshuman Chhabra, Ashwin Sekhari, Prasant Mohapatra

Clustering models constitute a class of unsupervised machine learning methods which are used in a number of application pipelines, and play a vital role in modern data science. With recent advancements in deep learning -…

ClusteringDeep ClusteringFace Clustering

Adversarial Learning for Robust Deep Clustering

2020-12-01 · NeurIPS 2020 12 · Xu Yang, Cheng Deng, Kun Wei, Junchi Yan 외

Deep clustering integrates embedding and clustering together to obtain the optimal nonlinear embedding space, which is more effective in real-world scenarios compared with conventional clustering methods. However, the ro…

Adversarial AttackClusteringDeep Clustering

Analyzing the Interpretability Robustness of Self-Explaining Models

2019-05-27 · Haizhong Zheng, Earlence Fernandes, Atul Prakash

Recently, interpretable models called self-explaining models (SEMs) have been proposed with the goal of providing interpretability robustness. We evaluate the interpretability robustness of SEMs and show that explanation…