# SinGAN: Learning a Generative Model from a Single Natural Image

**Authors:** Tamar Rott Shaham, Tali Dekel, Tomer Michaeli

arXiv: 1905.01164 · 2019-09-06

## TL;DR

SinGAN is a novel generative model trained on a single natural image that can produce diverse, high-quality samples maintaining the original image's global structure and textures, enabling various image manipulation applications.

## Contribution

We introduce SinGAN, the first single-image GAN that captures internal patch distributions at multiple scales without relying on textures only.

## Key findings

- Generates diverse, high-quality samples from a single image
- Maintains global structure and fine textures in generated images
- User studies show generated images are often mistaken for real

## Abstract

We introduce SinGAN, an unconditional generative model that can be learned from a single natural image. Our model is trained to capture the internal distribution of patches within the image, and is then able to generate high quality, diverse samples that carry the same visual content as the image. SinGAN contains a pyramid of fully convolutional GANs, each responsible for learning the patch distribution at a different scale of the image. This allows generating new samples of arbitrary size and aspect ratio, that have significant variability, yet maintain both the global structure and the fine textures of the training image. In contrast to previous single image GAN schemes, our approach is not limited to texture images, and is not conditional (i.e. it generates samples from noise). User studies confirm that the generated samples are commonly confused to be real images. We illustrate the utility of SinGAN in a wide range of image manipulation tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.01164/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01164/full.md

## References

65 references — full list in the complete paper: https://tomesphere.com/paper/1905.01164/full.md

---
Source: https://tomesphere.com/paper/1905.01164