{error.message}
37 | 38 | {#if dev && error.stack} 39 |{error.stack}40 | {/if} 41 | -------------------------------------------------------------------------------- /website/src/routes/_layout.svelte: -------------------------------------------------------------------------------- 1 | 7 | 8 | 13 | 14 | 15 | 16 |
24 | Derivative-Works is an experiment in using machine learning to create image collages. The algorithm cuts out shapes from images and rearranges them to create a face. 25 |
26 |27 | The popularity of generative ML and GAN’s have created an infinite abundance of textures. Derivative-Works thinks of these textures as ingredients and raw materials to reinvent, similar to the prior Dada use of magazines and print media. The arrangement of dozens of textures can become an approachable creative medium driven by the selection of images and objectives. 28 |
29 |31 | Joel 32 | & 33 | Tal 34 |
35 | 36 |38 | 39 | All of the reference images are in the public domain, created in 40 | Artbreeder 41 | using BigGAN and StyleGAN. 42 |
43 |56 | The primary difference between this method and vanilla inversion 57 | is the input medium: instead of optimizing pixels directly, we optimize 58 | parameters. This simple technique lead to a variety of textures and 59 | compositions and the videos show the actual optimizations.
60 |