paper-with-me

Papers

Is Supervised Learning With Adversarial Features Provably Better Than Sole Supervision?

2019-10-30 · Litu Rout

Generative Adversarial Networks (GAN) have shown promising results on a wide variety of complex tasks. Recent experiments show adversarial training provides useful gradients to the generator that helps attain better performance. In this paper, we intend to theoretically analyze whether supervised learning with adversarial features can outperform sole supervision, or not. First, we show that supervised learning without adversarial features suffer from vanishing gradient issue in near optimal region. Second, we analyze how adversarial learning augmented with supervised signal mitigates this vanishing gradient issue. Finally, we prove our main result that shows supervised learning with adversarial features can be better than sole supervision (under some mild assumptions). We support our main result on two fronts (i) expected empirical risk and (ii) rate of convergence.

📄 PDF Abstract BibTeX arXiv:1910.13993

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Training Helps Transfer Learning via Better Representations

2021-06-18 · NeurIPS 2021 12 · Zhun Deng, Linjun Zhang, Kailas Vodrahalli, Kenji Kawaguchi 외

Transfer learning aims to leverage models pre-trained on source data to efficiently adapt to target setting, where only limited data are available for model fine-tuning. Recent works empirically demonstrate that adversar…

Transfer Learning

Provably Adversarially Robust Nearest Prototype Classifiers

2022-07-14 · Václav Voráček, Matthias Hein

Nearest prototype classifiers (NPCs) assign to each input point the label of the nearest prototype with respect to a chosen distance metric. A direct advantage of NPCs is that the decisions are interpretable. Previous wo…

image-classificationImage Classification

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

2019-06-09 · NeurIPS 2019 12 · Hadi Salman, Greg Yang, Jerry Li, Pengchuan Zhang 외

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, …

Adversarial AttackAdversarial DefenseDeep Learning

Adversarial Training Can Provably Improve Robustness: Theoretical Analysis of Feature Learning Process Under Structured Data

2024-10-11 · Binghui Li, Yuanzhi Li

Adversarial training is a widely-applied approach to training deep neural networks to be robust against adversarial perturbation. However, although adversarial training has achieved empirical success in practice, it stil…

Learning Theory

Unsupervised Adversarial Detection without Extra Model: Training Loss Should Change

2023-08-07 · Chien Cheng Chyou, Hung-Ting Su, Winston H. Hsu

Adversarial robustness poses a critical challenge in the deployment of deep learning models for real-world applications. Traditional approaches to adversarial training and supervised detection rely on prior knowledge of …

Adversarial Robustness