paper-with-me

Papers

Depth-aware Neural Style Transfer using Instance Normalization

2022-03-17 · Eleftherios Ioannou, Steve Maddock

Neural Style Transfer (NST) is concerned with the artistic stylization of visual media. It can be described as the process of transferring the style of an artistic image onto an ordinary photograph. Recently, a number of studies have considered the enhancement of the depth-preserving capabilities of the NST algorithms to address the undesired effects that occur when the input content images include numerous objects at various depths. Our approach uses a deep residual convolutional network with instance normalization layers that utilizes an advanced depth prediction network to integrate depth preservation as an additional loss function to content and style. We demonstrate results that are effective in retaining the depth and global structure of content images. Three different evaluation processes show that our system is capable of preserving the structure of the stylized results while exhibiting style-capture capabilities and aesthetic qualities comparable or superior to state-of-the-art methods. Project page: https://ioannoue.github.io/depth-aware-nst-using-in.html.

📄 PDF Abstract BibTeX arXiv:2203.09242

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth PredictionStyle Transfer

Methods 이 논문이 사용한 방법론

Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Depth-Aware Arbitrary Style Transfer Using Instance Normalization

2019-06-03 · Victor Kitov, Konstantin Kozlovtsev, Margarita Mishustina

Style transfer is the process of rendering one image with some content in the style of another image, representing the style. Recent studies of Liu et al. (2017) show that traditional style transfer methods of Gatys et a…

Style Transfer

Arbitrary Style Transfer using Graph Instance Normalization

2020-10-06 · Dongki Jung, Seunghan Yang, Jaehoon Choi, Changick Kim

Style transfer is the image synthesis task, which applies a style of one image to another while preserving the content. In statistical methods, the adaptive instance normalization (AdaIN) whitens the source images and ap…

Domain AdaptationImage GenerationImage-to-Image TranslationStyle Transfer+1

Adaptive Convolutions for Structure-Aware Style Transfer

2021-06-19 · CVPR 2021 1 · Prashanth Chandran, Gaspard Zoss, Paulo Gotardo, Markus Gross 외

Style transfer between images is an artistic application of CNNs, where the 'style' of one image is transferred onto another image while preserving the latter's content. The state of the art in neural style transfer …

Image GenerationStyle Transfer

Dynamic Instance Normalization for Arbitrary Style Transfer

2019-11-16 · Yongcheng Jing, Xiao Liu, Yukang Ding, Xinchao Wang 외

Prior normalization methods rely on affine transformations to produce arbitrary image style transfers, of which the parameters are computed in a pre-defined way. Such manually-defined nature eventually results in the hig…

Style Transfer

SAFIN: Arbitrary Style Transfer With Self-Attentive Factorized Instance Normalization

2021-05-13 · Aaditya Singh, Shreeshail Hingane, Xinyu Gong, Zhangyang Wang

Artistic style transfer aims to transfer the style characteristics of one image onto another image while retaining its content. Existing approaches commonly leverage various normalization techniques, although these face …

Style Transfer