Skip to content

KUCognitiveInformaticsLab/blur-training

Repository files navigation

blur-training

Training CNNs(Convolutional Neural Networks) with blurred images.

Blurred images (GaussianBlur)

Training images are blurred by Gaussian function. The images are more blurred as std.(σ) of Gaussian kernel is bigger. blurred-images

Schedule

You can try different training schedule as for blurring images. Here is an overview of the training schedule:
(In ./cifar10/, the terms are different, and some modes may not be included.) schedule

Training

Datasets

(Note that you have to download ImageNet by yourself.)

  • ImageNet dataset
  • 16-class-ImageNet dataset This dataset is from Geirhos et al., 2018.
    (R. Geirhos, C. R. M. Temme, J. Rauber, H. H. Schütt, M. Bethge and F. A. Wichmann: Generalisation in humans and deep neural networks. Advances in Neural Information Processing Systems (NeurIPS), 7538–7550, 2018.)
    I make the dataset from ImageNet by using robustness library.
  • Cifar-10 dataset

References

pytorch tutorial
pytorch imagenet training example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published