AI Art Generation

Exploring creative AI techniques for art generation

Project Overview

With the rise of GANs, humans are able to generate photorealistic images based on existing source material. With these developments, generating art using AI has been on the rise. Even on the NFT market, projects are advertising with AI-generated art. This project explores how we can advance the generation of art with GANs and other ConvNet based methods, focusing on inciting creativity rather than just photorealism.

Technical Implementation

I selected source material (abstract art images in the public domain) and trained a GAN (architecture and training method resembled StyleGAN2-ADA by Nvidia) to generate new images. To illustrate that we can combine AI methods to aid in every stage of the art creation process, I generated 64x64 images and pushed them through an upscaling ConvNet to produce 256x256 images. These upscaled images are aesthetically significantly more pleasing, meaning that artists can use this technique to augment their creativity.

Future Vision

Current Limitations

The main limitation is computational resources. Training GANs is computationally intensive, and current GPU prices make it challenging to acquire the necessary hardware for large-scale experimentation.