paper-with-me

홈 › Papers

Adversarial Label Learning

2018-05-22 · Chidubem Arachie, Bert Huang

We consider the task of training classifiers without labels. We propose a weakly supervised method---adversarial label learning---that trains classifiers to perform well against an adversary that chooses labels for training data. The weak supervision constrains what labels the adversary can choose. The method therefore minimizes an upper bound of the classifier's error rate using projected primal-dual subgradient descent. Minimizing this bound protects against bias and dependencies in the weak supervision. Experiments on three real datasets show that our method can train without labels and outperforms other approaches for weakly supervised learning.

📄 PDF Abstract BibTeX arXiv:1805.08877

Code (0)

등록된 구현이 없습니다.

Tasks

Weakly-supervised Learning

Similar Papers 제목 키워드 기반

Modeling Adversarial Noise for Adversarial Defense

2021-09-29 · Dawei Zhou, Nannan Wang, Bo Han, Tongliang Liu

Deep neural networks have been demonstrated to be vulnerable to adversarial noise, promoting the development of defense against adversarial attacks. Motivated by the fact that adversarial noise contains well-generalizing…

Adversarial Defense

Modeling Adversarial Noise for Adversarial Training

2021-09-21 · Dawei Zhou, Nannan Wang, Bo Han, Tongliang Liu

Deep neural networks have been demonstrated to be vulnerable to adversarial noise, promoting the development of defense against adversarial attacks. Motivated by the fact that adversarial noise contains well-generalizing…

Adversarial Defense

Label Noise in Adversarial Training: A Novel Perspective to Study Robust Overfitting

2021-10-07 · chengyu dong, Liyuan Liu, Jingbo Shang

We show that label noise exists in adversarial training. Such label noise is due to the mismatch between the true label distribution of adversarial examples and the label inherited from clean examples - the true label di…

Where is the Bottleneck of Adversarial Learning with Unlabeled Data?

2019-11-20 · Jingfeng Zhang, Bo Han, Gang Niu, Tongliang Liu 외

Deep neural networks (DNNs) are incredibly brittle due to adversarial examples. To robustify DNNs, adversarial training was proposed, which requires large-scale but well-labeled data. However, it is quite expensive to an…

Efficient Semi-Supervised Adversarial Training without Guessing Labels

2021-09-29 · Huimin Wu, Heng Huang, Bin Gu

Adversarial training has been proved to be the most effective defensive strategy to protect models from adversarial attacks. In the practical application scenario of adversarial training, we face not only labeled data,…