SIGGRAPH ASIA2018

Deep Unsupervised Pixelization

Chu Han       Qiang Wen        Shengfeng He        Qianshu Zhu        Yinjie Tan        Guoqiang Han        Tien-Tsin Wong       

ACM Transactions on Graphics (SIGGRAPH Asia 2018 issue), Vol. 37, No. 6, November 2018, pp. 243:1-243:11.


Abstract

In this paper, we present a novel unsupervised learning method for pixelization. Due to the difficulty in creating pixel art, preparing the paired training data for supervised learning is impractical. Instead, we propose an unsupervised learning framework to circumvent such difficulty. We leverage the dual nature of the pixelization and depixelization, and model these two tasks in the same network in a bi-directional manner with the input itself as training supervision. These two tasks are modeled as a cascaded network which consists of three stages for different purposes. GridNet transfers the input image into multi-scale grid-structured images with different aliasing effects. PixelNet associated with GridNet to synthesize pixel arts with sharp edges and perceptually optimal local structures. DepixelNet connects the previous network and aims to recover the pixelized result to the original image. For the sake of unsupervised learning, the mirror loss is proposed to hold the reversibility of feature representations in the process. In addition, adversarial, L1, and gradient losses are involved in the network to obtain pixel arts by retaining color correctness and smoothness. We show that our technique can synthesize crisper and perceptually more appropriate pixel arts than state-of-the-art image downscaling methods. We evaluate the proposed method with extensive experiments on many images. The proposed method outperforms state-of-the-art methods in terms of visual quality and user preference.

Paper

(PDF, 12.5M)

Supplementary Material

(PDF, 13.5M)

Source code will be released soon

BibTex:

    @article{han-2018-pixelization,
        author   = {Chu Han and Qiang Wen and Shengfeng He and Qianshu Zhu and Yinjie Tan and Guoqiang Han and Tien-Tsin Wong},
        title    = {Deep Unsupervised Pixelization},
        journal  = {ACM Transactions on Graphics (SIGGRAPH Asia 2018 issue)},
        month    = {November},
        year     = {2018},
        volume   = {37},
        number   = {6},
        pages    = {243:1-243:11}
    }