Adversarial Dropout for Supervised and Semi-supervised Learning
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.
Code (3)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Adversarial Dropout for Recurrent Neural Networks
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 ClassificationAdversarial Dropout Regularization
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+2Efficient Semi-supervised Consistency Training for Natural Language Understanding
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 UnderstandingTranslationAdversarial Learning for Supervised and Semi-supervised Relation Extraction in Biomedical Literature
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 ExtractionAdversarial Self-Supervised Learning for Semi-Supervised 3D Action Recognition
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