CVMar 20, 2017

Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization

arXiv:1703.06868v25244 citations
Originality Highly original
AI Analysis

This addresses the practical limitation of existing style transfer methods for users needing fast and adaptable artistic rendering.

The paper tackles the problem of slow and style-restricted neural style transfer by introducing a novel adaptive instance normalization (AdaIN) layer, enabling arbitrary style transfer in real-time with flexible user controls.

Gatys et al. recently introduced a neural algorithm that renders a content image in the style of another image, achieving so-called style transfer. However, their framework requires a slow iterative optimization process, which limits its practical application. Fast approximations with feed-forward neural networks have been proposed to speed up neural style transfer. Unfortunately, the speed improvement comes at a cost: the network is usually tied to a fixed set of styles and cannot adapt to arbitrary new styles. In this paper, we present a simple yet effective approach that for the first time enables arbitrary style transfer in real-time. At the heart of our method is a novel adaptive instance normalization (AdaIN) layer that aligns the mean and variance of the content features with those of the style features. Our method achieves speed comparable to the fastest existing approach, without the restriction to a pre-defined set of styles. In addition, our approach allows flexible user controls such as content-style trade-off, style interpolation, color & spatial controls, all using a single feed-forward neural network.

Code Implementations29 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes