CVIVMar 22, 2021

Towards Ultra-Resolution Neural Style Transfer via Thumbnail Instance Normalization

arXiv:2103.11784v329 citationsHas Code
AI Analysis

This addresses a practical limitation in style transfer for high-resolution images, though it is incremental as it builds on existing methods.

The paper tackles the problem of ultra-high resolution neural style transfer, which existing methods fail at due to memory constraints and small stroke sizes, by proposing URST with Thumbnail Instance Normalization to process images up to 10000x10000 pixels, achieving superior results over state-of-the-art methods.

We present an extremely simple Ultra-Resolution Style Transfer framework, termed URST, to flexibly process arbitrary high-resolution images (e.g., 10000x10000 pixels) style transfer for the first time. Most of the existing state-of-the-art methods would fall short due to massive memory cost and small stroke size when processing ultra-high resolution images. URST completely avoids the memory problem caused by ultra-high resolution images by (1) dividing the image into small patches and (2) performing patch-wise style transfer with a novel Thumbnail Instance Normalization (TIN). Specifically, TIN can extract thumbnail features' normalization statistics and apply them to small patches, ensuring the style consistency among different patches. Overall, the URST framework has three merits compared to prior arts. (1) We divide input image into small patches and adopt TIN, successfully transferring image style with arbitrary high-resolution. (2) Experiments show that our URST surpasses existing SOTA methods on ultra-high resolution images benefiting from the effectiveness of the proposed stroke perceptual loss in enlarging the stroke size. (3) Our URST can be easily plugged into most existing style transfer methods and directly improve their performance even without training. Code is available at https://git.io/URST.

Code Implementations1 repo
Foundations

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

Your Notes