Did Somebody Say Corgi Save

Image Synthesis + Corgis = <3

Project README

Did Somebody Say Corgi?

A 1024x1024 StyleGAN2-ADA model trained on corgi images found on Instagram.

Model Results Final model results

Latent Space Interpolation Video

Thread on /r/MachineLearning

This repository features:

If you use this repository in your research or a personal project I'd love to hear about it! :)

Project Outline

In the following I will give a rough overview about what I did in this project for everyone interested.

Dataset Creation

After I made the decision that it would be a great project to train a StyleGAN2 model on images of corgis (I can't exactly remember why though haha) I first searched the internet for a preexisting high-resolution corgi image dataset. Suprisingly (not really) I wasn't able to find any, so I had to create my own dataset. After some experiments I decided that I could probably get more than enough corgi images of Instagram. I started with scrapping 350000 corgi images as an initial data base.

Because StyleGAN2 usually requires uniform and clean data to achieve good results I then performed some heuristic-based preprocessing on the initial dataset. My filtering criteria were:

  • Only one corgi per image
  • Should be as centered around the corgi as possible
    • Filtered by looking at center shift between corgi detection bounding box and square crop window
  • Should fill out a minimum percentage of the image (i.e. should not be too small)
    • In order to artificially increase overlap I allowed the cropping algorithm to use a crop window as small as 800x800 and upsample the crop to 1024x1024 from there.
  • No duplicates (using imgdupes)

This reduced the dataset to 136255 high-quality 1024x1024 corgi images. For more details have a look at the dataset notebook.

Good samples

Bad samples

Model Training

The rest was easy. I first experimented with training the model on TPUs provided by the Tensorflow Research Cloud (TFRC). In my case this just didn't work (but I'm aware other StyleGAN projects which successfully did this using the same repositories as I did), because training speed was much to slow. That's when I got myself a Google Colab Pro subscription and trained the StyleGAN2 model for 18 days on a Tesla V100. This however does not include a lot of days where something went wrong and nothing progressed. Overall I was occupied with starting Colab runtimes every day for ~1 month.

Have a look at the train/test notebook for more details. You can also use this notebook to train your own model!

Future Work

The initial plan was to further explore the trained model, e.g. search for meaningful latent space directions and other StyleGAN related methods proposed in recent literature. If anybody comes about to do this I'd be happy to hear from you. I imagine the corgi latent space to have some funny characteristics.

Open Source Agenda is not affiliated with "Did Somebody Say Corgi" Project. README Source: seawee1/Did-Somebody-Say-Corgi

Open Source Agenda Badge

Open Source Agenda Rating