~/shanegraffiti.com/research/garmentsketch
Shane Graffiti Inc. Semantic Adversarial Research Division 2026

GARMENT
SKETCH
A SKETCH-TO-FASHION
BENCHMARK

Fashion sketching lets designers visualise a concept long before any fabric is cut, yet sketch-based fashion image synthesis has stalled for want of large-scale, high-quality paired data. GarmentSketch closes that gap: 26,249 fashion sketches across 21 garment categories, each paired with a detailed textual description. Captions were produced through a multi-stage pipeline combining several multimodal language models with human-in-the-loop refinement, balancing semantic accuracy against descriptive richness. Benchmarking state-of-the-art generators on the set exposes both the promise and the present limits of sketch-guided text-to-image generation and a clean trade-off between photorealism and faithfulness to the drawn line.

DivisionSemantic Adversarial Research
DomainSketch-Guided T2I / Fashion
PublishedarXiv 2606.14025 2026
Scale26,249 sketches · 21 categories
Sketch-to-Fashion Sketch-Guided T2I Rich Captions Informative Drawings 26,249 Sketches 21 Categories FID · LPIPS · CLIPScore ControlNet T2I-Adapter Photorealism vs Structure Human-in-the-Loop Design-Oriented Generation Sketch-to-Fashion Sketch-Guided T2I Rich Captions Informative Drawings 26,249 Sketches 21 Categories FID · LPIPS · CLIPScore ControlNet T2I-Adapter Photorealism vs Structure Human-in-the-Loop Design-Oriented Generation
§ 1.0The Modality Gap

A sketch is sparse: a few abstract lines, no texture, no colour, no material cues. A garment photograph is dense with exactly those signals. Generators trained on general-purpose data struggle to span this gap they lose fabric draping, silhouette, and decorative detail, and lack the fashion-specific knowledge a professional workflow needs.

The central hypothesis: aligning rich textual semantics with sparse sketches bridges the modality gap, letting a model preserve structure and synthesise complex detail at the same time. That requires paired data which did not previously exist at scale.

Input sparse
The Sketch
Structural prior only. Conveys shape and layout, but withholds texture, colour, and material the cues photo-trained models depend on.
+ caption bridges
Pairing rich
The Caption
Dense semantics. Supplies fabric, motif, colour, and silhouette in language, restoring what the line alone cannot encode.
§ 2.0Where It Sits

Prior fashion datasets advance recognition, retrieval, and virtual try-on, but omit the sketch-plus-caption pairings needed for early-stage design. General sketch datasets, in turn, are either too simplistic or aimed at generic object retrieval rather than fine-grained garment structure.

Fashion & sketch datasets coverage
DatasetModalitySizeSketchesRich captions
DeepFashionImages, attributes, landmarks800K imgNoNo
FashionAIImages, attributes, keypoints357K imgNoNo
ModaNetImages, polygon annotations55K imgNoNo
VITONPaired person + garment16K pairsNoNo
SketchySketches + images (general)75K skYesNo
QuickDrawVector-stroke sketches50M skYesNo
GarmentSketchFashion sketches + rich captions26K skYesYes
§ 3.0The Construction Pipeline

Two parallel workflows turn a source image into a sketch–caption pair. Sketches come from an anime-style Informative-Drawings model about 6 seconds per image, versus roughly 10 minutes for stroke-optimisation tools, and far better at capturing intricate garment detail. Captions are synthesised by three multimodal models, then consolidated and human-verified.

Branch A sketch generation
Source garment image
Informative-Drawings (anime style)
Informative sketch (~6s)
Branch B caption synthesis
Source image + brief caption
LlamaGemmaQwen
Consolidate & polish (Gemma) → human verify
Rich merged caption
A ⊕ B → 26,249 sketch–caption pairs · 70 / 30 train–test split per category
§ 4.0Inside the Dataset

Sources span Western e-commerce imagery, an upperwear top-up, and 650 hand-collected images of Eastern traditional dress such as the Vietnamese áo dài for cultural balance. The authors are candid about two biases: the set skews toward accessories, and remains Western-centric overall.

26,249
Sketch–caption pairs
21
Garment categories
27.9%
Shoes the largest single class
~2.5%
Áo dài cultural-inclusion subset

Shoes (27.9%) and bags (11.6%) together make up nearly 40% of the data, while core apparel like upperwear (8.06%) and bottomwear (10.2%) is thinner. The skew means models may learn the fixed structures of accessories more readily than clothing a limitation the authors flag as motivation for more globally balanced curation.

§ 5.0Benchmark Results

Four sketch-to-image models were evaluated zero-shot on the test set: Gemini 2.5 Nano Banana, ControlNet Scribble SDXL, ControlNet Scribble SD1.5, and T2I-Adapter Sketch SDXL. FID measures quality and diversity, LPIPS perceptual similarity to ground truth, CLIPScore semantic agreement with the prompt.

Whole test set lower FID / LPIPS better, higher CLIPScore better
ModelFID ↓LPIPS ↓CLIPScore ↑
Gemini 2.5 Nano Banana17.500.4029.50
ControlNet Scribble SDXL29.180.6030.10
ControlNet Scribble SD1.536.080.7029.02
T2I-Adapter Sketch SDXL23.500.4928.30

Per category, Gemini takes best FID in 17 of 21 classes and best LPIPS in 20 of 21. CLIPScore is more balanced: ControlNet Scribble SDXL leads 8 categories, Gemini 7, T2I-Adapter 4. SD1.5 trails throughout and stumbles hardest on culturally specific garments like the áo dài, reflecting limited diversity in its training data.

§ 6.0The Core Trade-off

No model wins on every axis. The benchmark surfaces one clean tension: the more photorealistic a model's output, the more it tends to drift from the drawn structure and vice versa. Each model lands somewhere along this line.

Structural
FidelityFaithful to the sketch's lines
Photo-
realismRich texture, lighting, polish
ControlNet SD1.5weak baseline
ControlNet SDXLtop CLIPScore
T2I-Adapter SDXLstructured accessories
Gemini Nano Bananabest FID / LPIPS

ControlNet and T2I-Adapter hold the sketch's shape but lack polish; Gemini produces the most appealing images yet frequently diverges from the intended silhouette and fine pattern. The open problem: a model that earns both ends of the line at once.

~/conclusion
$ query: why did sketch-to-fashion stall // no large-scale data pairing sketch, caption, and image. $ query: what does GarmentSketch supply // 26,249 sketches · 21 categories · rich captions. // curated by an MLLM pipeline with human verification. $ query: what did benchmarking reveal // a hard trade-off: photorealism vs structural fidelity. // no current model holds both. that is the next problem.

A
SPARSE LINE
AND A
RICH WORD
BRIDGE THE
GAP.