Pith. sign in

REVIEW 3 major objections 5 minor 59 references

Dress-1-to-3: Single Image to Simulation-Ready 3D Outfit with Diffusion Prior and Differentiable Physics

T0 review · 3 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read Dress-1-to-3 turns a single image into a posed human and separated, simulation-ready garments with sewing patterns

desk verdict A competent system paper with a genuinely useful differentiable-simulation layer, but the evaluation is too thin to fully back the alignment claim. read the letter →

arxiv 2502.03449 v2 pith:2UU324NL submitted 2025-02-05 cs.CV

classification cs.CV
keywords single-image3Dgarmentreconstructionsewingpatternrecoverydifferentiableclothsimulationmulti-viewdiffusionincrementalpotentialcontactvirtualtry-onanimationsimulation-readyassets
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

From a single casual photo of a clothed person, Dress-1-to-3 aims to recover not just one fused 3D mesh but a posed human body plus each garment as a separate, wearable piece described by 2D sewing patterns and physical material parameters. The reason this matters is that virtual try-on, garment animation, and editing all require separable, simulation-ready assets, and existing single-image 3D methods typically fuse clothing into the body. The paper's route is to start from a coarse sewing pattern predicted from the image, generate multi-view RGB images and normal maps with a diffusion model, and then refine the pattern and its stiffness by simulating the garment on the reconstructed human with a differentiable cloth simulator until the renders match those multi-view views. The paper reports that this optimization materially improves geometric alignment with the input image, and that the resulting assets can be re-animated with physically plausible cloth motion.

What carries the argument

The load-bearing object is a generalized differentiable CIPC (Codimensional Incremental Potential Contact) layer: a cloth simulator that guarantees non-penetration through barrier energies and continuous collision detection, wrapped so gradients can be back-propagated to the sewing-pattern parameters. The paper derives the adjoint equations once, then lets automatic differentiation supply the per-time-step Jacobians, making the framework independent of the choice of constitutive model. Around this layer are differentiable bridges: arc-length sampling of Bézier curves into mesh vertices, fixed harmonic-coordinate cage deformations, patch symmetrization, and a pullback remeshing scheme that prevents penetrations when the pattern is re-triangulated mid-optimization. The optimizer uses rendering losses against multi-view masks, RGB, and normals plus geometric regularizers for area ratio, corner angles, seam length and curvature, comfort, and smoothness to keep the 2D patterns suitable for fabrication and the 3D drape stable.

What would settle it

Take a 3D-scanned subject from CloSe or 4D-Dress, render ground-truth multi-view images and normal maps, and rerun the same optimization in place of the diffusion-generated views; if Chamfer distance and mask overlap do not improve, the reported alignment gain is not actually driven by the multi-view prior.

Watch

Extended reading notes

Core claim

The paper's central claim is that a data-limited sewing-pattern predictor and a generative multi-view model can be bridged by differentiable physics: the coarse 2D pattern is stitched and draped onto a parameterized human body model, then its curve vertices, Bézier control points, global stretch stiffness, and bending stiffness are optimized so that rendered garment masks, RGB colors, and normals agree with diffusion-generated multi-view images of the same person. The optimization treats the CIPC cloth simulator as a differentiable layer using an adjoint formulation combined with automatic differentiation, so gradients flow through frictional contact, self-collision, and stitching. On the CloSe and 4D-Dress benchmarks, the reconstructed garments achieve lower Chamfer distance and higher mask overlap than four single-image reconstruction baselines, and the paper shows patterns for categories such as jumpsuits that were not in the training distribution. The output is a static, penetration-free draped outfit at equilibrium, ready to be animated by applying human motion as boundary conditions.

Load-bearing premise

The pipeline treats the multi-view images and normal maps produced by a generative diffusion model as the true 3D shape of the person and clothes; if those generated views are wrong or inconsistent—and the paper's limitations section says the normal maps can be—the optimized garments inherit that error.

Editorial extensions

If this is right

  • A single photo can become a layered, skinned, animatable human asset without manual garment modeling, because each recovered garment is a separate mesh with its own sewing pattern and stiffness.
  • Virtual try-on and garment editing can operate directly on the 2D patterns, letting users modify silhouette or fabric behavior before re-simulating.
  • Garment categories outside the sewing-pattern predictor's training data, such as jumpsuits, can still be reconstructed because the optimization adapts the pattern to image evidence rather than selecting from a fixed template library.
  • Physical stiffness values are inferred along with shape, so the simulated drape at the static pose matches the photo and can be re-used for motion sequences with plausible dynamics.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Not stated in the paper: a direct swap test—using ground-truth multi-view renders from a 3D scan in place of the diffusion-generated views—would isolate how much of the reported accuracy comes from the physics optimization and how much from the generative prior.
  • Not stated in the paper: the same differentiable-physics-plus-diffusion-prior recipe could be applied to other deformable objects with a 2D rest configuration, such as curtains, soft luggage, or hair, whenever consistent multi-view images can be produced.
  • Not stated in the paper: re-simulating the optimized patterns under new, unseen motion sequences would test whether the inferred stiffness parameters generalize or merely fit the static drape in the input pose.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes Dress-1-to-3, a pipeline that takes a single in-the-wild image of a clothed human and produces a posed SMPL-X body plus separated, simulation-ready garments with sewing patterns, textures, and estimated stiffness parameters. The pipeline combines SewFormer for initial sewing patterns, MagicMan for multi-view RGB and normal generation, and a differentiable codimensional IPC simulator (CIPC) to refine pattern geometry and physics parameters against the generated views. The authors derive a unified adjoint-plus-automatic-differentiation formulation for differentiable CIPC, introduce differentiable pattern discretization and several geometric regularizers, and report quantitative comparisons on CloSe and 4D-Dress plus qualitative ablations and animation demos.

Significance. If the central claims hold, the paper offers a practical route from a single photo to separable, animatable garment assets with sewing patterns, which would be useful for virtual try-on, garment editing, and physics-based animation. The differentiable CIPC layer with adjoint-AD hybrid is a useful systems contribution, and the pattern symmetrization, remeshing, and regularizer design are thoughtfully engineered. However, the experimental evidence is not yet at the level needed to establish the headline claim of image-aligned, simulation-ready garment reconstruction: the evaluation relies on synthetic multi-view observations as ground truth, the benchmark details are sparse, and no code or data are released.

major comments (3)
  1. [§5.2, §6.2, Limitations] The core optimization losses in Eqs. (19)–(21) treat MagicMan-generated multi-view RGB images, normal maps, and masks as ground-truth observations, and §5.2 states this explicitly. The paper's own Limitations section concedes that MagicMan normal maps are inconsistent and smooth out details, while Figure 10 acknowledges that non-static states are approximated by static fits. Because MagicMan views are generated from the same input image, none of the losses are independent measurements of the true 3D garment. The manuscript provides no validation of MagicMan's multi-view accuracy on the CloSe/4D-Dress benchmark, so the reported improvements in CD and IoU could reflect fitting to consistent but incorrect synthetic views rather than alignment with the input image. This is load-bearing: the central claim of improved geometric alignment is not established without evidence that the generated views are sufficiently faithful to the real garments.
  2. [§9.1, Table 1] Table 1 reports only mean CD and IoU over a benchmark described as 'carefully selected' examples, with no sample count, no selection criteria, no per-sequence or per-category breakdown, no error bars, and no statistical significance test. The IoU metric is defined against the input front-view image, which is the very view used to generate the MagicMan multi-view set; combined with the mask, RGB, and normal losses on generated views, this metric is partly circular. Without a description of how many sequences are used, how they are chosen, how CD is computed and normalized, and how baselines are configured, the quantitative claim that Dress-1-to-3 'significantly outperforms' baselines cannot be verified. Please report full benchmark statistics, release the evaluation protocol (ideally with code), and add an evaluation that uses real multi-view captures or held-out views rather than only diffusion-generated views.
  3. [§4, §5.3, §6] The pipeline is a chained sequence of pretrained modules (SewFormer, OSX, MagicMan, DWPose, SegFormer), each with its own failure modes, but the experiments do not characterize how errors propagate. For example, §5.3 refines SMPL-X pose using mask and RGB losses computed on MagicMan views while explicitly excluding occluded garment regions; if the initial OSX pose or the generated views are inaccurate, the subsequent garment optimization in §6 inherits a biased human body. The ablation study in §9.4 isolates regularizers but does not ablate the choice of MagicMan views or the pose refinement, so the sensitivity of the final result to the weakest upstream component is unknown. A sensitivity analysis (e.g., replacing MagicMan views with ground-truth multi-view renderings on a subset) would directly test the central assumption.
minor comments (5)
  1. [§1, Contributions] The third bullet states the differentiable framework is 'agonistic to constitutive models'; the intended word is 'agnostic'.
  2. [§8, Balancing between Losses] The weight list ends with 'λSL = 0.1, λSL = 0.1', duplicating λSL; one of these should presumably be the seam curvature weight λSC.
  3. [§9.1, Baselines] The sentence beginning 'Baselines. pare our method with state-of-the-art...' contains a typo ('pare' should be 'We compare').
  4. [§9.4, Figure 8 caption] The caption uses shorthand 'w.o.' without defining it; please spell out 'without' in the figure caption or table legend.
  5. [§2.1] The related-work discussion of multi-view diffusion would benefit from distinguishing more clearly which methods are also trained on human-centric data and which are generic object-level methods, since the paper's use of MagicMan is human-specific.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the core optimization is guided by an external multi-view diffusion prior, and the headline geometry claim is independently benchmarked against ground-truth meshes.

full rationale

Dress-1-to-3's derivation chain is not circular. The optimization losses in Eqs. (19)-(21) are defined against multi-view RGB, normal, and mask images produced by MagicMan, an external pre-trained model, not against the paper's own outputs; fitting to these views is a feed-forward use of a learned prior, not a self-definitional loop. The central quantitative claim of geometric alignment is supported by Chamfer Distance against ground-truth meshes from CloSe and 4D-Dress (Table 1), which is independent of the optimized variables and of MagicMan's generated views. The paper's own Limitations section acknowledges that MagicMan normal maps are inconsistent and smooth details, which is a correctness and robustness caveat about the pseudo-ground-truth assumption rather than a circular reduction. The only overlap between training signal and evaluation is that the front-view IoU metric is related in spirit to the mask loss of Eq. (19), but the two use different mask sources (input front-view image versus SegFormer on generated multi-view images), so the metric is not identical to the loss by construction. Self-citations to CIPC and GarmentDreamer are to established, externally validated systems and are not load-bearing assumptions that force the paper's conclusions. Therefore no circular step meeting the evidentiary bar is present.

Assumptions & free parameters 4 free parameters · 7 assumptions · 0 invented entities

The central claim rests on off-the-shelf generators (SewFormer, MagicMan, SegFormer, OSX, DWPose), the CIPC simulator, several hand-chosen loss weights, and per-example fitted stiffness and pose parameters. No new physical entities are introduced. The fitting-to-generated-views structure is the main source of potential circularity.

free parameters (4)
  • global stretching stiffness kappa_s
    Optimized in Section 6.1 to align simulated garment with multi-view images; value not reported; affects drape and final geometry.
  • global bending stiffness kappa_b
    Optimized in Section 6.1 against generated images; value not reported; affects wrinkle and drape behavior.
  • human pose and shape refinement (S, R, theta, beta)
    Optimized in Section 5.3 against DWPose landmarks and MagicMan images; these are per-example fitted values, not learned or validated.
  • regularizer weights lambda_Lap, lambda_Comfort, lambda_AR, lambda_SAC, lambda_DC, lambda_BC, lambda_SL = lambda_Lap=0.001, lambda_Comfort=0.1, lambda_AR=0.01, lambda_SAC=0.01, lambda_DC=0.001, lambda_BC=0.001, lambda_SL=0.1
    Chosen by hand in Section 8; no ablation across weights, and final geometry depends on these choices.
assumptions (7)
  • domain assumption CIPC forward simulation correctly models cloth with contact
    Gradients and final geometry depend on correctness of Li et al. 2021; no independent verification in this paper.
  • domain assumption MagicMan-generated multi-view RGB and normal images are accurate enough to serve as ground truth
    Section 5.2 and 6.2 optimize against them; limitations admit normal inconsistency and smoothing.
  • domain assumption SewFormer's initial sewing pattern has the correct topology and component count
    Section 10 states the method cannot predict new connected components beyond the initial estimation.
  • domain assumption One 1-second CIPC step reaches static equilibrium, and the no-friction simulation is path-independent
    Section 6.1 states the Jacobian of simulated state with respect to initial state is zero, enabling iterative re-initialization; if false, the optimization objective is ill-defined.
  • domain assumption SegFormer masks correctly identify garment regions and occlusions
    Mask losses in Section 6.2 and human pose refinement in Section 5.3 depend on these masks.
  • standard math Delaunay triangulation and harmonic coordinates provide a differentiable, fixed-topology mesh parameterization
    Section 5.1.2 and 6.5 use these to make boundary and interior sampling differentiable.
  • domain assumption SMPL-X with OSX and DWPose pose and shape estimates are accurate enough as a starting point
    Section 5.3 initializes and regularizes human body reconstruction from these estimates.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Dress-1-to-3: Single Image to Simulation-Ready 3D Outfit with Diffusion Prior and Differentiable Physics." pith.science (2026). https://pith.science/paper/2UU324NL

@misc{pith2026250203449,
  author       = {Pith},
  title        = {Pith review of: Dress-1-to-3: Single Image to Simulation-Ready 3D Outfit with Diffusion Prior and Differentiable Physics},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2UU324NL}},
  note         = {Machine review of arXiv:2502.03449}
}
read the original abstract

Recent advances in large models have significantly advanced image-to-3D reconstruction. However, the generated models are often fused into a single piece, limiting their applicability in downstream tasks. This paper focuses on 3D garment generation, a key area for applications like virtual try-on with dynamic garment animations, which require garments to be separable and simulation-ready. We introduce Dress-1-to-3, a novel pipeline that reconstructs physics-plausible, simulation-ready separated garments with sewing patterns and humans from an in-the-wild image. Starting with the image, our approach combines a pre-trained image-to-sewing pattern generation model for creating coarse sewing patterns with a pre-trained multi-view diffusion model to produce multi-view images. The sewing pattern is further refined using a differentiable garment simulator based on the generated multi-view images. Versatile experiments demonstrate that our optimization approach substantially enhances the geometric alignment of the reconstructed 3D garments and humans with the input image. Furthermore, by integrating a texture generation module and a human motion generation module, we produce customized physics-plausible and realistic dynamic garment demonstrations. Project page: https://dress-1-to-3.github.io/

Figures

Figures reproduced from arXiv: 2502.03449 by the authors.

Figure 1
Figure 1. Dress-1-to-3 can reconstruct simulation-ready textured clothed humans from casually posed single view images. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Dress-1-to-3 Pipeline. Starting with a single-view input image of a clothed human, we first derive an initial estimation of the sewing pattern. Additionally, we employ multi-view diffusion to generate orbital camera views, which serve as ground-truth 3D information for both human pose and garment shape. Next, we utilize differentiable simulation to sew and drape the pattern onto the posed human model, optimizing its… view at source ↗
Figure 3
Figure 3. Sewing Pattern Remeshing. We perform automatic remeshing during optimization when ill-conditioned triangles are detected. To avoid penetration, we pull back the new discretization to the initial unoptimized stage and rerun the garment initialization to fit it onto the human. address this, we enforce a safeguard that modifies the geometry in-place to prevent such occurrences. Specifically, we optimize the negative tr… view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Qualitative Comparisons of Geometry Reconstruction. Our proposed method not only generates sewing patterns that seamlessly integrate into animation and simulation workflows but also achieves superior garment reconstruction accuracy compared to baseline methods. corresp…
Figure 5
Figure 5. Figure 5: Qualitative Comparison of Panel Shape Prediction. Neural Tailor [Korosteleva and Lee 2022] takes ground-truth garment meshes as input, while SewFormer [Liu et al. 2023b] and our proposed method use single-view images as input. Extra unexpected panels and edges with sig…
Figure 6
Figure 6. Figure 6: Qualitative Results of Textured Clothed Human. We showcase the generation capability of Dress-1-to-3 using in-the-wild test images from various sources, including both real-world and synthetic images. Our streamlined pipeline generates perfectly fitted 3D garments with…
Figure 9
Figure 9. Figure 9: Comparisons between vertex color renderings and texture renderings. [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 7
Figure 7. Figure 7: Garment Simulation. We animate garment motion using various human sequences as moving boundary conditions. Our simulation-ready garments exhibit physically plausible dynamics. Ours w.o. Symmetry w.o. w.o. Ours w.o. w.o. w.o. Ours w.o [PITH_FULL_IMAGE:figures/full_fig_…
Figure 8
Figure 8. Figure 8: Ablation Study. We conduct ablation studies on our geometric regularizer to ensure that the sewing pattern maintains both reasonable 2D patterns and a plausible 3D fitted shape. We minimize irregularities such as asymmetry, sharp or acute angles, and inconsistent scali…
Figure 10
Figure 10. Figure 10: Our method tries to find a static garment fit that approximates [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

59 extracted references · 49 canonical work pages

  1. [8]

    ACM Transac- tions on Graphics (TOG) 41, 2 (2021), 1–21

    Diffpd: Differentiable projective dynamics. ACM Transac- tions on Graphics (TOG) 41, 2 (2021), 1–21. Yu Fang, Minchen Li, Chenfanfu Jiang, and Danny M Kaufman

  2. [9]

    ACM Transactions on Graphics 40, 4 (2021)

    Guaranteed globally injective 3D deformation processing. ACM Transactions on Graphics 40, 4 (2021). C Daniel Freeman, Erik Frey, Anton Raichuk, Sertan Girgin, Igor Mordatch, and Olivier Bachem

  3. [10]

    arXiv preprint arXiv:2106.13281 (2021)

    Brax–a differentiable physics engine for large scale rigid body simulation. arXiv preprint arXiv:2106.13281 (2021). Ruiqi Gao, Aleksander Holynski, Philipp Henzler, Arthur Brussee, Ricardo Martin- Brualla, Pratul Srinivasan, Jonathan T Barron, and Ben Poole

  4. [11]

    NeurIPS (2024)

    Cat3d: Create anything in 3d with multi-view diffusion models. NeurIPS (2024). Yuying Ge, Ruimao Zhang, Xiaogang Wang, Xiaoou Tang, and Ping Luo

  5. [14]

    ACM Transactions on Graphics (TOG) 43, 6 (2024), 1–17

    A Mesh-based Simulation Framework using Automatic Code Generation. ACM Transactions on Graphics (TOG) 43, 6 (2024), 1–17. Jonathan Ho, Ajay Jain, and Pieter Abbeel

  6. [15]

    Advances in neural information processing systems 33 (2020), 6840–6851

    Denoising diffusion probabilistic models. Advances in neural information processing systems 33 (2020), 6840–6851. Jonathan Ho, Tim Salimans, Alexey Gritsenko, William Chan, Mohammad Norouzi, and David J Fleet

  7. [17]

    ICLR (2021)

    Plasticinelab: A soft-body manipulation benchmark with differentiable physics. ICLR (2021). Zizhou Huang, Davi Colli Tozoni, Arvi Gjoka, Zachary Ferguson, Teseo Schneider, Daniele Panozzo, and Denis Zorin

  8. [18]

    ACM Transactions on Graphics 43, 3 (2024)

    Differentiable solver for time-dependent deformation problems with contact. ACM Transactions on Graphics 43, 3 (2024). Krishna Murthy Jatavallabhula, Miles Macklin, Florian Golemo, Vikram Voleti, Linda Petrini, Martin Weiss, Breandan Considine, Jérôme Parent-Lévesque, Kevin Xie, Kenny Erleben, et al

Show all 59 references
  1. [19]

    International Conference on Learning Representations (ICLR) (2021)

    gradsim: Differentiable simulation for system identifica- tion and visuomotor control. International Conference on Learning Representations (ICLR) (2021). Boyi Jiang, Juyong Zhang, Yang Hong, Jinhao Luo, Ligang Liu, and Hujun Bao

  2. [20]

    InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XX

    Bcnet: Learning body and cloth shape from a single image. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XX

  3. [22]

    ACM Transactions on Graphics (TOG) 41, 4 (2022), 1–16

    Neuraltailor: Reconstructing sewing pattern structures from 3d point clouds of garments. ACM Transactions on Graphics (TOG) 41, 4 (2022), 1–16. Maria Korosteleva and Olga Sorkine-Hornung

  4. [23]

    ACM Transactions on Graphics (TOG) 42, 6 (2023), 1–15

    GarmentCode: Programming Parametric Sewing Patterns. ACM Transactions on Graphics (TOG) 42, 6 (2023), 1–15. Black Forest Labs

  5. [24]

    ACM Transactions on Graphics 39, 6 (2020)

    Modular Primitives for High-Performance Differentiable Rendering. ACM Transactions on Graphics 39, 6 (2020). Boqian Li, Xuan Li, Ying Jiang, Tianyi Xie, Feng Gao, Huamin Wang, Yin Yang, and Chenfanfu Jiang

  6. [25]

    3DV (2025)

    GarmentDreamer: 3DGS Guided Garment Synthesis with Diverse Geometry and Texture Details. 3DV (2025). Minchen Li, Zachary Ferguson, Teseo Schneider, Timothy R Langlois, Denis Zorin, Daniele Panozzo, Chenfanfu Jiang, and Danny M Kaufman

  7. [26]

    ACM Trans

    Incremental po- tential contact: intersection-and inversion-free, large-deformation dynamics. ACM Trans. Graph. 39, 4 (2020),

  8. [27]

    ACM Trans

    Codimensional Incremental Potential Contact. ACM Trans. Graph. (SIGGRAPH) 40, 4, Article 170 (2021). Peng Li, Wangguandong Zheng, Yuan Liu, Tao Yu, Yangguang Li, Xingqun Qi, Mengfei Li, Xiaowei Chi, Siyu Xia, Wei Xue, et al. 2024d. PSHuman: Photorealistic Single-view Human Rec...

  9. [28]

    ACM Transactions on Graphics (TOG) 42, 1 (2022), 1–20

    Diffcloth: Differentiable cloth simulation with dry frictional contact. ACM Transactions on Graphics (TOG) 42, 1 (2022), 1–20. Yifei Li, Yuchen Sun, Pingchuan Ma, Eftychios Sifakis, Tao Du, Bo Zhu, and Woj- ciech Matusik. 2024c. NeuralFluid: Neural Fluidic System Design and Co...

  10. [29]

    Advances in Neural Information Processing Systems 32 (2019)

    Differentiable cloth simulation for inverse problems. Advances in Neural Information Processing Systems 32 (2019). Jing Lin, Ailing Zeng, Haoqian Wang, Lei Zhang, and Yu Li

  11. [30]

    In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition

    One-stage 3d whole-body mesh recovery with component aware transformer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition . 21159–21168. Lijuan Liu, Xiangyu Xu, Zhijie Lin, Jiabin Liang, and Shuicheng Yan. 2023b. Towards garment sewing patter...

  12. [31]

    arXiv preprint arXiv:2412.14453 (2024)

    Multimodal Latent Diffusion Model for Complex Sewing Pattern Generation. arXiv preprint arXiv:2412.14453 (2024). Xiaoxiao Long, Yuan-Chen Guo, Cheng Lin, Yuan Liu, Zhiyang Dou, Lingjie Liu, Yuexin Ma, Song-Hai Zhang, Marc Habermann, Christian Theobalt, et al

  13. [32]

    ACM Transactions on Graphics (TOG) 38, 6 (2019), 1–16

    Accelerated complex- step finite difference for expedient deformable simulation. ACM Transactions on Graphics (TOG) 38, 6 (2019), 1–16. Zhongjin Luo, Haolin Liu, Chenghong Li, Wanghao Du, Zirong Jin, Wanhu Sun, Yinyu Nie, Weikai Chen, and Xiaoguang Han

  14. [33]

    ACM Transactions on Graphics (TOG) 43, 6 (2024), 1–12

    GarVerseLOD: High-Fidelity 3D Garment Reconstruction from a Single In-the-Wild Image using a Dataset with Levels of Details. ACM Transactions on Graphics (TOG) 43, 6 (2024), 1–12. Miles Macklin

  15. [34]

    Wiley interdisciplinary reviews: data mining and knowledge discovery 9, 4 (2019), e1305

    A review of automatic differentiation and its efficient im- plementation. Wiley interdisciplinary reviews: data mining and knowledge discovery 9, 4 (2019), e1305. Antoine McNamara, Adrien Treuille, Zoran Popović, and Jos Stam

  16. [36]

    Journal of Visual Communication and Image Representation 18, 2 (2007), 109–118

    Position based dynamics. Journal of Visual Communication and Image Representation 18, 2 (2007), 109–118. Kiyohiro Nakayama, Jan Ackermann, Timur Levent Kesdogan, Yang Zheng, Maria Korosteleva, Olga Sorkine-Hornung, Leonidas J Guibas, Guandao Yang, and Gor- don Wetzstein

  17. [37]

    arXiv preprint arXiv:2412.03937 (2024)

    AIpparel: A Large Multimodal Generative Model for Digital Garments. arXiv preprint arXiv:2412.03937 (2024). Uwe Naumann

  18. [38]

    arXiv preprint arXiv:2112.10741 (2021)

    Glide: Towards photorealistic image generation and editing with text-guided diffusion models. arXiv preprint arXiv:2112.10741 (2021). Logan Numerow, Yue Li, Stelian Coros, and Bernhard Thomaszewski

  19. [39]

    ACM Transactions on Graphics (TOG) 43, 4 (2024), 1–11

    Differ- entiable voronoi diagrams for simulation of cell-based mechanical systems. ACM Transactions on Graphics (TOG) 43, 4 (2024), 1–11. Julian Panetta, Florin Isvoranu, Tian Chen, Emmanuel Siéfert, Benoît Roman, and Mark Pauly

  20. [40]

    ACM Transactions on Graphics (TOG) 40, 4 (2021), 1–14

    Computational inverse design of surface-based inflatables. ACM Transactions on Graphics (TOG) 40, 4 (2021), 1–14. Georgios Pavlakos, Vasileios Choutas, Nima Ghorbani, Timo Bolkart, Ahmed AA Osman, Dimitrios Tzionas, and Michael J Black

  21. [41]

    In ACM SIGGRAPH 2022 conference proceedings

    Palette: Image-to-image diffusion models. In ACM SIGGRAPH 2022 conference proceedings . 1–10. Igor Santesteban, Miguel A Otaduy, and Dan Casas

  22. [42]

    ACM Trans

    High-Order Differentiable Autoencoder for Nonlinear Model Reduction. ACM Trans. Graph. 40, 4, Article 68 (jul 2021), 15 pages. Jonathan Richard Shewchuk

  23. [44]

    arXiv preprint arXiv:2310.15110 (2023)

    Zero123++: a single image to consistent multi-view diffusion base model. arXiv preprint arXiv:2310.15110 (2023). Yichun Shi, Peng Wang, Jianglong Ye, Mai Long, Kejie Li, and Xiao Yang

  24. [45]

    ICLR (2024)

    Mvdream: Multi-view diffusion for 3d generation. ICLR (2024). Zilin Si, Gu Zhang, Qingwei Ben, Branden Romero, Zhou Xian, Chao Liu, and Chuang Gan

  25. [46]

    ICLR (2024)

    DIFFTACTILE: A Physics-based Differentiable Tactile Simulator for Contact-rich Robotic Manipulation. ICLR (2024). Michael Strecke and Joerg Stueckler

  26. [47]

    In 2021 international conference on 3D Vision (3DV)

    DiffSDFSim: Differentiable rigid-body dynamics with implicit shapes. In 2021 international conference on 3D Vision (3DV) . IEEE, 96–105. Tuur Stuyck and Hsiao-yu Chen

  27. [48]

    Proceedings of the ACM on Computer Graphics and Interactive Techniques 6, 3 (2023), 1–14

    Diffxpbd: Differentiable position-based sim- ulation of compliant constraint dynamics. Proceedings of the ACM on Computer Graphics and Interactive Techniques 6, 3 (2023), 1–14. Jiaxiang Tang, Jiawei Ren, Hang Zhou, Ziwei Liu, and Gang Zeng

  28. [49]

    ICLR (2024)

    Dreamgaussian: Generative gaussian splatting for efficient 3d content creation. ICLR (2024). Shitao Tang, Jiacheng Chen, Dilin Wang, Chengzhou Tang, Fuyang Zhang, Yuchen Fan, Vikas Chandra, Yasutaka Furukawa, and Rakesh Ranjan

  29. [50]

    arXiv preprint arXiv:2312.02201 (2023)

    Imagedream: Image-prompt multi-view diffusion for 3d generation. arXiv preprint arXiv:2312.02201 (2023). Tuanfeng Y Wang, Duygu Ceylan, Jovan Popovic, and Niloy J Mitra

  30. [52]

    Advances in neural information processing systems 34 (2021)

    SegFormer: Simple and efficient design for semantic segmentation with transformers. Advances in neural information processing systems 34 (2021). Yuliang Xiu, Jinlong Yang, Xu Cao, Dimitrios Tzionas, and Michael J Black

  31. [53]

    In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

    Icon: Implicit clothed humans obtained from normals. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) . IEEE, 13286–13296. Jie Xu, Tao Chen, Lara Zlokapa, Michael Foshey, Wojciech Matusik, Shinjiro Sueda, and Pulkit Agrawal

  32. [54]

    RSS (2021)

    An end-to-end differentiable framework for contact-aware robot design. RSS (2021). Jie Xu, Sangwoon Kim, Tao Chen, Alberto Rodriguez Garcia, Pulkit Agrawal, Wojciech Matusik, and Shinjiro Sueda

  33. [55]

    ICLR (2024)

    Dmv3d: Denoising multi-view diffusion using 3d large reconstruction model. ICLR (2024). Jiayu Yang, Ziang Cheng, Yunfei Duan, Pan Ji, and Hongdong Li

  34. [56]

    ACM Transactions on Graphics (TOG) 37, 5 (2018), 1–14

    Physics-inspired garment recovery from a single-view image. ACM Transactions on Graphics (TOG) 37, 5 (2018), 1–14. Zhendong Yang, Ailing Zeng, Chun Yuan, and Yu Li

  35. [57]

    In SIGGRAPH Asia 2024 Conference Papers

    FabricDiffusion: High-Fidelity Texture Transfer for 3D Garments Generation from In-The-Wild Images. In SIGGRAPH Asia 2024 Conference Papers. 1–12. Lvmin Zhang, Anyi Rao, and Maneesh Agrawala

  36. [58]

    CVPR (2025)

    Design2GarmentCode: Turning Design Concepts to Tangible Garments Through Program Synthesis. CVPR (2025). Heming Zhu, Yu Cao, Hang Jin, Weikai Chen, Dong Du, Zhangye Wang, Shuguang Cui, and Xiaoguang Han

  37. [59]

    In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16

    Deep fashion3d: A dataset and benchmark for 3d garment reconstruction from single images. In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part I 16 . Springer, 512–530. 16

  38. [1981]

    Computers & Mathematics with Applications 7, 4 (1981), 333–347

    Numerical estimation of the first order derivative: approximate evaluation of an optimal step. Computers & Mathematics with Applications 7, 4 (1981), 333–347. Cheng-Hsiu Chen, Jheng-Wei Su, Min-Chun Hu, Chih-Yuan Yao, and Hung-Kuo Chu. 2024b. Panelformer: Sewing Pattern Recons...

  39. [2004]

    ACM Transactions On Graphics (TOG) 23, 3 (2004)

    Fluid control using the adjoint method. ACM Transactions On Graphics (TOG) 23, 3 (2004). Gyeongsik Moon, Hyeongjin Nam, Takaaki Shiratori, and Kyoung Mu Lee

  40. [2007]

    ACM transactions on graphics (TOG) 26, 3 (2007), 71–es

    Har- monic coordinates for character articulation. ACM transactions on graphics (TOG) 26, 3 (2007), 71–es. Maria Korosteleva and Sung-Hee Lee

  41. [2008]

    Computer Science Division University of California at Berkeley, Berkeley, California (2008), 94720–1776

    A two-dimensional quality mesh generator and Delaunay triangulator. Computer Science Division University of California at Berkeley, Berkeley, California (2008), 94720–1776. Ruoxi Shi, Hansheng Chen, Zhuoyang Zhang, Minghua Liu, Chao Xu, Xinyue Wei, Linghao Chen, Chong Zeng, and Hao Su

  42. [2014]

    ACM trans- actions on graphics (TOG) 33, 4 (2014), 1–11

    Projective dynamics: Fusing constraint projections for fast simulation. ACM trans- actions on graphics (TOG) 33, 4 (2014), 1–11. Patrick Brezillon, Jean-François Staub, Anne-Marie Perault-Staub, and Gérard Milhaud

  43. [2016]

    ACM Trans

    Physics-driven pattern adjustment for direct 3D garment editing. ACM Trans. Graph. 35, 4 (2016), 50–1. Siyuan Bian, Chenghao Xu, Yuliang Xiu, Artur Grigorev, Zhen Liu, Cewu Lu, Michael J Black, and Yao Feng

  44. [2018]

    ACM SIGGRAPH (2018)

    Learning a shared shape space for multimodal garment design. ACM SIGGRAPH (2018). Wenbo Wang, Hsuan-I Ho, Chen Guo, Boxiang Rong, Artur Grigorev, Jie Song, Juan Jose Zarate, and Otmar Hilliges

  45. [2019]

    ACM Transactions on Graphics (TOG) 38, 6 (2019), 1–13

    Real2sim: Visco-elastic parameter estimation from dynamic motion. ACM Transactions on Graphics (TOG) 38, 6 (2019), 1–13. Kai He, Kaixin Yao, Qixuan Zhang, Jingyi Yu, Lingjie Liu, and Lan Xu. 2024b. Dress- code: Autoregressively sewing and generating garments from text guidance...

  46. [2020]

    ACM Transactions on Graphics (TOG) 39, 6 (2020)

    Add: Analytically differentiable dynamics for multi-body systems with frictional contact. ACM Transactions on Graphics (TOG) 39, 6 (2020). Artur Grigorev, Michael J Black, and Otmar Hilliges

  47. [2021]

    Advances in neural information processing systems 34 (2021), 8780–8794

    Diffusion models beat gans on image synthesis. Advances in neural information processing systems 34 (2021), 8780–8794. Tao Du, Kui Wu, Pingchuan Ma, Sebastien Wah, Andrew Spielberg, Daniela Rus, and Wojciech Matusik

  48. [2022]

    Advances in Neural Information Processing Systems 35 (2022), 8633–8646

    Video diffusion models. Advances in Neural Information Processing Systems 35 (2022), 8633–8646. Yuanming Hu, Luke Anderson, Tzu-Mao Li, Qi Sun, Nathan Carr, Jonathan Ragan- Kelley, and Frédo Durand. 2019a. Difftaichi: Differentiable programming for physical simulation. arXiv p...

  49. [2023]

    arXiv preprint arXiv:2303.08774 (2023)

    Gpt-4 technical report. arXiv preprint arXiv:2303.08774 (2023). Dimitrije Antić, Garvita Tiwari, Batuhan Ozcomlekci, Riccardo Marin, and Gerard Pons-Moll

  50. [2024]

    In 2024 International Conference on 3D Vision (3DV)

    CloSe: A 3D Clothing Segmentation Dataset and Model. In 2024 International Conference on 3D Vision (3DV) . IEEE, 591–601. Aric Bartle, Alla Sheffer, Vladimir G Kim, Danny M Kaufman, Nicholas Vining, and Floraine Berthouzoz

  51. [2025]

    CVPR (2025)

    ChatGarment: Garment Estimation, Generation and Editing via Large Language Models. CVPR (2025). Sofien Bouaziz, Sebastian Martin, Tiantian Liu, Ladislav Kavan, and Mark Pauly

Pith tools

Reviewed August 9, 2026 · model on record in the stance chip above.