paper-with-me

홈 › Papers

A Closed-form Solution to Universal Style Transfer

2019-06-03 · ICCV 2019 10 · Ming Lu, Hao Zhao, Anbang Yao, Yurong Chen, Feng Xu, Li Zhang

Universal style transfer tries to explicitly minimize the losses in feature space, thus it does not require training on any pre-defined styles. It usually uses different layers of VGG network as the encoders and trains several decoders to invert the features into images. Therefore, the effect of style transfer is achieved by feature transform. Although plenty of methods have been proposed, a theoretical analysis of feature transform is still missing. In this paper, we first propose a novel interpretation by treating it as the optimal transport problem. Then, we demonstrate the relations of our formulation with former works like Adaptive Instance Normalization (AdaIN) and Whitening and Coloring Transform (WCT). Finally, we derive a closed-form solution named Optimal Style Transfer (OST) under our formulation by additionally considering the content loss of Gatys. Comparatively, our solution can preserve better structure and achieve visually pleasing results. It is simple yet effective and we demonstrate its advantages both quantitatively and qualitatively. Besides, we hope our theoretical analysis can inspire future works in neural style transfer. Code is available at https://github.com/lu-m13/OptimalStyleTransfer.

📄 PDF Abstract BibTeX arXiv:1906.00668

Code (3)

lu-m13/OptimalStyleTransfer 공식 구현 pytorch
boomb0om/pytorch-optimalstyletransfer pytorch
lu-m13/optimal pytorch

Tasks

FormStyle 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…
Adaptive Instance Normalization 설명 없음
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 제목 키워드 기반

Real-time Universal Style Transfer on High-resolution Images via Zero-channel Pruning

2020-06-16 · Jie An, Tao Li, Hao-Zhi Huang, Li Shen 외

Extracting effective deep features to represent content and style information is the key to universal style transfer. Most existing algorithms use VGG19 as the feature extractor, which incurs a high computational cost an…

Style Transfer

Universal Photorealistic Style Transfer: A Lightweight and Adaptive Approach

2023-09-18 · Rong Liu, Enyu Zhao, Zhiyuan Liu, Andrew Feng 외

Photorealistic style transfer aims to apply stylization while preserving the realism and structure of input content. However, existing methods often encounter challenges such as color tone distortions, dependency on pair…

GPUStyle TransferSuper-ResolutionVideo Style Transfer

Collaborative Distillation for Ultra-Resolution Universal Style Transfer

2020-03-18 · CVPR 2020 6 · Huan Wang, Yijun Li, Yuehai Wang, Haoji Hu 외

Universal style transfer methods typically leverage rich representations from deep Convolutional Neural Network (CNN) models (e.g., VGG-19) pre-trained on large collections of images. Despite the effectiveness, its appli…

DecoderGPUKnowledge DistillationStyle Transfer

A Comprehensive Comparison between Neural Style Transfer and Universal Style Transfer

2018-06-03 · Somshubra Majumdar, Amlaan Bhoi, Ganesh Jagadeesan

Style transfer aims to transfer arbitrary visual styles to content images. We explore algorithms adapted from two papers that try to solve the problem of style transfer while generalizing on unseen styles or compromised …

Style Transfer

CLIPGaussian: Universal and Multimodal Style Transfer Based on Gaussian Splatting

2025-05-28 · Kornel Howil, Joanna Waczyńska, Piotr Borycki, Tadeusz Dziarmaga 외

Gaussian Splatting (GS) has recently emerged as an efficient representation for rendering 3D scenes from 2D images and has been extended to images, videos, and dynamic 4D content. However, applying style transfer to GS-b…

Style Transfer