paper-with-me

홈 › Papers

Image-to-Image Translation via Group-wise Deep Whitening-and-Coloring Transformation

2018-12-24 · CVPR 2019 6 · Wonwoong Cho, Sungha Choi, David Keetae Park, Inkyu Shin, Jaegul Choo

Recently, unsupervised exemplar-based image-to-image translation, conditioned on a given exemplar without the paired data, has accomplished substantial advancements. In order to transfer the information from an exemplar to an input image, existing methods often use a normalization technique, e.g., adaptive instance normalization, that controls the channel-wise statistics of an input activation map at a particular layer, such as the mean and the variance. Meanwhile, style transfer approaches similar task to image translation by nature, demonstrated superior performance by using the higher-order statistics such as covariance among channels in representing a style. In detail, it works via whitening (given a zero-mean input feature, transforming its covariance matrix into the identity). followed by coloring (changing the covariance matrix of the whitened feature to those of the style feature). However, applying this approach in image translation is computationally intensive and error-prone due to the expensive time complexity and its non-trivial backpropagation. In response, this paper proposes an end-to-end approach tailored for image translation that efficiently approximates this transformation with our novel regularization methods. We further extend our approach to a group-wise form for memory and time efficiency as well as image quality. Extensive qualitative and quantitative experiments demonstrate that our proposed method is fast, both in training and inference, and highly effective in reflecting the style of an exemplar. Finally, our code is available at https://github.com/WonwoongCho/GDWCT.

📄 PDF Abstract BibTeX arXiv:1812.09912

Code (2)

WonwoongCho/GDWCT 공식 구현 pytorch
taki0112/GDWCT-Tensorflow tf

Tasks

Image-to-Image TranslationStyle TransferTranslation

Similar Papers 제목 키워드 기반

When and Why Grouping Attention Heads Accelerates Muon Optimization

2026-05-09 · Hongtao Zhang, Wenjie Zhou, Wei Chen, Xueqi Cheng arxiv

Muon orthogonalizes matrix updates, but multi-head attention naturally operates at the level of heads. This granularity mismatch raises the question of whether Muon should be applied to the full attention projection, to …

Group Whitening: Balancing Learning Efficiency and Representational Capacity

2020-09-28 · CVPR 2021 1 · Lei Huang, Yi Zhou, Li Liu, Fan Zhu 외

Batch normalization (BN) is an important technique commonly incorporated into deep learning models to perform standardization within mini-batches. The merits of BN in improving a model's learning efficiency can be furthe…

Iterative Normalization: Beyond Standardization towards Efficient Whitening

2019-04-06 · CVPR 2019 6 · Lei Huang, Yi Zhou, Fan Zhu, Li Liu 외

Batch Normalization (BN) is ubiquitously employed for accelerating neural network training and improving the generalization capability by performing standardization within mini-batches. Decorrelated Batch Normalization (…

Robust Object Detection

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

Improving Generalization of Batch Whitening by Convolutional Unit Optimization

2021-08-24 · ICCV 2021 10 · Yooshin Cho, Hanbyel Cho, Youngsoo Kim, Junmo Kim

Batch Whitening is a technique that accelerates and stabilizes training by transforming input features to have a zero mean (Centering) and a unit variance (Scaling), and by removing linear correlation between channels (D…

image-classificationImage Classification