paper-with-me

홈 › Papers

Scaling Painting Style Transfer

2022-12-27 · Bruno Galerne, Lara Raad, José Lezama, Jean-Michel Morel

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.

📄 PDF Abstract BibTeX arXiv:2212.13459

Code (1)

bgalerne/scaling_painting_style_transfer 공식 구현 pytorch

Tasks

global-optimizationGPUStyle Transfer

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Neural Abstract Style Transfer for Chinese Traditional Painting

2018-12-08 · Bo Li, Caiming Xiong, Tianfu Wu, Yu Zhou 외

Chinese traditional painting is one of the most historical artworks in the world. It is very popular in Eastern and Southeast Asia due to being aesthetically appealing. Compared with western artistic painting, it is usua…

Style Transfer

Chinese Painting Style Transfer Using Deep Generative Models

2023-10-15 · Weijian Ma, Yanyang Kong

Artistic style transfer aims to modify the style of the image while preserving its content. Style transfer using deep learning models has been widely studied since 2015, and most of the applications are focused on specif…

Style Transfer

What Can Style Transfer and Paintings Do For Model Robustness?

2020-11-30 · CVPR 2021 1 · Hubert Lin, Mitchell Van Zuijlen, Sylvia C. Pont, Maarten W. A. Wijntjes 외

A common strategy for improving model robustness is through data augmentations. Data augmentations encourage models to learn desired invariances, such as invariance to horizontal flipping or small changes in color. Recen…

Data AugmentationStyle Transfer

Multiscale style transfer based on a Laplacian pyramid for traditional Chinese painting

2025-02-07 · Kunxiao Liu, Guowu Yuan, Hongyu Liu, Hao Wu

Style transfer is adopted to synthesize appealing stylized images that preserve the structure of a content image but carry the pattern of a style image. Many recently proposed style transfer methods use only western oil …

Image StylizationStyle Transfer

Inversion-Based Style Transfer with Diffusion Models

2022-11-23 · CVPR 2023 1 · Yuxin Zhang, Nisha Huang, Fan Tang, Haibin Huang 외

The artistic style within a painting is the means of expression, which includes not only the painting material, colors, and brushstrokes, but also the high-level attributes including semantic elements, object shapes, etc…

DenoisingImage GenerationStyle TransferText-to-Image Generation