paper-with-me

Papers

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 the input space, for training and thereby enhances the generalization ability of a classifier. However, such adversarial samples can be generated only within a very small area around the input data point, which limits the adversarial effectiveness of such samples. To address this problem we propose LVAT (Latent space VAT), which injects perturbation in the latent space instead of the input space. LVAT can generate adversarial samples flexibly, resulting in more adverse effects and thus more effective regularization. The latent space is built by a generative model, and in this paper, we examine two different type of models: variational auto-encoder and normalizing flow, specifically Glow. We evaluated the performance of our method in both supervised and semi-supervised learning scenarios for an image classification task using SVHN and CIFAR-10 datasets. In our evaluation, we found that our method outperforms VAT and other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2011.13181

Code (1)

geosada/LVAT 공식 구현 tf

Tasks

Adversarial Robustnessimage-classificationImage Classification

Similar 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 …

Semi-Supervised Image Classification

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

Latent Adversarial Regularization for Offline Preference Optimization

2026-01-29 · Enyi Jiang, Yibo Jacky Zhang, Yinglun Xu, Andreas Haupt 외 arxiv

Learning from human feedback typically relies on preference optimization that constrains policy updates through token-level regularization. However, preference optimization for language models is particularly challenging…

RDEC: Integrating Regularization into Deep Embedded Clustering for Imbalanced Datasets

2018-12-06 · Yaling Tao, Kentaro Takagi, Kouta Nakata

Clustering is a fundamental machine learning task and can be used in many applications. With the development of deep neural networks (DNNs), combining techniques from DNNs with clustering has become a new research direct…

Clustering

Manifold attack

2020-09-13 · Khanh-Hung Tran, Fred-Maurice Ngole-Mboula, Jean-Luc Starck

Machine Learning in general and Deep Learning in particular has gained much interest in the recent decade and has shown significant performance improvements for many Computer Vision or Natural Language Processing tasks. …