Search papers, labs, and topics across Lattice.
This paper introduces PatternGSL, a novel structured specification language designed for the template-free and simulation-ready reconstruction of 3D garments from single images. By encoding complete sewing patterns鈥攊ncluding panel boundaries, seams, and stitch topology鈥擯atternGSL bridges the gap between geometric reconstruction and structured garment construction, allowing for accurate garment generation without reliance on predefined templates. The proposed vision-language framework not only predicts PatternGSL specifications from images but also demonstrates significant improvements in pattern accuracy and cloth simulation capabilities compared to existing methods.
PatternGSL achieves accurate garment reconstruction from images without templates, revolutionizing how we think about garment design and simulation.
Reconstructing realistic, physically plausible garments from a single image remains a fundamental challenge. Template-free methods capture surface geometry but lack explicit sewing structure for simulation; while programmatic systems are simulation-ready but constrained by predefined templates. This reveals a fundamental representation gap between geometric reconstruction and structured garment construction. We present PatternGSL, a structured garment representation in the form of a template-free and learnable specification language that encodes complete sewing patterns, including panel boundaries, parameterized seams, and explicit stitch topology, in a compact and standardized form. PatternGSL preserves the physical rigor of pattern-based models while removing template dependence, elevating sewing structure as a first-class target for generative modeling. We further propose a vision-language framework that predicts PatternGSL specifications directly from a single image and decodes them into garments using lightweight deterministic validity handling, without optimization-based refinement or manual cleanup. In addition, we introduce PatternGSLData, the first large-scale image-to-GSL paired dataset comprising 300K samples with complete sewing pattern annotations, enabling supervised VLM training for structured garment reconstruction. Experiments demonstrate improved pattern accuracy over prior baselines, explicit sewing-structure recovery, reliable cloth simulation, and pattern-level editing through the same deterministic decoding pipeline. Code and data-processing scripts will be released at https://github.com/PatternGSL/PatternGSL.