Image2Garment: Simulation-ready Garment Generation from a Single Image
Selim Emir Can, Jan Ackermann, Kiyohiro Nakayama, Ruofan Liu, Tong Wu, Yang Zheng, Hugo Bertiche, Menglei Chai, Thabo Beeler, Gordon Wetzstein
TL;DR
Image2Garment addresses the challenge of generating simulation-ready garments from a single image by introducing a semantically grounded two-stage latent decomposition: first infer material descriptors $M$ and auxiliary attributes $Z$, then map these to physically valid simulator parameters via a learned function $f_\phi$. A two-dataset framework, FTAG for fabric attributes and T2P for material-to-physics mappings, enables data-efficient training of a fully feed-forward pipeline that yields both garment geometry $S$ and physics $\boldsymbol{\theta}$ without iterative optimization. The approach combines a fine-tuned vision-language model (Qwen-2.5VL with LoRA) for attribute prediction, a density–thickness estimator based on hierarchical retrieval, and Random Forest regressors to predict physics parameters, with geometry provided by ChatGarment. Experiments on synthetic 4D-Dress data and in-the-wild sequences show state-of-the-art accuracy in fabric attribute estimation and physics prediction, delivering faster, scalable, and more faithful dynamic draping than optimization-based baselines, thereby enabling practical image-to-simulation workflows for VR, gaming, and fashion design. The work also provides comprehensive benchmarks and datasets that facilitate future research in data-efficient, simulation-ready garment generation from single images.
Abstract
Estimating physically accurate, simulation-ready garments from a single image is challenging due to the absence of image-to-physics datasets and the ill-posed nature of this problem. Prior methods either require multi-view capture and expensive differentiable simulation or predict only garment geometry without the material properties required for realistic simulation. We propose a feed-forward framework that sidesteps these limitations by first fine-tuning a vision-language model to infer material composition and fabric attributes from real images, and then training a lightweight predictor that maps these attributes to the corresponding physical fabric parameters using a small dataset of material-physics measurements. Our approach introduces two new datasets (FTAG and T2P) and delivers simulation-ready garments from a single image without iterative optimization. Experiments show that our estimator achieves superior accuracy in material composition estimation and fabric attribute prediction, and by passing them through our physics parameter estimator, we further achieve higher-fidelity simulations compared to state-of-the-art image-to-garment methods.
