CVIVJun 16, 2020

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

arXiv:2006.09029v219 citations
AI Analysis

This enables real-time, high-quality style transfer on high-resolution images, addressing a bottleneck for applications like video processing and mobile use.

The paper tackled the problem of high computational cost in universal style transfer by proposing ArtNet, a lightweight architecture based on GoogLeNet with zero-channel pruning, achieving speeds 2.3 to 107.4 times faster than state-of-the-art methods, such as 68.03 FPS on 512x512 images.

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 and impedes real-time style transfer on high-resolution images. In this work, we propose a lightweight alternative architecture - ArtNet, which is based on GoogLeNet, and later pruned by a novel channel pruning method named Zero-channel Pruning specially designed for style transfer approaches. Besides, we propose a theoretically sound sandwich swap transform (S2) module to transfer deep features, which can create a pleasing holistic appearance and good local textures with an improved content preservation ability. By using ArtNet and S2, our method is 2.3 to 107.4 times faster than state-of-the-art approaches. The comprehensive experiments demonstrate that ArtNet can achieve universal, real-time, and high-quality style transfer on high-resolution images simultaneously, (68.03 FPS on 512 times 512 images).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes