Edit model card
YAML Metadata Error: "datasets[0]" with value "https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/" is not valid. If possible, use a dataset id from https://hf.co/datasets.

Scaled up version of https://huggingface.co/PrakhAI/AIPlane. This model generates 128x128 images of Aircrafts.

It is trained on FGVC Aircraft images. Just like https://huggingface.co/PrakhAI/AIPlane, it uses Progressive Growing with Spectral Normalization.

The colab implementation can be found here.

Generated Images Real Images (for comparison)
image.png image.png

Demo

The demo app for this model is at https://huggingface.co/spaces/PrakhAI/AIPlane2 (please "Restart this Space" if prompted).

The demo showcases random image generation and generation of images similar to a previously generated image.

Overview

The model is able to produce a wide variety of images. This is likely owing to the use of minibatch discrimination.

The quality of the generated images is reminiscent of the early days of GANs.

Left-facing planes

image.png

Right-facing planes

image.png

Planes on the ground

image.png

Poor quality images

image.png

Unique generations

image.png

Image memorization

To check whether the Generator is simply memorizing particular images, latent space exploration is used.

The latent vector for a generated image is slightly mutated, and the new images are compared to the original. The comparisons (shown below) suggest that mutations in the latent space translate to small (sometimes imperceptible) mutations in the generated images.

These observations support the idea that the generator's space is continuous, and the generator is not restricted to a finite number of modes.

Original Generated Image Neighbors in latent space Diff against original image
image.png image.png image.png
image.png image.png image.png
image.png image.png image.png
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .

Space using PrakhAI/AIPlane2 1