paper-with-me

Papers

Distributional Smoothing with Virtual Adversarial Training

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

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.

📄 PDF Abstract BibTeX arXiv:1507.00677

Code (6)

takerum/vat 공식 구현
LYWH/oppo_face_vat pytorch
ciolo/Sentiment-Analisys tf
likelion-hyeonjun/VAT_PYTORCH pytorch
lyakaap/VAT-pytorch pytorch
pwc-1/Paper-9/tree/main/4/vat mindspore

Similar Papers 제목 키워드 기반

Virtual Adversarial Ladder Networks For Semi-supervised Learning

2017-11-20 · Saki Shinoda, Daniel E. Worrall, Gabriel J. Brostow

Semi-supervised learning (SSL) partially circumvents the high cost of labeling data by augmenting a small labeled dataset with a large and relatively cheap unlabeled dataset drawn from the same distribution. This paper o…

Theoretical and Empirical Study of Adversarial Examples

2018-09-27 · Fuchen Liu, Hongwei Shang, Hong Zhang

Many techniques are developed to defend against adversarial examples at scale. So far, the most successful defenses generate adversarial examples during each training step and add them to the training data. Yet, this bri…

Data Augmentation

Adversarially and Distributionally Robust Virtual Energy Storage Systems via the Scenario Approach

2025-11-12 · Georgios Pantazis, Nicola Mignoni, Raffaele Carli, Mariagrazia Dotoli 외 arxiv

We study virtual energy storage services based on the aggregation of EV batteries in parking lots under time-varying, uncertain EV departures and state-of-charge limits. We propose a convex data-driven scheduling framewo…

A stochastic smoothing framework for nonconvex-nonconcave min-sum-max problems with applications to Wasserstein distributionally robust optimization

2025-02-24 · Wei Liu, Muhammad Khan, Gabriel Mancino-Ball, Yangyang Xu

Applications such as adversarially robust training and Wasserstein Distributionally Robust Optimization (WDRO) can be naturally formulated as min-sum-max optimization problems. While this formulation can be rewritten as …

Distributional Adversarial Loss

2024-06-05 · Saba Ahmadi, Siddharth Bhandari, Avrim Blum, Chen Dan 외

A major challenge in defending against adversarial attacks is the enormous space of possible attacks that even a simple adversary might perform. To address this, prior work has proposed a variety of defenses that effecti…