ildoonet / unsupervised-data-augmentation

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDA : Unsupervised Data Augmentation

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.

  • Experiments on Text Dataset need to be done. Any Pull-Requests would be appreciated.
  • Augmentation policies for SVHN, Imagenet using AutoAugment are not available publicly. We use policies from Fast AutoAugment.

Most of codes are from Fast AutoAugment.

Introduction

todo.

Run

$ python train.py -c confs/wresnet28x2.yaml --unsupervised

Experiments

Cifar10 (Reduced, 4k dataset)

Reproduce Paper's Result

WResNet 28x2 Paper Our Converged(Top1 Err) Our Best(Top1 Err)
Supervised 20.26 21.30
AutoAugment 14.1* 15.4 13.4
UDA 5.27 6.58 6.27

SVHN

todo.

ImageNet

todo.

References

About

Unofficial PyTorch Implementation of Unsupervised Data Augmentation.

License:Apache License 2.0


Languages

Language:Python 100.0%