CVGROct 18, 2021

Continuation of Famous Art with AI: A Conditional Adversarial Network Inpainting Approach

arXiv:2110.09170v3
Originality Synthesis-oriented
AI Analysis

It addresses the specific problem of generating art continuations for artists and digital creators, but it is incremental as it adapts existing inpainting methods to art datasets.

This work tackled the problem of continuing famous artworks using AI by applying a Conditional GAN for image inpainting, where the generator learned to extend images from cropped centers and produced new content that matched geometry, texture, and scenery like sky and water across datasets of landscape paintings, Ukiyo-e works, and abstract artworks.

Much of the state-of-the-art in image synthesis inspired by real artwork are either entirely generative by filtered random noise or inspired by the transfer of style. This work explores the application of image inpainting to continue famous artworks and produce generative art with a Conditional GAN. During the training stage of the process, the borders of images are cropped, leaving only the centre. An inpainting GAN is then tasked with learning to reconstruct the original image from the centre crop by way of minimising both adversarial and absolute difference losses, which are analysed by both their Fréchet Inception Distances and manual observations which are presented. Once the network is trained, images are then resized rather than cropped and presented as input to the generator. Following the learning process, the generator then creates new images by continuing from the edges of the original piece. Three experiments are performed with datasets of 4766 landscape paintings (impressionism and romanticism), 1167 Ukiyo-e works from the Japanese Edo period, and 4968 abstract artworks. Results show that geometry and texture (including canvas and paint) as well as scenery such as sky, clouds, water, land (including hills and mountains), grass, and flowers are implemented by the generator when extending real artworks. In the Ukiyo-e experiments, it was observed that features such as written text were generated even in cases where the original image did not have any, due to the presence of an unpainted border within the input image.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes