论文标题
缩放绘画样式转移
Scaling Painting Style Transfer
论文作者
论文摘要
神经风格转移(NST)是一种深度学习技术,可产生从样式图像到内容图像的前所未有的丰富风格转移。将风格从绘画转移到图像时特别令人印象深刻。 NST最初是通过解决优化问题来实现的,以匹配样式图像的全局统计信息,同时保留内容图像的局部几何特征。这种原始方法的两个主要缺点是它在计算上很昂贵,并且输出图像的分辨率受GPU内存要求高的限制。已经提出了许多解决方案以加速NST并产生尺寸较大的图像。但是,我们的调查表明,这些加速方法都损害了在绘画样式转移的背景下产生的图像的质量。确实,传输绘画的样式是一项复杂的任务,涉及不同尺度的功能,从调色板和构图样式到帆布的细笔刺和质地。本文提供了一个解决方案,以解决针对超高分辨率(UHR)图像的原始全局优化,从而在前所未有的图像尺寸下实现了多尺度的NST。这是通过在空间定位每个前向和向后通过VGG网络的计算来实现的。广泛的定性和定量比较以及\ textcolor {Coverletter} {感知研究}表明,我们的方法可为这种高分辨率绘画样式产生无与伦比的质量的样式转移。通过仔细的比较,我们表明最先进的快速方法仍然容易出现文物,因此表明快速绘画样式转移仍然是一个空旷的问题。源代码可从https://github.com/bgalerne/scaling_painting_style_transfer获得。
Neural style transfer (NST) is a deep learning technique that produces an unprecedentedly rich style transfer from a style image to a content image. It is particularly impressive when it comes to transferring style from a painting to an image. NST was originally achieved by solving an optimization problem to match the global statistics of the style image while preserving the local geometric features of the content image. The two main drawbacks of this original approach is that it is computationally expensive and that the resolution of the output images is limited by high GPU memory requirements. Many solutions have been proposed to both accelerate NST and produce images with larger size. However, our investigation shows that these accelerated methods all compromise the quality of the produced images in the context of painting style transfer. Indeed, transferring the style of a painting is a complex task involving features at different scales, from the color palette and compositional style to the fine brushstrokes and texture of the canvas. This paper provides a solution to solve the original global optimization for ultra-high resolution (UHR) images, enabling multiscale NST at unprecedented image sizes. This is achieved by spatially localizing the computation of each forward and backward passes through the VGG network. Extensive qualitative and quantitative comparisons, as well as a \textcolor{coverletter}{perceptual study}, show that our method produces style transfer of unmatched quality for such high-resolution painting styles. By a careful comparison, we show that state-of-the-art fast methods are still prone to artifacts, thus suggesting that fast painting style transfer remains an open problem. Source code is available at https://github.com/bgalerne/scaling_painting_style_transfer.