paper-with-me

홈 › Papers

Adversarial Dropout for Supervised and Semi-supervised Learning

2017-07-12 · Sungrae Park, Jun-Keon Park, Su-Jin Shin, Il-Chul Moon

Recently, the training with adversarial examples, which are generated by adding a small but worst-case perturbation on input examples, has been proved to improve generalization performance of neural networks. In contrast to the individually biased inputs to enhance the generality, this paper introduces adversarial dropout, which is a minimal set of dropouts that maximize the divergence between the outputs from the network with the dropouts and the training supervisions. The identified adversarial dropout are used to reconfigure the neural network to train, and we demonstrated that training on the reconfigured sub-network improves the generalization performance of supervised and semi-supervised learning tasks on MNIST and CIFAR-10. We analyzed the trained model to reason the performance improvement, and we found that adversarial dropout increases the sparsity of neural networks more than the standard dropout does.

📄 PDF Abstract BibTeX arXiv:1707.03631

Code (3)

sungraepark/Adversarial-Dropout 공식 구현 tf
alexboii/Adversarial-Dropout
tiff-wang/adversarial-dropout-reproducibility-challenge tf

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Adversarial Dropout for Recurrent Neural Networks

2019-04-22 · Sungrae Park, Kyungwoo Song, Mingi Ji, Wonsung Lee 외

Successful application processing sequential data, such as text and speech, requires an improved generalization performance of recurrent neural networks (RNNs). Dropout techniques for RNNs were introduced to respond to t…

Language ModelingLanguage ModellingSemi-Supervised Text ClassificationText Classification

Adversarial Dropout Regularization

2017-11-05 · ICLR 2018 1 · Kuniaki Saito, Yoshitaka Ushiku, Tatsuya Harada, Kate Saenko

We present a method for transferring neural representations from label-rich source domains to unlabeled target domains. Recent adversarial methods proposed for this task learn to align features across domains by fooling …

Domain AdaptationGeneral Classificationimage-classificationImage Classification+2

Efficient Semi-supervised Consistency Training for Natural Language Understanding

2022-07-01 · NAACL (ACL) 2022 7 · George Leung, Joshua Tan

Manually labeled training data is expensive, noisy, and often scarce, such as when developing new features or localizing existing features for a new region. In cases where labeled data is limited but unlabeled data is ab…

Data Augmentationdomain classificationNatural Language UnderstandingTranslation

Adversarial Learning for Supervised and Semi-supervised Relation Extraction in Biomedical Literature

2020-05-08 · Peng Su, K. Vijay-Shanker

Adversarial training is a technique of improving model performance by involving adversarial examples in the training process. In this paper, we investigate adversarial training with multiple adversarial examples to benef…

BenchmarkingRelationRelation Extraction

Adversarial Self-Supervised Learning for Semi-Supervised 3D Action Recognition

2020-07-12 · ECCV 2020 8 · Chenyang Si, Xuecheng Nie, Wei Wang, Liang Wang 외

We consider the problem of semi-supervised 3D action recognition which has been rarely explored before. Its major challenge lies in how to effectively learn motion representations from unlabeled data. Self-supervised lea…

3D Action RecognitionAction RecognitionSelf-Supervised Learning