Thoughts on neural network generated art?

Thoughts on neural network generated art?

DezrasDragons's picture

I was curious if anyone has any thoughts or experience using AI generated art images in games, especially as it pertains to license and copyright? I recently learned about artbreeder (https://www.artbreeder.com/), and was super impressed with some of the images it generates!

The artbreeder TOS states:

Each Artbreeder image is owned by the user who created that image.
You agree to license any images you create on Artbreeder under the Creative Commons CC0 license.

which makes it sound like I would be allowed to use images generated on Artbreeder, either ones that I created, or other users. But I wanted to be sure, so I checked and artbreeder is based on the ganbreeder code (https://github.com/joel-simon/ganbreeder).

ganbreeder is GPL-3.0 licensed, but uses the biggan-512 deep network model (https://tfhub.dev/deepmind/biggan-512).

The biggan-512 model is Apache-2.0 licensed, but was trained on the ImageNet dataset (http://image-net.org).

The ImageNet FAQ states:

The images in their original resolutions may be subject to copyright, so we do not make them publicly available on our server.

...if you are a researcher/educator who wish to have a copy of the original images for non-commercial research and/or educational use, we may provide you access through our site, under certain conditions and at our discretion.

So what do you make of this chain of licenses / property? The biggan-512 model doesn't actually contain any of the images from ImageNet, and ganbreeder does not reproduce any of them (at least, you'd have to work to "evolve" an image close to a pre-existing image). Nevertheless, ImageNet is clear to state that they don't own copyrights on their images, and only provide the dataset for non-commercial use. So I would think that anyone using artbreeder art in a commercial project is running a risk - even though that risk may be incredible minimal and distributed over thousands of copyright holders who may have a very hard time showing that you have infringed on their copyright.

Have you heard of any legal cases involving these issues?