paper-with-me

Papers

Virtual Adversarial Training: A Regularization Method for Supervised and Semi-Supervised Learning

2017-04-13 · Takeru Miyato, Shin-ichi Maeda, Masanori Koyama, Shin Ishii

We propose a new regularization method based on virtual adversarial loss: a new measure of local smoothness of the conditional label distribution given input. Virtual adversarial loss is defined as the robustness of the conditional label distribution around each input data point against local perturbation. Unlike adversarial training, our method defines the adversarial direction without label information and is hence applicable to semi-supervised learning. Because the directions in which we smooth the model are only "virtually" adversarial, we call our method virtual adversarial training (VAT). The computational cost of VAT is relatively low. For neural networks, the approximated gradient of virtual adversarial loss can be computed with no more than two pairs of forward- and back-propagations. In our experiments, we applied VAT to supervised and semi-supervised learning tasks on multiple benchmark datasets. With a simple enhancement of the algorithm based on the entropy minimization principle, our VAT achieves state-of-the-art performance for semi-supervised learning tasks on SVHN and CIFAR-10.

📄 PDF Abstract BibTeX arXiv:1704.03976

Code (14)

takerum/vat_chainer 공식 구현
takerum/vat_tf 공식 구현 tf
9310gaurav/virtual-adversarial-training pytorch
JohnYKiyo/VAT pytorch
LYWH/oppo_face_vat pytorch
TOA-ZR/VATcode tf
cherise215/maxstyle pytorch
deepaks2112/vat_lds tf
likelion-hyeonjun/VAT_PYTORCH pytorch
lyakaap/VAT-pytorch pytorch
maxwell0027/pefat pytorch
reeered/VAT mindspore
rtavenar/keras_vat
tensorflow/neural-structured-learning tf

Tasks

Semi-Supervised Image Classification

Similar Papers 제목 키워드 기반

Tangent-Normal Adversarial Regularization for Semi-supervised Learning

2018-08-18 · CVPR 2019 6 · Bing Yu, Jingfeng Wu, Jinwen Ma, Zhanxing Zhu

Compared with standard supervised learning, the key difficulty in semi-supervised learning is how to make full use of the unlabeled data. A recently proposed method, virtual adversarial training (VAT), smartly performs a…

TAR

Distributional Smoothing with Virtual Adversarial Training

2015-07-02 · Takeru Miyato, Shin-ichi Maeda, Masanori Koyama, Ken Nakae 외

We propose local distributional smoothness (LDS), a new notion of smoothness for statistical model that can be used as a regularization term to promote the smoothness of the model distribution. We named the LDS based reg…

Adversarial Transformations for Semi-Supervised Learning

2019-11-13 · Teppei Suzuki, Ikuro Sato

We propose a Regularization framework based on Adversarial Transformations (RAT) for semi-supervised learning. RAT is designed to enhance robustness of the output distribution of class prediction for a given data against…

General Classificationimage-classificationImage ClassificationSemi-Supervised Image Classification

Regularization with Latent Space Virtual Adversarial Training

2020-11-26 · ECCV 2020 8 · Genki Osada, Budrul Ahsan, Revoti Prasad Bora, Takashi Nishide

Virtual Adversarial Training (VAT) has shown impressive results among recently developed regularization methods called consistency regularization. VAT utilizes adversarial samples, generated by injecting perturbation in …

Adversarial Robustnessimage-classificationImage Classification

Virtual Adversarial Training on Graph Convolutional Networks in Node Classification

2019-02-28 · Ke Sun, Zhouchen Lin, Hantao Guo, Zhanxing Zhu

The effectiveness of Graph Convolutional Networks (GCNs) has been demonstrated in a wide range of graph-based machine learning tasks. However, the update of parameters in GCNs is only from labeled nodes, lacking the util…

ClassificationGeneral ClassificationNode Classification