paper-with-me

Papers

Robust Local Features for Improving the Generalization of Adversarial Training

2019-09-23 · ICLR 2020 1 · Chuanbiao Song, Kun He, Jiadong Lin, Li-Wei Wang, John E. Hopcroft

Adversarial training has been demonstrated as one of the most effective methods for training robust models to defend against adversarial examples. However, adversarially trained models often lack adversarially robust generalization on unseen testing data. Recent works show that adversarially trained models are more biased towards global structure features. Instead, in this work, we would like to investigate the relationship between the generalization of adversarial training and the robust local features, as the robust local features generalize well for unseen shape variation. To learn the robust local features, we develop a Random Block Shuffle (RBS) transformation to break up the global structure features on normal adversarial examples. We continue to propose a new approach called Robust Local Features for Adversarial Training (RLFAT), which first learns the robust local features by adversarial training on the RBS-transformed adversarial examples, and then transfers the robust local features into the training of normal adversarial examples. To demonstrate the generality of our argument, we implement RLFAT in currently state-of-the-art adversarial training frameworks. Extensive experiments on STL-10, CIFAR-10 and CIFAR-100 show that RLFAT significantly improves both the adversarially robust generalization and the standard generalization of adversarial training. Additionally, we demonstrate that our models capture more local features of the object on the images, aligning better with human perception.

📄 PDF Abstract BibTeX arXiv:1909.10147

Code (1)

JHL-HUST/RLFAT 공식 구현 tf

Similar Papers 제목 키워드 기반

CAP: Co-Adversarial Perturbation on Weights and Features for Improving Generalization of Graph Neural Networks

2021-10-28 · Haotian Xue, Kaixiong Zhou, Tianlong Chen, Kai Guo 외

Despite the recent advances of graph neural networks (GNNs) in modeling graph data, the training of GNNs on large datasets is notoriously hard due to the overfitting. Adversarial training, which augments data with the wo…

Localized Adversarial Domain Generalization

2022-05-09 · CVPR 2022 1 · Wei Zhu, Le Lu, Jing Xiao, Mei Han 외

Deep learning methods can struggle to handle domain shifts not seen in training data, which can cause them to not generalize well to unseen domains. This has led to research attention on domain generalization (DG), which…

Domain Generalization

Beyond Dropout: Robust Convolutional Neural Networks Based on Local Feature Masking

2024-07-18 · Yunpeng Gong, Chuangliang Zhang, Yongjie Hou, Lifei Chen 외

In the contemporary of deep learning, where models often grapple with the challenge of simultaneously achieving robustness against adversarial attacks and strong generalization capabilities, this study introduces an inno…

Adversarial AttackAdversarial RobustnessPerson Re-Identification

Federated Hybrid Training and Self-Adversarial Distillation: Towards Robust Edge Networks

2024-12-26 · Yu Qiao, Apurba Adhikary, Kitae Kim, Eui-Nam Huh 외

Federated learning (FL) is a distributed training technology that enhances data privacy in mobile edge networks by allowing data owners to collaborate without transmitting raw data to the edge server. However, data heter…

Data AugmentationFederated Learning

Entropy Guided Adversarial Model for Weakly Supervised Object Localization

2020-08-04 · Sabrina Narimene Benassou, Wuzhen Shi, Feng Jiang

Weakly Supervised Object Localization is challenging because of the lack of bounding box annotations. Previous works tend to generate a class activation map i.e CAM to localize the object. Unfortunately, the network acti…

ObjectObject LocalizationWeakly-Supervised Object Localization