Skip to content

zzhang05/ANDA

Repository files navigation

Evaluation Codes and Pre-trained models of WACV2024 paper ''Improving the Leaking of Augmentations in Data-Efficient GANs via Adaptive Negative Data Augmentation''

We have provided the pre-trained models of ANDA with Different DE-GANs on low-shot datasets for better obtaining the results we reported in the paper. The code of this module is built by ourselves based on the test codes of the DiffAug-GAN [link] and ADA [link].

Dataset

The low-shot datasets can be found in [link]

Requirement

Please follow the DiffAug-GAN [link] and ADA [link] to build the envirment required.

Pre-trained models of ANDA with StyleGAN2 + DiffAugment on Low-shot datasets

Pre-trained model on 100-shot-obama dataset [link]

Pre-trained model on 100-shot-panda dataset [link]

Pre-trained model on 100-shot-grumpy_cat dataset [link]

Pre-trained model on AnimalFace-cat dataset [link]

Pre-trained model on AnimalFace-dog dataset [link]

Pre-trained models of ANDA with StyleGAN2 + ADA on Low-shot datasets

Pre-trained model on 100-shot-obama dataset [link]

Pre-trained model on 100-shot-panda dataset [link]

Pre-trained model on 100-shot-grumpy_cat dataset [link]

Pre-trained model on AnimalFace-cat dataset [link]

Pre-trained model on AnimalFace-dog dataset [link]

Pre-trained models of ANDA with InsGen on Low-shot datasets

Pre-trained model on 100-shot-obama dataset [link]

Pre-trained model on 100-shot-panda dataset [link]

Pre-trained model on 100-shot-grumpy_cat dataset [link]

Pre-trained model on AnimalFace-cat dataset [link]

Pre-trained model on AnimalFace-dog dataset [link]

Evaluation

To evaluate the Pre-trained models on low-shot datasets, run the following command:

python calc_metrics.py --metrics=fid50k_full --data=<which-dataset> --network=<which-pretrained>

To generate images using the Pre-trained models, run the following command:

python generate.py --outdir=out --seeds=1-16 --network=<which-pretrained>

To generate gifs using the Pre-trained models, run the following command:

python generate_gif.py --output=<which-dataset>.gif --seed=0 --num-rows=1 --num-cols=8 --network=<which-pretrained>

Please note that we evaluate all the pre-trained models on a Alienware R8 desktop with ubuntu 20.04 with an NVIDIA 2080TI GPU. The FID will be slightly different (slightly better or worse) if you apply different NVIDIA GPU and different system to evaluate the pre-trained models.

The training codes will be released after the journal submission is finished.

Citation:

@inproceedings{zhang2024improving,
  title={Improving the Leaking of Augmentations in Data-Efficient GANs via Adaptive Negative Data Augmentation},
  author={Zhang, Zhaoyu and Hua, Yang and Sun, Guanxiong and Wang, Hui and McLoone, Se{\'a}n},
  booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
  pages={5412--5421},
  year={2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published