Artist Style Transfer Via Quadratic Potential

栏目: IT技术 · 发布时间: 5年前

内容简介:In this paper we address the problem of artist style transfer where the painting style of a given artist is applied on a real world photograph. We train our neural networks in adversarial setting via recently introduced quadratic potential divergence for s

Artist Style Transfer Via Quadratic Potential

Rahul Bhalley and Jianlin Su

arXiv paper

Abstract

In this paper we address the problem of artist style transfer where the painting style of a given artist is applied on a real world photograph. We train our neural networks in adversarial setting via recently introduced quadratic potential divergence for stable learning process. To further improve the quality of generated artist stylized images we also integrate some of the recently introduced deep learning techniques in our method. To our best knowledge this is the first attempt towards artist style transfer via quadratic potential divergence. We provide some stylized image samples in the supplementary material. The source code for experimentation was written in PyTorch and is available online in my GitHub repository .

If you find our work, or this repository helpful, please consider citing our work with the following BibTex:

@article{bhalley2019artist,
  title={Artist Style Transfer Via Quadratic Potential},
  author={Bhalley, Rahul and Su, Jianlin},
  journal={arXiv preprint arXiv:1902.11108},
  year={2019}
}

NOTE: Pre-trained models are available in Google Drive . Please download it in the root directory of this repository.

Prerequisites

This code was tested in following environment setting:

Usage

First clone this repository:

git clone https://github.com/rahulbhalley/cyclegan-qp.git

Getting Datasets

Enter into the cyclegan-qp directory via terminal.

cd cyclegan-qp

To download the datasets (for instance, ukiyoe2photo ) run:

bash download_dataset.sh ukiyoe2photo

Now ukiyoe2photo dataset will be downloaded and unzipped in cyclegan-qp/datasets/ukiyoe2photo directory.

Training & Inference

To train the network set TRAIN = True in config.py and for inference set it to False . Then one may only need to execute the following command in terminal.

python main.py

Configurations

Following is a list of configurable variables (in config.py ) to perform experiments with different settings.

Data

  • DATASET_DIR - name of directory containing dataset. Default: "datasets" .
  • DATASET_NAME - name of dataset to use. Default: "vangogh2photo" .
  • LOAD_DIM - sets the size of images to load. Default: 286 .
  • CROP_DIM - square crops the images from center. Default: 256 .
  • CKPT_DIR - name of directory to save checkpoints in. Default: "checkpoints" .
  • SAMPLE_DIR - directory name where inferred samples will be saved. Default: "samples" .

Quadratic Potential

  • LAMBDA - see equation (1) in paper . Default: 10.0 .
  • NORM - see equation (2) in paper . Possible values: "l1" , "l2" . Default: "l1" .

CycleGAN-QP

  • CYC_WEIGHT - cycle consistency weight. Default: 10.0 .
  • ID_WEIGHT - identity weight. Default: 0.5 .

Network

  • N_CHANNELS - number of channels of images in dataset. Set to 3 for RGB and 1 for grayscale. Default: 3 .
  • UPSAMPLE - set True to use ( Odena et al., 2016 ) technique but False to use vanilla transpose convolution layers in generator networks. Default: True .

Training

  • RANDOM_SEED - random seed to reproduce the experiments. Default: 12345 .
  • BATCH_SIZE - batch size for training. Default: 4 .
  • LR - learning rate. Default: 2e-4 .
  • BETA1 - hyper-parameter of Adam optimizer. Default: 0.5 .
  • BETA2 - hyper-parameter of Adam optimizer. Default: 0.999 .
  • BEGIN_ITER - if 0 the train begins from start but when set to > 0 then training continues from BEGIN_ITER th checkpoint. Default: 0 .
  • END_ITER - number of iteration for training. Default: 15000 .
  • TRAIN - set True for training CycleGAN-QP but False to perform inference (for more inference configurations see next subsection). Default: True .

Inference

  • INFER_ITER - performs inference by loading parameters from this checkpoint. Default: 15000 .
  • INFER_STYLE - style to be transferred on images. Possible values: "ce" , "mo" , "uk" , "vg" . Default: "vg" .
  • IMG_NAME - name of image to be performed inference on. Default: "image.jpg" .
  • IN_IMG_DIR - name of directory containing IMG_NAME . Default: "images" .
  • OUT_STY_DIR - name of directory to save inferred IMG_NAME . Default: "sty" .
  • OUT_REC_DIR - name of directory to save recovered (original) IMG_NAME . Default: "rec" .
  • IMG_SIZE - set None to infer with the original sized IMG_NAME or set some integral value to infer with IMG_SIZE . Default: None .

Logs

  • ITERS_PER_LOG - iterations duration at which screen logs should be made. Default: 100
  • ITERS_PER_CKPT - iterations duration at which checkpoints should be saved. Default: 1000

Results

The images in each column (from left to right) corresponds to:

  • Original image
  • Paul Cézanne
  • Claude Monet
  • Ukiyo-e
  • Vincent Van Gogh.

And each row contains a different image.

Real Image to Stylized Image

Artist Style Transfer Via Quadratic Potential

Stylized Image to Real Image

Artist Style Transfer Via Quadratic Potential

Contact

For queries contact me at rahulbhalley@protonmail.com .


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

B2B品牌管理

B2B品牌管理

(美)菲利普·科特勒、(德)弗沃德 / 楼尊 / 2008-1 / 35.00元

《B2B品牌管理》是第一本专门系统地阐述B2B品牌化的专业书籍,由营销大师菲利普•科特勒与弗沃德教授合作而成。他们以非凡的智慧和深厚的经验告诫B2B企业如何运用目标明确、重点突出的品牌化战略取得市场竞争优势地位,从而更加接近顾客,也更接近成功。在众多关于品牌的书籍中,《B2B品牌管理》的独特价值在于其根据实际环境探讨B2B品牌和品牌化问题,重点介绍和分析前沿的思想和最佳实践;通过与B2C企业的品牌......一起来看看 《B2B品牌管理》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具