MLLGJul 2, 2015

Distributional Smoothing with Virtual Adversarial Training

arXiv:1507.00677v9465 citations
Originality Highly original
AI Analysis

This work addresses the challenge of enhancing model smoothness and generalization without label information, making it particularly useful for semi-supervised learning tasks in computer vision.

The authors tackled the problem of improving model robustness and performance in supervised and semi-supervised learning by proposing virtual adversarial training (VAT), a regularization method based on local distributional smoothness (LDS), which outperformed other methods on MNIST, SVHN, and NORB datasets, achieving state-of-the-art results in semi-supervised learning for SVHN and NORB.

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 and semi-supervised learning for the MNIST dataset, it outperformed all the training methods other than the current state of the art method, which is based on a highly advanced generative model. We also applied our method to SVHN and NORB, and confirmed our method's superior performance over the current state of the art semi-supervised method applied to these datasets.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes