Exploring the Neural Algorithm of Artistic Style
Yaroslav Nikulin, Roman Novak

TL;DR
This paper investigates the neural style transfer method, exploring its parameters, comparing implementations, and proposing new style representations to enhance local and content-aware style transfer capabilities.
Contribution
It extends the original neural style transfer method by analyzing hyper-parameters, comparing implementations, and introducing new style representations for improved transfer.
Findings
Varying hyper-parameters affects style transfer results.
Synthetic images can be generated by maximizing Gram matrix entries.
New style representations enable local and content-aware style transfer.
Abstract
We explore the method of style transfer presented in the article "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker and Matthias Bethge (arXiv:1508.06576). We first demonstrate the power of the suggested style space on a few examples. We then vary different hyper-parameters and program properties that were not discussed in the original paper, among which are the recognition network used, starting point of the gradient descent and different ways to partition style and content layers. We also give a brief comparison of some of the existing algorithm implementations and deep learning frameworks used. To study the style space further we attempt to generate synthetic images by maximizing a single entry in one of the Gram matrices and some interesting results are observed. Next, we try to mimic the sparsity and intensity distribution of Gram…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAesthetic Perception and Analysis · Generative Adversarial Networks and Image Synthesis · Computer Graphics and Visualization Techniques
