paper-with-me

홈 › Papers

Laplacian-Steered Neural Style Transfer

2017-07-05 · Shaohua Li, Xinxing Xu, Liqiang Nie, Tat-Seng Chua

Neural Style Transfer based on Convolutional Neural Networks (CNN) aims to synthesize a new image that retains the high-level structure of a content image, rendered in the low-level texture of a style image. This is achieved by constraining the new image to have high-level CNN features similar to the content image, and lower-level CNN features similar to the style image. However in the traditional optimization objective, low-level features of the content image are absent, and the low-level features of the style image dominate the low-level detail structures of the new image. Hence in the synthesized image, many details of the content image are lost, and a lot of inconsistent and unpleasing artifacts appear. As a remedy, we propose to steer image synthesis with a novel loss function: the Laplacian loss. The Laplacian matrix ("Laplacian" in short), produced by a Laplacian operator, is widely used in computer vision to detect edges and contours. The Laplacian loss measures the difference of the Laplacians, and correspondingly the difference of the detail structures, between the content image and a new image. It is flexible and compatible with the traditional style transfer constraints. By incorporating the Laplacian loss, we obtain a new optimization objective for neural style transfer named Lapstyle. Minimizing this objective will produce a stylized image that better preserves the detail structures of the content image and eliminates the artifacts. Experiments show that Lapstyle produces more appealing stylized images with less artifacts, without compromising their "stylishness".

📄 PDF Abstract BibTeX arXiv:1707.01253

Code (3)

askerlee/lapstyle 공식 구현 tf
samwatts98/Fast-Neural-Style-Transfer-with-Laplacian-Loss-TensorFlow-1.13 tf
xxxNARUTO228xxx/Neural-Style-Transfer-Gatys-LapStyle tf

Tasks

Image GenerationStyle Transfer

Similar Papers 제목 키워드 기반

Drafting and Revision: Laplacian Pyramid Network for Fast High-Quality Artistic Style Transfer

2021-04-12 · CVPR 2021 1 · Tianwei Lin, Zhuoqi Ma, Fu Li, Dongliang He 외

Artistic style transfer aims at migrating the style from an example image to a content image. Currently, optimization-based methods have achieved great stylization quality, but expensive time cost restricts their practic…

Style Transfer

An Interpretable X-ray Style Transfer via Trainable Local Laplacian Filter

2024-11-11 · Dominik Eckert, Ludwig Ritschl, Christopher Syben, Christian Hümmer 외

Radiologists have preferred visual impressions or 'styles' of X-ray images that are manually adjusted to their needs to support their diagnostic performance. In this work, we propose an automatic and interpretable X-ray …

DiagnosticSSIMStyle 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

CAP-VSTNet: Content Affinity Preserved Versatile Style Transfer

2023-03-31 · CVPR 2023 1 · Linfeng Wen, Chengying Gao, Changqing Zou

Content affinity loss including feature and pixel affinity is a main problem which leads to artifacts in photorealistic and video style transfer. This paper proposes a new framework named CAP-VSTNet, which consists of a …

Image MattingStyle TransferVideo Style Transfer

Generalized One-shot Domain Adaptation of Generative Adversarial Networks

2022-09-08 · ZiCheng Zhang, Yinglu Liu, Congying Han, Tiande Guo 외

The adaptation of a Generative Adversarial Network (GAN) aims to transfer a pre-trained GAN to a target domain with limited training data. In this paper, we focus on the one-shot case, which is more challenging and rarel…

Domain AdaptationGenerative Adversarial NetworkStyle Transfer