Balancing Content and Style with Two-Stream FCNs for Style Transfer

Abstract

Style transfer is to render given image contents in given styles, and it has an important role in both computer vision fundamental research and industrial applications. Following the success ofdeep learning based approaches, this problem has been re-launched very recently, but still remains a difficult task because of trade-of between preserving contents and faithful rendering of styles. In this paper, we propose an end-to-end two-stream Fully Convolutional Networks (FCNs) aiming at balancing the contributions of the content and the style in rendered images. Our proposed network consists ofthe encoder and decoder parts. The encoder part utilizes a FCN for content and a FCN for style where the two FCNs are independently trained to preserve the semantic content and to learn the faithful style representation in each. The semantic content feature and the style representationfeature are then concatenated adaptively and fed into the decoder to generate style-transferred (stylized) images. In order to train our proposed network, we employ a loss network, the pre-trained VGG-I6, to compute content loss and style loss, both of which are efficiently used for the feature concatenation. Our intensive experiments show that our proposed model generates more balanced stylized images in content and style than state-of-theart methods. Moreover, our proposed network achieves efficiency in speed.

Cite

Text

Vo et al. "Balancing Content and Style with Two-Stream FCNs for Style Transfer." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00152

Markdown

[Vo et al. "Balancing Content and Style with Two-Stream FCNs for Style Transfer." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/vo2018wacv-balancing/) doi:10.1109/WACV.2018.00152

BibTeX

@inproceedings{vo2018wacv-balancing,
  title     = {{Balancing Content and Style with Two-Stream FCNs for Style Transfer}},
  author    = {Vo, Duc Minh and Le, Trung-Nghia and Sugimoto, Akihiro},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2018},
  pages     = {1350-1358},
  doi       = {10.1109/WACV.2018.00152},
  url       = {https://mlanthology.org/wacv/2018/vo2018wacv-balancing/}
}