paper-with-me

Papers

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 applies the style of target images through normalizing the mean and variance of features. However, computing feature statistics for each instance would neglect the inherent relationship between features, so it is hard to learn global styles while fitting to the individual training dataset. In this paper, we present a novel learnable normalization technique for style transfer using graph convolutional networks, termed Graph Instance Normalization (GrIN). This algorithm makes the style transfer approach more robust by taking into account similar information shared between instances. Besides, this simple module is also applicable to other tasks like image-to-image translation or domain adaptation.

📄 PDF Abstract BibTeX arXiv:2010.02560

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationImage GenerationImage-to-Image TranslationStyle TransferTranslation

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 +…
Adaptive Instance Normalization 설명 없음

Similar Papers 제목 키워드 기반

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

Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization

2017-03-20 · ICCV 2017 10 · Xun Huang, Serge Belongie

Gatys et al. recently introduced a neural algorithm that renders a content image in the style of another image, achieving so-called style transfer. However, their framework requires a slow iterative optimization process,…

Style Transfer

Towards Ultra-Resolution Neural Style Transfer via Thumbnail Instance Normalization

2021-03-22 · Zhe Chen, Wenhai Wang, Enze Xie, Tong Lu 외

We present an extremely simple Ultra-Resolution Style Transfer framework, termed URST, to flexibly process arbitrary high-resolution images (e.g., 10000x10000 pixels) style transfer for the first time. Most of the existi…

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

Exploring the structure of a real-time, arbitrary neural artistic stylization network

2017-05-18 · Golnaz Ghiasi, Honglak Lee, Manjunath Kudlur, Vincent Dumoulin 외

In this paper, we present a method which combines the flexibility of the neural algorithm of artistic style with the speed of fast style transfer networks to allow real-time stylization using any content/style image pair…

Style Transfer