Self-Supervised Sketch-to-Image Synthesis
Bingchen Liu, Yizhe Zhu, Kunpeng Song, Ahmed Elgammal

TL;DR
This paper introduces a self-supervised approach for sketch-to-image synthesis that generates high-resolution, style-consistent images from sketches without requiring paired training data, outperforming previous methods.
Contribution
The authors propose a novel self-supervised framework that synthesizes line sketches, decouples content and style features, and refines images with adversarial training, eliminating the need for paired datasets.
Findings
Achieves state-of-the-art results on CelebA-HQ and Wiki-Art datasets.
Effectively performs style transfer and style mixing tasks.
Produces high-resolution images with improved content and style fidelity.
Abstract
Imagining a colored realistic image from an arbitrarily drawn sketch is one of the human capabilities that we eager machines to mimic. Unlike previous methods that either requires the sketch-image pairs or utilize low-quantity detected edges as sketches, we study the exemplar-based sketch-to-image (s2i) synthesis task in a self-supervised learning manner, eliminating the necessity of the paired sketch data. To this end, we first propose an unsupervised method to efficiently synthesize line-sketches for general RGB-only datasets. With the synthetic paired-data, we then present a self-supervised Auto-Encoder (AE) to decouple the content/style features from sketches and RGB-images, and synthesize images that are both content-faithful to the sketches and style-consistent to the RGB-images. While prior works employ either the cycle-consistence loss or dedicated attentional modules to enforce…
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
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Computer Graphics and Visualization Techniques · Advanced Vision and Imaging
