paper-with-me

홈 › Papers

Whitening and Coloring batch transform for GANs

2018-06-01 · ICLR 2019 5 · Aliaksandr Siarohin, Enver Sangineto, Nicu Sebe

Batch Normalization (BN) is a common technique used to speed-up and stabilize training. On the other hand, the learnable parameters of BN are commonly used in conditional Generative Adversarial Networks (cGANs) for representing class-specific information using conditional Batch Normalization (cBN). In this paper we propose to generalize both BN and cBN using a Whitening and Coloring based batch normalization. We show that our conditional Coloring can represent categorical conditioning information which largely helps the cGAN qualitative results. Moreover, we show that full-feature whitening is important in a general GAN scenario in which the training process is known to be highly unstable. We test our approach on different datasets and using different GAN networks and training protocols, showing a consistent improvement in all the tested frameworks. Our CIFAR-10 conditioned results are higher than all previous works on this dataset.

📄 PDF Abstract BibTeX arXiv:1806.00420

Code (1)

AliaksandrSiarohin/wc-gan 공식 구현 tf

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

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…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Conditional Batch Normalization Conditional Batch Normalization (CBN) is a class-conditional variant of batch normalization. The key idea is to…
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…
Batch Normalization 설명 없음
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Whitening and Coloring transform for GANs

2019-05-01 · ICLR 2019 5 · Aliaksandr Siarohin, Enver Sangineto, Nicu Sebe

Batch Normalization (BN) is a common technique used to speed-up and stabilize training. On the other hand, the learnable parameters of BN are commonly used in conditional Generative Adversarial Networks (cGANs) for repr…

AdaWCT: Adaptive Whitening and Coloring Style Injection

2022-08-01 · Antoine Dufour, Yohan Poirier-Ginter, Alexandre Lessard, Ryan Smith 외

Adaptive instance normalization (AdaIN) has become the standard method for style injection: by re-normalizing features through scale-and-shift operations, it has found widespread use in style transfer, image generation, …

Image GenerationImage-to-Image TranslationStyle TransferTranslation

Understanding Generalized Whitening and Coloring Transform for Universal Style Transfer

2019-10-01 · ICCV 2019 10 · Tai-Yin Chiu

Style transfer is a task of rendering images in the styles of other images. In the past few years, neural style transfer has achieved a great success in this task, yet suffers from either the inability to generalize to u…

Style Transfer

An Investigation into the Stochasticity of Batch Whitening

2020-03-27 · CVPR 2020 6 · Lei Huang, Lei Zhao, Yi Zhou, Fan Zhu 외

Batch Normalization (BN) is extensively employed in various network architectures by performing standardization within mini-batches. A full understanding of the process has been a central target in the deep learning comm…

Attribute

Universal Style Transfer via Feature Transforms

2017-05-23 · NeurIPS 2017 12 · Yijun Li, Chen Fang, Jimei Yang, Zhaowen Wang 외

Universal style transfer aims to transfer arbitrary visual styles to content images. Existing feed-forward based methods, while enjoying the inference efficiency, are mainly limited by inability of generalizing to unseen…

Image ReconstructionStyle Transfer