Meta Networks for Neural Style Transfer
Falong Shen, Shuicheng Yan, Gang Zeng

TL;DR
This paper introduces a meta network approach for neural style transfer that generates style-specific image transformation networks in milliseconds, enabling real-time applications on mobile devices.
Contribution
The paper presents a novel meta network framework that produces style transfer networks instantly, eliminating the need for extensive training for each style.
Findings
Handles arbitrary styles within 19ms on a GPU
Produces compact networks of 449KB for real-time mobile use
Validated effectiveness through experiments
Abstract
In this paper we propose a new method to get the specified network parameters through one time feed-forward propagation of the meta networks and explore the application to neural style transfer. Recent works on style transfer typically need to train image transformation networks for every new style, and the style is encoded in the network parameters by enormous iterations of stochastic gradient descent. To tackle these issues, we build a meta network which takes in the style image and produces a corresponding image transformations network directly. Compared with optimization-based methods for every style, our meta networks can handle an arbitrary new style within seconds on one modern GPU card. The fast image transformation network generated by our meta network is only 449KB, which is capable of real-time executing on a mobile device. We also investigate the manifold of the style…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image Enhancement Techniques · Human Pose and Action Recognition
