CVMay 9, 2020

Photo style transfer with consistency losses

arXiv:2005.04408v11 citations
AI Analysis

This addresses the issue of maintaining photorealism in style transfer for photo editing applications, but it is incremental as it builds on existing consistency loss techniques.

The paper tackles the problem of style transfer between photos by proposing a method that preserves photorealism using a pair of deep convolution networks trained on a single input pair, with results showing it avoids typical artifacts.

We address the problem of style transfer between two photos and propose a new way to preserve photorealism. Using the single pair of photos available as input, we train a pair of deep convolution networks (convnets), each of which transfers the style of one photo to the other. To enforce photorealism, we introduce a content preserving mechanism by combining a cycle-consistency loss with a self-consistency loss. Experimental results show that this method does not suffer from typical artifacts observed in methods working in the same settings. We then further analyze some properties of these trained convnets. First, we notice that they can be used to stylize other unseen images with same known style. Second, we show that retraining only a small subset of the network parameters can be sufficient to adapt these convnets to new styles.

Foundations

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

Your Notes