Perceptual Losses for Real-Time Style Transfer and Super-Resolution
Justin Johnson, Alexandre Alahi, Li Fei-Fei

TL;DR
This paper introduces perceptual loss functions for training neural networks to perform real-time image style transfer and super-resolution, achieving high-quality results with significantly improved speed over traditional optimization methods.
Contribution
It combines perceptual loss functions with feed-forward networks for image transformation, enabling real-time style transfer and improved super-resolution quality.
Findings
Real-time style transfer with comparable quality to optimization-based methods.
Perceptual loss improves visual quality in super-resolution tasks.
Network achieves three orders of magnitude faster performance.
Abstract
We consider image transformation problems, where an input image is transformed into an output image. Recent methods for such problems typically train feed-forward convolutional neural networks using a \emph{per-pixel} loss between the output and ground-truth images. Parallel work has shown that high-quality images can be generated by defining and optimizing \emph{perceptual} loss functions based on high-level features extracted from pretrained networks. We combine the benefits of both approaches, and propose the use of perceptual loss functions for training feed-forward networks for image transformation tasks. We show results on image style transfer, where a feed-forward network is trained to solve the optimization problem proposed by Gatys et al in real-time. Compared to the optimization-based method, our network gives similar qualitative results but is three orders of magnitude…
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
Feed-forward method (training) | Neural Style Transfer #6· youtube
Feed-forward method | Neural Style Transfer #5· youtube
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Vision and Imaging · Image Enhancement Techniques
