Papers › Unsupervised Sketch-to-Photo Synthesis

Unsupervised Sketch-to-Photo Synthesis

18 Sep 2019arXiv:1909.08313archive 2025-07-28

Runtao Liu, Qian Yu, Stella Yu

Humans can envision a realistic photo given a free-hand sketch that is not only spatially imprecise and geometrically distorted but also without colors and visual details. We study unsupervised sketch-to-photo synthesis for the first time, learning from unpaired sketch-photo data where the target photo for a sketch is unknown during training. Existing works only deal with style change or spatial deformation alone, synthesizing photos from edge-aligned line drawings or transforming shapes within the same modality, e.g., color images. Our key insight is to decompose unsupervised sketch-to-photo synthesis into a two-stage translation task: First shape translation from sketches to grayscale photos and then content enrichment from grayscale to color photos. We also incorporate a self-supervised denoising objective and an attention module to handle abstraction and style variations that are inherent and specific to sketches. Our synthesis is sketch-faithful and photo-realistic to enable sketch-based image retrieval in practice. An exciting corollary product is a universal and promising sketch generator that captures human visual perception beyond the edge map of a photo.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1909.08313")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 6 ran with no contract checked.

By repository: community (archive-listed): 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · our draft was wrong
6ran
2unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

binary samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/depthestimate/BatchFetcher.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · 2c9fb04fc48a5a74 · report
get_norm_layer samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/models/networks.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · b27dffc0609fbec0 · report
get_scheduler samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/models/networks.py community (archive-listed) ran BSD-3-Clause (permissive) · f28f371ac79d4e8a · report
heatmap samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/depthestimate/visualizeptexample.v.py community (archive-listed) ran BSD-3-Clause (permissive) · f4f8efe70b76b9b4 · report
init_net samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/models/networks.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · bf329cef80ee24c5 · report
mls_affine_deformation samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/img_utils.py community (archive-listed) ran BSD-3-Clause (permissive) · 28f5dea7ad7deca1 · report
mls_affine_deformation_1pt samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/img_utils.py community (archive-listed) ran BSD-3-Clause (permissive) · 362739607d36b783 · report
rgb2gray samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/depthestimate/BatchFetcher.py community (archive-listed) ran · violated contract fingerprinted BSD-3-Clause (permissive) · eb7801586aa2560a · report
rgba2rgb samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/depthestimate/BatchFetcher.py community (archive-listed) ran fingerprinted BSD-3-Clause (permissive) · eaa69b40ef46f8c4 · report
mls_affine_deformation_inv samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/sketchstd/img_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 96ae243e2e93aeb5 · report
showpoints samaonline/3D-Shape-Reconstruction-from-Free-Hand-Sketches/depthestimate/show3d.py community (archive-listed) unverified BSD-3-Clause (permissive) · cc0e2a063a44e5cf · report

Tasks

ColorizationData AugmentationDenoisingImage GenerationImage RetrievalRetrievalSketch-Based Image RetrievalTranslation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections