paper-with-me

홈 › Papers

Photorealistic Style Transfer via Wavelet Transforms

2019-03-23 · ICCV 2019 10 · Jaejun Yoo, Youngjung Uh, Sanghyuk Chun, Byeongkyu Kang, Jung-Woo Ha

Recent style transfer models have provided promising artistic results. However, given a photograph as a reference style, existing methods are limited by spatial distortions or unrealistic artifacts, which should not happen in real photographs. We introduce a theoretically sound correction to the network architecture that remarkably enhances photorealism and faithfully transfers the style. The key ingredient of our method is wavelet transforms that naturally fits in deep networks. We propose a wavelet corrected transfer based on whitening and coloring transforms (WCT$^2$) that allows features to preserve their structural information and statistical properties of VGG feature space during stylization. This is the first and the only end-to-end model that can stylize a $1024\times1024$ resolution image in 4.7 seconds, giving a pleasing and photorealistic quality without any post-processing. Last but not least, our model provides a stable video stylization without temporal constraints. Our code, generated images, and pre-trained models are all available at https://github.com/ClovaAI/WCT2.

📄 PDF Abstract BibTeX arXiv:1903.09760

Code (4)

clovaai/WCT2 공식 구현 pytorch
leolle/StyleTransfer pytorch
lixinghpu/SCCL pytorch
ptran1203/photorealistic_style_transfer tf

Tasks

Style Transfer

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Ethereum Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Joint Bilateral Learning for Real-time Universal Photorealistic Style Transfer

2020-04-23 · ECCV 2020 8 · Xide Xia, Meng Zhang, Tianfan Xue, Zheng Sun 외

Photorealistic style transfer is the task of transferring the artistic style of an image onto a content target, producing a result that is plausibly taken with a camera. Recent approaches, based on deep neural networks, …

4kStyle Transfer

Efficient Style-Corpus Constrained Learning for Photorealistic Style Transfer

2021-02-22 · IEEE 2021 2 · Yingxu Qiao, Jiabao Cui, Fuxian Huang, Hongmin Liu 외

Photorealistic style transfer is a challenging task, which demands the stylized image remains real. Existing methods are still suffering from unrealistic artifacts and heavy computational cost. In this paper, we propose …

Style Transfer

GIST: Towards Photorealistic Style Transfer via Multiscale Geometric Representations

2024-12-03 · Renan A. Rojas-Gomez, Minh N. Do

State-of-the-art Style Transfer methods often leverage pre-trained encoders optimized for discriminative tasks, which may not be ideal for image synthesis. This can result in significant artifacts and loss of photorealis…

Image GenerationStyle Transfer

StyleNAS: An Empirical Study of Neural Architecture Search to Uncover Surprisingly Fast End-to-End Universal Style Transfer Networks

2019-06-06 · Jie An, Haoyi Xiong, Jinwen Ma, Jiebo Luo 외

Neural Architecture Search (NAS) has been widely studied for designing discriminative deep learning models such as image classification, object detection, and semantic segmentation. As a large number of priors have been …

image-classificationImage ClassificationNeural Architecture Searchobject-detection+3

Exemplar based underwater image enhancement augmented by Wavelet Corrected Transforms

2019-06-01 · The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2019, pp. 11-17 2019 6 · Adarsh Jamadandi, Uma Mudenagudi

In this paper we propose a novel deep learning framework to enhance underwater images by augmenting our network with wavelet corrected transformations. Wavelet transforms have recently made way into deep learning framewo…

DecoderImage EnhancementSSIMStyle Transfer