All Projects → 9310gaurav → Virtual Adversarial Training

9310gaurav / Virtual Adversarial Training

Pytorch implementation of Virtual Adversarial Training

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Virtual Adversarial Training

Ali Pytorch
PyTorch implementation of Adversarially Learned Inference (BiGAN).
Stars: ✭ 61 (-35.11%)
Mutual labels:  semi-supervised-learning, cifar10, adversarial-learning
temporal-ensembling-semi-supervised
Keras implementation of temporal ensembling(semi-supervised learning)
Stars: ✭ 22 (-76.6%)
Mutual labels:  semi-supervised-learning, cifar10
Advsemiseg
Adversarial Learning for Semi-supervised Semantic Segmentation, BMVC 2018
Stars: ✭ 382 (+306.38%)
Mutual labels:  semi-supervised-learning, adversarial-learning
Adversarial Explainable Ai
💡 A curated list of adversarial attacks on model explanations
Stars: ✭ 56 (-40.43%)
Mutual labels:  adversarial-learning
Acgan Pytorch
Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs
Stars: ✭ 57 (-39.36%)
Mutual labels:  semi-supervised-learning
Grand
Source code and dataset of the NeurIPS 2020 paper "Graph Random Neural Network for Semi-Supervised Learning on Graphs"
Stars: ✭ 75 (-20.21%)
Mutual labels:  semi-supervised-learning
Bible text gcn
Pytorch implementation of "Graph Convolutional Networks for Text Classification"
Stars: ✭ 90 (-4.26%)
Mutual labels:  semi-supervised-learning
Gvb
Code of Gradually Vanishing Bridge for Adversarial Domain Adaptation (CVPR2020)
Stars: ✭ 52 (-44.68%)
Mutual labels:  adversarial-learning
Bsconv
Reference implementation for Blueprint Separable Convolutions (CVPR 2020)
Stars: ✭ 84 (-10.64%)
Mutual labels:  cifar10
Cot
[ICLR'19] Complement Objective Training
Stars: ✭ 70 (-25.53%)
Mutual labels:  cifar10
Label Embedding Network
Label Embedding Network
Stars: ✭ 69 (-26.6%)
Mutual labels:  cifar10
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+1067.02%)
Mutual labels:  cifar10
Dtc
Semi-supervised Medical Image Segmentation through Dual-task Consistency
Stars: ✭ 79 (-15.96%)
Mutual labels:  semi-supervised-learning
Usss iccv19
Code for Universal Semi-Supervised Semantic Segmentation models paper accepted in ICCV 2019
Stars: ✭ 57 (-39.36%)
Mutual labels:  semi-supervised-learning
Tensorflow Cifar 10
Cifar-10 CNN implementation using TensorFlow library with 20% error.
Stars: ✭ 85 (-9.57%)
Mutual labels:  cifar10
Handwriting recogition using adversarial learning
[CVPR 2019] "Handwriting Recognition in Low-resource Scripts using Adversarial Learning ”, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019.
Stars: ✭ 52 (-44.68%)
Mutual labels:  adversarial-learning
Pose Adv Aug
Code for "Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation" (CVPR 2018)
Stars: ✭ 83 (-11.7%)
Mutual labels:  adversarial-learning
Sparsely Grouped Gan
Code for paper "Sparsely Grouped Multi-task Generative Adversarial Networks for Facial Attribute Manipulation"
Stars: ✭ 68 (-27.66%)
Mutual labels:  semi-supervised-learning
Deepaffinity
Protein-compound affinity prediction through unified RNN-CNN
Stars: ✭ 75 (-20.21%)
Mutual labels:  semi-supervised-learning
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (+0%)
Mutual labels:  cifar10

Virtual Adversarial Training

Pytorch implementation of "Virtual Adversarial Training: a Regularization Method for Supervised and Semi-Supervised Learning" http://arxiv.org/abs/1704.03976

For reproducing semi-supervised learning results for SVHN with VAT loss:

python main.py --dataroot=<dataroot> --dataset=svhn --method=vat

For reproducing semi-supervised learning results for CIFAR10 with VAT loss:

python main.py --dataroot=<dataroot> --dataset=cifar10 --method=vat --num_epochs=500 --epoch_decay_start=460 --epsilon=10.0 --top_bn=False

For reproducing semi-supervised learning results for SVHN with VAT loss + Entropy loss:

python main.py --dataroot=<dataroot> --dataset=svhn --method=vatent

For reproducing semi-supervised learning results for CIFAR10 with VAT loss + Entropy loss:

python main.py --dataroot=<dataroot> --dataset=cifar10 --method=vatent --num_epochs=500 --epoch_decay_start=460 --epsilon=10.0 --top_bn=False

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].