paper-with-me

홈 › Papers

Towards the Memorization Effect of Neural Networks in Adversarial Training

2021-06-09 · Han Xu, Xiaorui Liu, Wentao Wang, Wenbiao Ding, Zhongqin Wu, Zitao Liu, Anil Jain, Jiliang Tang

Recent studies suggest that `memorization'' is one important factor for overparameterized deep neural networks (DNNs) to achieve optimal performance. Specifically, the perfectly fitted DNNs can memorize the labels of many atypical samples, generalize their memorization to correctly classify test atypical samples and enjoy better test performance. While, DNNs which are optimized via adversarial training algorithms can also achieve perfect training performance by memorizing the labels of atypical samples, as well as the adversarially perturbed atypical samples. However, adversarially trained models always suffer from poor generalization, with both relatively low clean accuracy and robustness on the test set. In this work, we study the effect of memorization in adversarial trained DNNs and disclose two important findings: (a) Memorizing atypical samples is only effective to improve DNN's accuracy on clean atypical samples, but hardly improve their adversarial robustness and (b) Memorizing certain atypical samples will even hurt the DNN's performance on typical samples. Based on these two findings, we propose Benign Adversarial Training (BAT) which can facilitate adversarial training to avoid fitting harmful'' atypical samples and fit as more `benign'' atypical samples as possible. In our experiments, we validate the effectiveness of BAT, and show it can achieve better clean accuracy vs. robustness trade-off than baseline methods, in benchmark datasets such as CIFAR100 and Tiny~ImageNet.

📄 PDF Abstract BibTeX arXiv:2106.04794

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessMemorization

Similar Papers 제목 키워드 기반

Exploring Memorization in Adversarial Training

2021-06-03 · ICLR 2022 4 · Yinpeng Dong, Ke Xu, Xiao Yang, Tianyu Pang 외

Deep learning models have a propensity for fitting the entire training set even with random labels, which requires memorization of every training sample. In this paper, we explore the memorization effect in adversarial t…

Memorization

On the Over-Memorization During Natural, Robust and Catastrophic Overfitting

2023-10-13 · Runqi Lin, Chaojian Yu, Bo Han, Tongliang Liu

Overfitting negatively impacts the generalization ability of deep neural networks (DNNs) in both natural and adversarial training. Existing methods struggle to consistently address different types of overfitting, typical…

Memorization

On the Privacy Effect of Data Enhancement via the Lens of Memorization

2022-08-17 · Xiao Li, Qiongxiu Li, Zhanhao Hu, Xiaolin Hu

Machine learning poses severe privacy concerns as it has been shown that the learned models can reveal sensitive information about their training data. Many works have investigated the effect of widely adopted data augme…

Adversarial RobustnessData AugmentationMemorization

Rethinking LLM Memorization through the Lens of Adversarial Compression

2024-04-23 · Avi Schwarzschild, Zhili Feng, Pratyush Maini, Zachary C. Lipton 외

Large language models (LLMs) trained on web-scale datasets raise substantial concerns regarding permissible data usage. One major question is whether these models "memorize" all their training data or they integrate many…

Memorization

Reducing Training Sample Memorization in GANs by Training with Memorization Rejection

2022-10-21 · Andrew Bai, Cho-Jui Hsieh, Wendy Kan, Hsuan-Tien Lin

Generative adversarial network (GAN) continues to be a popular research direction due to its high generation quality. It is observed that many state-of-the-art GANs generate samples that are more similar to the training …

Generative Adversarial NetworkMemorization