paper-with-me

홈 › Papers

Improved Generalization Bounds for Adversarially Robust Learning

2018-10-04 · Idan Attias, Aryeh Kontorovich, Yishay Mansour

We consider a model of robust learning in an adversarial environment. The learner gets uncorrupted training data with access to possible corruptions that may be affected by the adversary during testing. The learner's goal is to build a robust classifier, which will be tested on future adversarial examples. The adversary is limited to $k$ possible corruptions for each input. We model the learner-adversary interaction as a zero-sum game. This model is closely related to the adversarial examples model of Schmidt et al. (2018); Madry et al. (2017). Our main results consist of generalization bounds for the binary and multiclass classification, as well as the real-valued case (regression). For the binary classification setting, we both tighten the generalization bound of Feige et al. (2015), and are also able to handle infinite hypothesis classes. The sample complexity is improved from $O(\frac{1}{\epsilon^4}\log(\frac{|H|}{\delta}))$ to $O\big(\frac{1}{\epsilon^2}(kVC(H)\log^{\frac{3}{2}+\alpha}(kVC(H))+\log(\frac{1}{\delta})\big)$ for any $\alpha > 0$. Additionally, we extend the algorithm and generalization bound from the binary to the multiclass and real-valued cases. Along the way, we obtain results on fat-shattering dimension and Rademacher complexity of $k$-fold maxima over function classes; these may be of independent interest. For binary classification, the algorithm of Feige et al. (2015) uses a regret minimization algorithm and an ERM oracle as a black box; we adapt it for the multiclass and regression settings. The algorithm provides us with near-optimal policies for the players on a given training sample.

📄 PDF Abstract BibTeX arXiv:1810.02180

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationGeneral ClassificationGeneralization BoundsMulti-class Classificationregression

Similar Papers 제목 키워드 기반

PAC-Bayesian Adversarially Robust Generalization Bounds for Graph Neural Network

2024-02-06 · Tan Sun, Junhong Lin

Graph neural networks (GNNs) have gained popularity for various graph-related tasks. However, similar to deep neural networks, GNNs are also vulnerable to adversarial attacks. Empirical studies have shown that adversaria…

Generalization BoundsGraph Neural Network

Improved Sample Complexities for Deep Networks and Robust Classification via an All-Layer Margin

2019-10-09 · Colin Wei, Tengyu Ma

For linear classifiers, the relationship between (normalized) output margin and generalization is captured in a clear and simple bound -- a large output margin implies good generalization. Unfortunately, for deep models,…

AllGeneral ClassificationGeneralization BoundsRobust classification

Improved Sample Complexities for Deep Neural Networks and Robust Classification via an All-Layer Margin

2020-05-01 · ICLR 2020 1 · Colin Wei, Tengyu Ma

For linear classifiers, the relationship between (normalized) output margin and generalization is captured in a clear and simple bound – a large output margin implies good generalization. Unfortunately, for deep models, …

AllGeneralization BoundsRobust classification

PAC-Bayesian Spectrally-Normalized Bounds for Adversarially Robust Generalization

2023-10-09 · NeurIPS 2023 11

Deep neural networks (DNNs) are vulnerable to adversarial attacks. It is found empirically that adversarially robust generalization is crucial in establishing defense algorithms against adversarial attacks. Therefore, it…

Adversarial RobustnessGeneralization Bounds

Understanding Adversarially Robust Generalization via Weight-Curvature Index

2024-10-10 · Yuelin Xu, Xiao Zhang

Despite extensive research on adversarial examples, the underlying mechanisms of adversarially robust generalization, a critical yet challenging task for deep learning, remain largely unknown. In this work, we propose a …

Adversarial RobustnessGeneralization Bounds