Distributional Smoothing with Virtual Adversarial Training
Takeru Miyato, Shin-ichi Maeda, Masanori Koyama, Ken Nakae, Shin Ishii

TL;DR
This paper introduces Virtual Adversarial Training (VAT), a regularization technique that enhances model smoothness by measuring local distributional robustness, applicable to semi-supervised learning with low computational cost.
Contribution
The paper proposes LDS-based regularization called VAT, which determines adversarial directions from the model distribution alone, improving semi-supervised learning performance efficiently.
Findings
VAT outperforms most existing methods on MNIST, SVHN, and NORB datasets.
VAT achieves competitive results without using label information for adversarial direction.
The computational cost of VAT is low, requiring only a few forward and backward passes.
Abstract
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 regularization as virtual adversarial training (VAT). The LDS of a model at an input datapoint is defined as the KL-divergence based robustness of the model distribution against local perturbation around the datapoint. VAT resembles adversarial training, but distinguishes itself in that it determines the adversarial direction from the model distribution alone without using the label information, making it applicable to semi-supervised learning. The computational cost for VAT is relatively low. For neural network, the approximated gradient of the LDS can be computed with no more than three pairs of forward and back propagations. When we applied our technique to supervised…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis · Guidance and Control Systems
