Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks

Abstract

This paper proposes Markovian Generative Adversarial Networks (MGANs), a method for training generative networks for efficient texture synthesis. While deep neural network approaches have recently demonstrated remarkable results in terms of synthesis quality, they still come at considerable computational costs (minutes of run-time for low-res images). Our paper addresses this efficiency issue. Instead of a numerical deconvolution in previous work, we precompute a feed-forward, strided convolutional network that captures the feature statistics of Markovian patches and is able to directly generate outputs of arbitrary dimensions. Such network can directly decode brown noise to realistic texture, or photos to artistic paintings. With adversarial training, we obtain quality comparable to recent neural texture synthesis methods. As no optimization is required at generation time, our run-time performance (0.25 M pixel images at 25 Hz) surpasses previous neural texture synthesizers by a significant margin (at least 500 times faster). We apply this idea to texture synthesis, style transfer, and video stylization.

Cite

Text

Li and Wand. "Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46487-9_43

Markdown

[Li and Wand. "Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/li2016eccv-precomputed/) doi:10.1007/978-3-319-46487-9_43

BibTeX

@inproceedings{li2016eccv-precomputed,
  title     = {{Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks}},
  author    = {Li, Chuan and Wand, Michael},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {702-716},
  doi       = {10.1007/978-3-319-46487-9_43},
  url       = {https://mlanthology.org/eccv/2016/li2016eccv-precomputed/}
}