paper-with-me

홈 › Papers

Robustness, Privacy, and Generalization of Adversarial Training

2020-12-25 · Fengxiang He, Shaopeng Fu, Bohan Wang, DaCheng Tao

Adversarial training can considerably robustify deep neural networks to resist adversarial attacks. However, some works suggested that adversarial training might comprise the privacy-preserving and generalization abilities. This paper establishes and quantifies the privacy-robustness trade-off and generalization-robustness trade-off in adversarial training from both theoretical and empirical aspects. We first define a notion, {\it robustified intensity} to measure the robustness of an adversarial training algorithm. This measure can be approximate empirically by an asymptotically consistent empirical estimator, {\it empirical robustified intensity}. Based on the robustified intensity, we prove that (1) adversarial training is $(\varepsilon, \delta)$-differentially private, where the magnitude of the differential privacy has a positive correlation with the robustified intensity; and (2) the generalization error of adversarial training can be upper bounded by an $\mathcal O(\sqrt{\log N}/N)$ on-average bound and an $\mathcal O(1/\sqrt{N})$ high-probability bound, both of which have positive correlations with the robustified intensity. Additionally, our generalization bounds do not explicitly rely on the parameter size which would be prohibitively large in deep learning. Systematic experiments on standard datasets, CIFAR-10 and CIFAR-100, are in full agreement with our theories. The source code package is available at \url{https://github.com/fshp971/RPG}.

📄 PDF Abstract BibTeX arXiv:2012.13573

Code (1)

fshp971/RPG 공식 구현 pytorch

Tasks

Generalization BoundsPrivacy Preserving

Similar Papers 제목 키워드 기반

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

SAFE: Secure and Accurate Federated Learning for Privacy-Preserving Brain-Computer Interfaces

2026-01-09 · Tianwang Jia, Xiaoqing Chen, Dongrui Wu arxiv

Electroencephalogram (EEG)-based brain-computer interfaces (BCIs) are widely adopted due to their efficiency and portability; however, their decoding algorithms still face multiple challenges, including inadequate genera…

Adversarial RobustnessFederated Learning

DeMem: Privacy-Enhanced Robust Adversarial Learning via De-Memorization

2024-12-08 · Xiaoyu Luo, Qiongxiu Li

Adversarial robustness, the ability of a model to withstand manipulated inputs that cause errors, is essential for ensuring the trustworthiness of machine learning models in real-world applications. However, previous stu…

Adversarial RobustnessMemorization

A unified view on differential privacy and robustness to adversarial examples

2019-06-19 · Rafael Pinot, Florian Yger, Cédric Gouy-Pailler, Jamal Atif

This short note highlights some links between two lines of research within the emerging topic of trustworthy machine learning: differential privacy and robustness to adversarial examples. By abstracting the definitions o…

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