Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

OmniVTON: Training-Free Universal Virtual Try-On

T0 review · 4 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The paper claims that virtual try-on can work with a single training-free pipeline, beating dedicated trained models on in-shop, in-the-wild, and multi-human benchmarks.

desk verdict A genuine training-free VTON pipeline with well-supported modules, but the headline SOTA claim is inflated by a cross-dataset evaluation protocol. read the letter →

arxiv 2507.15037 v1 pith:VLP4FGYW submitted 2025-07-20 cs.CV

classification cs.CV
keywords training-freevirtualtry-ondiffusionmodelgarmentmorphingspectralposeinjectionDDIMinversionimageinpaintingmulti-humancross-domaingeneralization
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

OmniVTON claims that virtual try-on need not be divided into specialized trained models for each scenario. A single training-free pipeline can transfer any garment, upper, lower, or dress, onto a target person in shop photos, street photos, or a scene containing several people, and it reports state-of-the-art scores on VITON-HD, DressCode, and the StreetTryOn benchmark. The method's core move is to treat garment texture and body pose as two separate constraints, handling each with a dedicated mechanism, rather than asking one diffusion model to satisfy both conditions at once. If the claim holds, virtual try-on systems can be deployed without collecting paired training data for every garment type and scene.

What carries the argument

The framework is carried by three modules. Structured Garment Morphing (SGM) generates a pseudo-person wearing the target garment, fragments both the pseudo-person and the target into semantic parts using OpenPose keypoints and TAPPS part segmentation, and applies a piecewise perspective warp per part, each homography optimized by Levenberg-Marquardt. Spectral Pose Injection (SPI) takes the DDIM inversion noise of the target, decomposes it with the Fast Fourier Transform, preserves the low-frequency band that encodes body structure through a Gaussian mask with cutoff $ au = 0.1$, and mixes in random high-frequency noise so the target's original clothing texture does not contaminate the generated garment. Continuous Boundary Stitching (CBS) modifies self-attention so that the garment image path and the garment-infused image path exchange keys and values bidirectionally, smoothing the seams left by multi-region morphing during the inpainting stage. Each module contributes a measurable gain in the ablation study, and the full system reaches FID$_u$ 9.621 on VITON-HD.

What would settle it

Run the pipeline on a test set dominated by crowded group photos or targets with heavily occluded limbs, where OpenPose and TAPPS misdetect parts, and check whether garment misalignment appears exactly where the detectors err. A quantitative version is to compare SGM's warped-garment mask against manual parsing on such a corpus and observe whether FID and LPIPS collapse as the detector error rate rises.

Watch

Extended reading notes

Core claim

OmniVTON's central claim is that garment fidelity and pose fidelity are conflicting conditions for a diffusion model, and that decoupling them removes the bias that arises when a diffusion model must handle both simultaneously. Garment fidelity is achieved geometrically: a pseudo-person image is generated from the garment, then the pseudo-person and target are split into semantic regions using skeleton keypoints and part segmentation, and each region is warped with its own optimized homography. Pose fidelity is achieved spectrally: the target person is inverted into noise with DDIM inversion, the noise is split by frequency with the Fourier transform, and only the low-frequency band that carries pose is kept, while high-frequency texture is replaced with random noise. The paper reports that this combination outperforms both exemplar-based editing methods and scenario-trained try-on models across three benchmarks, and that the same mechanisms extend to multi-human scenes by concatenating garment images and generating several pseudo-persons at once.

Load-bearing premise

The method depends on OpenPose and TAPPS giving trustworthy skeleton keypoints and part segmentation for both the pseudo-person and the target, and when those fail, in crowded scenes or with barely visible bodies, the multi-part warping and pose injection break down, as the paper's own supplementary failure cases show.

Editorial extensions

If this is right

  • A virtual try-on deployment can run with an off-the-shelf diffusion model plus pretrained keypoint and parsing models, with no domain-specific training data.
  • The frequency-split inversion recipe is a general way to borrow pose or structure from a source image while letting texture be regenerated freely.
  • Multi-human try-on becomes possible in one pass, enabling group outfits and coordinated garments in a single scene.
  • The same pipeline handles Shop-to-Street, Model-to-Model, Model-to-Street, and Street-to-Street scenarios without retraining, which the paper verifies on the StreetTryOn benchmark.
  • Each of the three modules is shown, by ablation, to improve fidelity or pose alignment separately, so the components can be adopted or replaced independently.

Reading between the lines

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

  • The method's universal-scenario claim is bounded by the reliability of OpenPose and TAPPS: as those detectors improve, the same framework should scale without modification, which the paper's own failure cases support.
  • The spectral pose-injection idea could generalize beyond try-on to any diffusion task where a structural cue must be transferred without carrying source texture, such as face reenactment or pose-guided generation.
  • Because the mechanisms are defined at the attention and noise level rather than tied to a specific checkpoint, they could plausibly be ported to newer base diffusion models than Stable Diffusion v2.
  • A direct stress test of the paper's reasoning would be to swap the fixed $ au = 0.1$ cutoff for an adaptive one estimated per image, which the sensitivity analysis suggests could trade a little FID for better SSIM.
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

4 major / 6 minor

Summary. This paper introduces OmniVTON, a training-free virtual try-on framework that combines three modules: Structured Garment Morphing (pseudo-person image generation, multi-part semantic correspondence, and localized homographic warping), Spectral Pose Injection (frequency-domain fusion of DDIM inversion noise with random noise), and Continuous Boundary Stitching (cross-attention modulation between garment and inpainted image paths). The authors report state-of-the-art results on VITON-HD, DressCode, and StreetTryOn, and claim the first multi-human try-on capability. The paper includes module ablations, a user study, runtime measurements, and a supplementary sensitivity analysis.

Significance. The training-free design is a meaningful practical contribution: it removes the need for per-dataset retraining, and the ablations provide support for each module. The code release and the supplementary failure-case discussion are strengths. However, the headline SOTA claim rests on a cross-dataset baseline protocol, and the multi-human and quantitative-superiority claims are not yet fully supported; these issues are load-bearing for the paper's central claims.

major comments (4)
  1. [§4.2, Tables 1–3] The numerical comparisons in Tables 1–3 are run under a cross-dataset checkpoint protocol: VITON-HD baselines use DressCode-pretrained checkpoints, DressCode baselines use VITON-HD-pretrained checkpoints, and StreetTryOn baselines are either VITON-HD-trained or taken from the original paper. This measures zero-shot cross-domain generalization rather than in-domain state of the art. Because the abstract and contribution list claim unconditional state-of-the-art performance, the authors should either re-run the baselines with in-domain checkpoints or explicitly reframe the claims as cross-domain generalization results; otherwise the reported margins (e.g., IDM-VTON's FID_u of 23.035 on VITON-HD) may not reflect the methods' actual capabilities.
  2. [Supplementary §A.3, Table 6] The cutoff frequency τ of the Gaussian mask in Eq. (5) is selected by sweeping on VITON-HD, and the final VITON-HD numbers in Table 1 are reported with the same τ=0.1. Since the sweep and the final evaluation share the same test set, the reported FID_u 9.621 may reflect selection on the test set. Please use a validation split or fix τ a priori.
  3. [Tables 1–4] All quantitative results are reported as point estimates from a single evaluation run, with no error bars or significance testing. The claimed LPIPS advantage over IDM-VTON on VITON-HD is 0.145 versus 0.147, which is 0.002 and may be within run-to-run or split variation. The authors should provide multiple runs or bootstrap confidence intervals for the main comparisons.
  4. [§4.4, supplementary Fig. 11] The multi-human try-on capability is presented only as a qualitative demonstration with no quantitative metrics, baselines, or protocol. The supplementary failure cases simultaneously show that high-density crowds and small target body regions lead to garment misalignment. The claim of being 'the first framework capable of multi-human VTON' should be either supported by a dedicated evaluation or softened to a qualitative demonstration.
minor comments (6)
  1. [Table 4 caption] The word 'Spectual' in the caption should be 'Spectral'.
  2. [§3.1] The heading 'Pesudo-Person Image Generation' contains a typo and should read 'Pseudo-Person Image Generation'.
  3. [Eq. (3)] Equation (3) uses a fixed sum over five regions, whereas Section A.1 describes two-region processing for dresses and five-region processing for upper and lower garments; the notation should be generalized (e.g., to N regions).
  4. [Eq. (7)] The notation 'Vc·↓Mc' is ambiguous; please use an explicit element-wise product symbol such as ⊙ and define the downsampling operation.
  5. [Figure 2 caption] The caption contains garbled symbols such as 'σ × ×,'; this appears to be a typesetting error and should be fixed.
  6. [Table 3] The table should state in a footnote that the StreetTryOn numbers are copied from the original paper rather than re-evaluated in the same pipeline as the other baselines.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the pipeline is an engineered system validated against external benchmarks, and no predicted quantity reduces to a fitted input or self-cited theorem.

full rationale

OmniVTON is a training-free, modular pipeline whose components (SGM, CBS, SPI) are defined constructively in Section 3 and validated in Table 4 and the supplementary ablations against external metrics (FID_u, FID_p, SSIM, LPIPS) on VITON-HD, DressCode, and the StreetTryOn benchmark. The claimed state-of-the-art results are empirical comparisons, not derivations from the paper's own premises. The only tuning choice, the Gaussian cutoff frequency tau, is selected via sensitivity analysis in Table 6 on VITON-HD and then reused for the reported VITON-HD numbers; this is a model-selection or evaluation-leakage concern, not circularity, because the reported FID/SSIM/LPIPS values are measured on test pairs rather than being equivalent by construction to the selected parameter. The comparison protocols in Tables 1-3 use cross-dataset checkpoints for baselines, which may weaken the unconditional 'state-of-the-art' claim, but that is a benchmark-protocol concern rather than a circular-derivation concern. The paper also candidly states its limitations in Section 5 and the supplementary failure cases, acknowledging reliance on OpenPose and TAPPS, which further indicates that the method is evaluated rather than assumed. No load-bearing self-citation or imported uniqueness theorem appears: the D4-VTON baseline shares authors with this paper but is used only as a comparison method, and StreetTryOn results are taken from the original paper. Overall, the derivation chain is self-contained with respect to the external benchmarks, so no circular step is present.

Assumptions & free parameters 2 free parameters · 5 assumptions · 0 invented entities

The method relies on standard pretrained tools and hand-tuned hyperparameters; no new physical entities are introduced. The main assumptions concern the reliability of pose/parsing modules and the spectral decomposition of inversion noise.

free parameters (2)
  • Gaussian mask cutoff tau = 0.1
    Controls the low/high frequency split in Spectral Pose Injection; selected via a sensitivity sweep on VITON-HD (Table 6) and applied to all datasets.
  • Number of semantic regions in SGM = 5 for upper/lower, 2 for dresses
    Hand-chosen per garment category (Supplementary A.1); affects the granularity of piecewise homography warping.
assumptions (5)
  • domain assumption OpenPose 25-keypoint detection is reliable on pseudo-person and target person images.
    Used to build bounding boxes for semantic correspondence in SGM (Section 3.1).
  • domain assumption TAPPS part segmentation accurately separates semantic regions (torso, arms, legs, etc.).
    Applied to isolate pixels per region in Eq. (2).
  • domain assumption Low-frequency components of DDIM inversion noise encode pose while high-frequency components encode texture.
    Basis of Spectral Pose Injection (Section 3.2, Fig. 3).
  • domain assumption Piecewise homography transformations rather than dense flow are sufficient to align garment regions to the body.
    Used in localized transformations in Eq. (3).
  • domain assumption Stable Diffusion v2 can perform garment-infused inpainting given concatenated conditions.
    Base generative model for the inpainting stage (Supplementary A.1).

how reviews work

0 comments
Cite this review

Pith. "Pith review of OmniVTON: Training-Free Universal Virtual Try-On." pith.science (2026). https://pith.science/paper/VLP4FGYW

@misc{pith2026250715037,
  author       = {Pith},
  title        = {Pith review of: OmniVTON: Training-Free Universal Virtual Try-On},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VLP4FGYW}},
  note         = {Machine review of arXiv:2507.15037}
}
read the original abstract

Image-based Virtual Try-On (VTON) techniques rely on either supervised in-shop approaches, which ensure high fidelity but struggle with cross-domain generalization, or unsupervised in-the-wild methods, which improve adaptability but remain constrained by data biases and limited universality. A unified, training-free solution that works across both scenarios remains an open challenge. We propose OmniVTON, the first training-free universal VTON framework that decouples garment and pose conditioning to achieve both texture fidelity and pose consistency across diverse settings. To preserve garment details, we introduce a garment prior generation mechanism that aligns clothing with the body, followed by continuous boundary stitching technique to achieve fine-grained texture retention. For precise pose alignment, we utilize DDIM inversion to capture structural cues while suppressing texture interference, ensuring accurate body alignment independent of the original image textures. By disentangling garment and pose constraints, OmniVTON eliminates the bias inherent in diffusion models when handling multiple conditions simultaneously. Experimental results demonstrate that OmniVTON achieves superior performance across diverse datasets, garment types, and application scenarios. Notably, it is the first framework capable of multi-human VTON, enabling realistic garment transfer across multiple individuals in a single scene. Code is available at https://github.com/Jerome-Young/OmniVTON

Figures

Figures reproduced from arXiv: 2507.15037 by the authors.

Figure 1
Figure 1. We propose OmniVTON, a training-free universal virtual try-on framework that unifies both in-shop and in-the-wild scenarios [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of OmniVTON. It consists of two main steps: 1) Utilize pseudo-person image [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Visualization of distinct spectral bands in latent space. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (14 more)
Figure 4
Figure 4. Figure 4: Qualitative results across multiple datasets and clothing types. We provide upper garment try-on results on the VITON-HD [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Qualitative results on the StreetTryOn benchmark [ [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 7
Figure 7. Figure 7: Multi-human virtual try-on. Top row shows Model-to [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Influence of different text prompts. Input Ours w/o high-frequency noise w/o SPI + w/ average noise w/o SPI + w/ ControlNet w/o semantic parsing Input Ours Warped Result Warped Result Input Ours w/o high-frequency noise w/o SPI + w/ average noise w/o SPI + w/ ControlNe…
Figure 9
Figure 9. Figure 9: Qualitative results of additional ablation analysis. [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: User study on the VITON-HD dataset [8], DressCode dataset [29] and StreetTryOn benchmark [11]. lower part of the table further presents a module-wise break￾down of inference times. Notably, under the Non-Shop￾to-X setting, removing the pseudo-person generation step le…
Figure 11
Figure 11. Figure 11: Failure cases of our method. A.6. Failure Case Visualizations We present several failure cases of OmniVTON in [PITH_FULL_IMAGE:figures/full_fig_p013_11.png]
Figure 12
Figure 12. Figure 12: Qualitative comparison on the VITON-HD dataset. [PITH_FULL_IMAGE:figures/full_fig_p014_12.png]
Figure 13
Figure 13. Figure 13: Qualitative comparison on the DressCode dataset. [PITH_FULL_IMAGE:figures/full_fig_p014_13.png]
Figure 14
Figure 14. Figure 14: Qualitative comparison for Shop-to-Street scenario on the StreetTryOn benchmark. [PITH_FULL_IMAGE:figures/full_fig_p015_14.png]
Figure 15
Figure 15. Figure 15: Qualitative comparison for Model-to-Model scenario on the StreetTryOn benchmark. [PITH_FULL_IMAGE:figures/full_fig_p016_15.png]
Figure 16
Figure 16. Figure 16: Qualitative comparison for Model-to-Street scenario on the StreetTryOn benchmark. [PITH_FULL_IMAGE:figures/full_fig_p017_16.png]
Figure 17
Figure 17. Figure 17: Qualitative comparison for Street-to-Street scenario on the StreetTryOn benchmark. [PITH_FULL_IMAGE:figures/full_fig_p018_17.png]
Figure 18
Figure 18. Figure 18: More try-on results of OmniVTON across various clothing types and scenarios. [PITH_FULL_IMAGE:figures/full_fig_p019_18.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Structure-Detail Decoupled Autoregressive Generation for Fast and High-Fidelity Virtual Try-On

    cs.CV 2026-07 conditional novelty 6.5 of 10

    STAR-VTON decouples latent VAR structure synthesis from pixel-space matching-based detail recovery, yielding faster high-fidelity virtual try-on than diffusion baselines.

Reference graph

Works this paper leans on

48 extracted references · 42 canonical work pages · cited by 1 Pith paper

  1. [1]

    Cross-image attention for zero- shot appearance transfer

    Yuval Alaluf, Daniel Garibi, Or Patashnik, Hadar Averbuch- Elor, and Daniel Cohen-Or. Cross-image attention for zero- shot appearance transfer. In ACM SIGGRAPH, pages 1–12,

  2. [2]

    Pose with style: Detail- preserving pose-guided image synthesis with conditional stylegan

    Badour AlBahar, Jingwan Lu, Jimei Yang, Zhixin Shu, Eli Shechtman, and Jia-Bin Huang. Pose with style: Detail- preserving pose-guided image synthesis with conditional stylegan. ACM TOG, 40(6):1–11, 2021. 5, 6

  3. [3]

    Moab Arar, Rinon Gal, Yuval Atzmon, Gal Chechik, Daniel Cohen-Or, Ariel Shamir, and Amit H. Bermano. Domain- agnostic tuning-encoder for fast personalization of text-to- image models. In SIGGRAPH Asia, pages 1–10, 2023. 3

  4. [4]

    Bookstein

    Fred L. Bookstein. Principal warps: Thin-plate splines and the decomposition of deformations. IEEE TPAMI, 11(6): 567–585, 1989. 2

  5. [5]

    Realtime multi-person 2d pose estimation using part affinity fields

    Zhe Cao, Tomas Simon, Shih-En Wei, and Yaser Sheikh. Realtime multi-person 2d pose estimation using part affinity fields. In CVPR, pages 7291–7299, 2017. 2, 4

  6. [6]

    Wear-any-way: Manip- ulable virtual try-on via sparse correspondence alignment

    Mengting Chen, Xi Chen, Zhonghua Zhai, Chen Ju, Xuewen Hong, Jinsong Lan, and Shuai Xiao. Wear-any-way: Manip- ulable virtual try-on via sparse correspondence alignment. In ECCV, pages 124–142. Springer, 2024. 3

  7. [7]

    Anydoor: Zero-shot object-level im- age customization

    Xi Chen, Lianghua Huang, Yu Liu, Yujun Shen, Deli Zhao, and Hengshuang Zhao. Anydoor: Zero-shot object-level im- age customization. In CVPR, pages 6593–6602, 2024. 3, 5, 6

  8. [8]

    Viton-hd: High-resolution virtual try-on via misalignment-aware normalization

    Seunghwan Choi, Sunghyun Park, Minsoo Lee, and Jaegul Choo. Viton-hd: High-resolution virtual try-on via misalignment-aware normalization. In CVPR, pages 14131– 14140, 2021. 2, 3, 5, 6, 7, 8, 12

Show all 48 references
  1. [9]

    Improving diffusion models for au- thentic virtual try-on in the wild

    Yisol Choi, Sangkyung Kwak, Kyungmin Lee, Hyungwon Choi, and Jinwoo Shin. Improving diffusion models for au- thentic virtual try-on in the wild. In ECCV, pages 206–235. Springer, 2024. 3, 5, 6

  2. [10]

    Learn- ing garment densepose for robust warping in virtual try-on

    Aiyu Cui, Sen He, Tao Xiang, and Antoine Toisoul. Learn- ing garment densepose for robust warping in virtual try-on. arXiv preprint arXiv:2303.17688, 2023. 6

  3. [11]

    Street tryon: Learning in-the-wild virtual try-on from unpaired person images

    Aiyu Cui, Jay Mahajan, Viraj Shah, Preeti Gomathinayagam, Chang Liu, and Svetlana Lazebnik. Street tryon: Learning in-the-wild virtual try-on from unpaired person images. In WACV, pages 8235–8239, 2025. 2, 5, 6, 7, 12

  4. [12]

    Task-aligned part-aware panoptic segmentation through joint object-part representa- tions

    Daan De Geus and Gijs Dubbelman. Task-aligned part-aware panoptic segmentation through joint object-part representa- tions. In CVPR, pages 3174–3183, 2024. 4

  5. [13]

    An image is worth one word: Personalizing text-to- image generation using textual inversion

    Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patash- nik, Amit H Bermano, Gal Chechik, and Daniel Cohen- Or. An image is worth one word: Personalizing text-to- image generation using textual inversion. arXiv preprint arXiv:2208.01618, 2022. 3

  6. [14]

    The levenberg-marquardt algorithm for non- linear least squares curve-fitting problems

    Henri P Gavin. The levenberg-marquardt algorithm for non- linear least squares curve-fitting problems. Department of Civil and Environmental Engineering Duke University Au- gust, 3:1–23, 2019. 4

  7. [15]

    Deepfashion2: A versatile benchmark for de- tection, pose estimation, segmentation and re-identification of clothing images

    Yuying Ge, Ruimao Zhang, Xiaogang Wang, Xiaoou Tang, and Ping Luo. Deepfashion2: A versatile benchmark for de- tection, pose estimation, segmentation and re-identification of clothing images. In CVPR, pages 5337–5345, 2019. 5

  8. [16]

    Generative adversarial nets

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In NeurIPS,

  9. [17]

    Taming the power of diffusion models for high-quality virtual try-on with appearance flow

    Junhong Gou, Siyu Sun, Jianfu Zhang, Jianlou Si, Chen Qian, and Liqing Zhang. Taming the power of diffusion models for high-quality virtual try-on with appearance flow. In ACM MM, pages 7599–7607, 2023. 2

  10. [18]

    Densepose: Dense human pose estimation in the wild

    Rıza Alp G ¨uler, Natalia Neverova, and Iasonas Kokkinos. Densepose: Dense human pose estimation in the wild. In CVPR, pages 7297–7306, 2018. 2

  11. [19]

    Viton: An image-based virtual try-on network

    Xintong Han, Zuxuan Wu, Zhe Wu, Ruichi Yu, and Larry S Davis. Viton: An image-based virtual try-on network. In CVPR, pages 7543–7552, 2018. 2

  12. [20]

    Clothflow: A flow-based model for clothed person generation

    Xintong Han, Xiaojun Hu, Weilin Huang, and Matthew R Scott. Clothflow: A flow-based model for clothed person generation. In ICCV, pages 10471–10480, 2019. 2

  13. [21]

    Emma: Your text-to-image diffusion model can secretly accept multi-modal prompts

    Yucheng Han, Rui Wang, Chi Zhang, Juntao Hu, Pei Cheng, Bin Fu, and Hanwang Zhang. Emma: Your text-to-image diffusion model can secretly accept multi-modal prompts. arXiv preprint arXiv:2406.09162, 2024. 4

  14. [22]

    Style-based global appearance flow for virtual try-on

    Sen He, Yi-Zhe Song, and Tao Xiang. Style-based global appearance flow for virtual try-on. In CVPR, pages 3470– 3479, 2022. 2

  15. [23]

    Brushnet: A plug-and-play image inpainting model with decomposed dual-branch diffusion

    Xuan Ju, Xian Liu, Xintao Wang, Yuxuan Bian, Ying Shan, and Qiang Xu. Brushnet: A plug-and-play image inpainting model with decomposed dual-branch diffusion. In ECCV, pages 150–168. Springer, 2024. 3

  16. [24]

    Stableviton: Learning semantic corre- spondence with latent diffusion model for virtual try-on

    Jeongho Kim, Guojung Gu, Minho Park, Sunghyun Park, and Jaegul Choo. Stableviton: Learning semantic corre- spondence with latent diffusion model for virtual try-on. In CVPR, pages 8176–8185, 2024. 3

  17. [25]

    Segment any- thing

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer White- head, Alexander C Berg, Wan-Yen Lo, et al. Segment any- thing. In ICCV, pages 4015–4026, 2023. 11

  18. [26]

    High-resolution virtual try-on with misalignment and occlusion-handled conditions

    Sangyun Lee, Gyojung Gu, Sunghyun Park, Seunghwan Choi, and Jaegul Choo. High-resolution virtual try-on with misalignment and occlusion-handled conditions. In ECCV, pages 204–219. Springer, 2022. 2

  19. [27]

    Tuning-free image customization with image and text guidance

    Pengzhi Li, Qiang Nie, Ying Chen, Xi Jiang, Kai Wu, Yuhuan Lin, Yong Liu, Jinlong Peng, Chengjie Wang, and Feng Zheng. Tuning-free image customization with image and text guidance. In ECCV, pages 233–250. Springer, 2024. 3, 5, 6

  20. [28]

    Deepfashion: Powering robust clothes recognition and retrieval with rich annotations

    Ziwei Liu, Ping Luo, Shi Qiu, Xiaogang Wang, and Xiaoou Tang. Deepfashion: Powering robust clothes recognition and retrieval with rich annotations. In CVPR, pages 1096–1104,

  21. [29]

    Dress code: High- resolution multi-category virtual try-on

    Davide Morelli, Matteo Fincato, Marcella Cornia, Federico Landi, Fabio Cesari, and Rita Cucchiara. Dress code: High- resolution multi-category virtual try-on. In CVPR, pages 2231–2235, 2022. 5, 6, 7, 12

  22. [30]

    Ladi-vton: Latent diffusion textual-inversion enhanced virtual try-on

    Davide Morelli, Alberto Baldrati, Giuseppe Cartella, Mar- cella Cornia, Marco Bertini, and Rita Cucchiara. Ladi-vton: Latent diffusion textual-inversion enhanced virtual try-on. In ACM MM, pages 8580–8589, 2023. 3

  23. [31]

    On aliased resizing and surprising subtleties in gan evaluation

    Gaurav Parmar, Richard Zhang, and Jun-Yan Zhu. On aliased resizing and surprising subtleties in gan evaluation. In CVPR, pages 11410–11420, 2022. 6

  24. [32]

    Clip-interrogator

    pharmapsychotic. Clip-interrogator. https://github. com / pharmapsychotic / clip - interrogator ,

  25. [33]

    High-resolution image syn- thesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj¨orn Ommer. High-resolution image syn- thesis with latent diffusion models. In CVPR, pages 10684– 10695, 2022. 11

  26. [34]

    U-net: Convolutional networks for biomedical image segmentation

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. In MICCAI, pages 234–241. Springer, 2015. 3

  27. [35]

    Denois- ing diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. Denois- ing diffusion implicit models. ICLR, 2020. 2, 4

  28. [36]

    Key-locked rank one editing for text-to-image personaliza- tion

    Yoad Tewel, Rinon Gal, Gal Chechik, and Yuval Atzmon. Key-locked rank one editing for text-to-image personaliza- tion. In ACM SIGGRAPH, pages 1–11, 2023. 4

  29. [37]

    Image quality assessment: from error visibility to structural similarity

    Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Simoncelli. Image quality assessment: from error visibility to structural similarity. IEEE TIP, 13(4):600–612, 2004. 6

  30. [38]

    Towards scalable unpaired virtual try-on via patch-routed spatially- adaptive gan

    Zhenyu Xie, Zaiyu Huang, Fuwei Zhao, Haoye Dong, Michael Kampffmeyer, and Xiaodan Liang. Towards scalable unpaired virtual try-on via patch-routed spatially- adaptive gan. NeurIPS, 34:2598–2610, 2021. 5, 6

  31. [39]

    Pasta-gan++: A versatile framework for high-resolution unpaired virtual try-on

    Zhenyu Xie, Zaiyu Huang, Fuwei Zhao, Haoye Dong, Michael Kampffmeyer, Xin Dong, Feida Zhu, and Xi- aodan Liang. Pasta-gan++: A versatile framework for high-resolution unpaired virtual try-on. arXiv preprint arXiv:2207.13475, 2022. 2, 5, 6

  32. [40]

    Gp- vton: Towards general purpose virtual try-on via collabo- rative local-flow global-parsing learning

    Zhenyu Xie, Zaiyu Huang, Xin Dong, Fuwei Zhao, Haoye Dong, Xijin Zhang, Feida Zhu, and Xiaodan Liang. Gp- vton: Towards general purpose virtual try-on via collabo- rative local-flow global-parsing learning. In CVPR, pages 23550–23559, 2023. 2, 3, 5, 6

  33. [41]

    Oot- diffusion: Outfitting fusion based latent diffusion for control- lable virtual try-on

    Yuhao Xu, Tao Gu, Weifeng Chen, and Chengcai Chen. Oot- diffusion: Outfitting fusion based latent diffusion for control- lable virtual try-on. arXiv preprint arXiv:2403.01779, 2024. 2, 3

  34. [42]

    Paint by example: Exemplar-based image editing with diffusion mod- els

    Binxin Yang, Shuyang Gu, Bo Zhang, Ting Zhang, Xuejin Chen, Xiaoyan Sun, Dong Chen, and Fang Wen. Paint by example: Exemplar-based image editing with diffusion mod- els. In CVPR, pages 18381–18391, 2023. 3, 5, 6

  35. [43]

    D 4-vton: Dynamic semantics disentangling for differential diffusion based virtual try-on

    Zhaotong Yang, Zicheng Jiang, Xinzhe Li, Huiyu Zhou, Junyu Dong, Huaidong Zhang, and Yong Du. D 4-vton: Dynamic semantics disentangling for differential diffusion based virtual try-on. In ECCV, pages 36–52. Springer, 2024. 2, 5, 6

  36. [44]

    Cat-dm: Controllable acceler- ated virtual try-on with diffusion model

    Jianhao Zeng, Dan Song, Weizhi Nie, Hongshuo Tian, Tong- tong Wang, and An-An Liu. Cat-dm: Controllable acceler- ated virtual try-on with diffusion model. In CVPR, pages 8372–8382, 2024. 3, 5, 6

  37. [45]

    Adding conditional control to text-to-image diffusion models

    Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. In ICCV, pages 3836–3847, 2023. 12

  38. [46]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In CVPR, pages 586–595,

  39. [47]

    View synthesis by appearance flow

    Tinghui Zhou, Shubham Tulsiani, Weilun Sun, Jitendra Ma- lik, and Alexei A Efros. View synthesis by appearance flow. In ECCV, pages 286–301. Springer, 2016. 2

  40. [48]

    a person wearing an upper garment

    Junhao Zhuang, Yanhong Zeng, Wenran Liu, Chun Yuan, and Kai Chen. A task is worth one word: Learning with task prompts for high-quality versatile image inpainting. In ECCV, pages 195–211. Springer, 2024. 3 OmniVTON: Training-Free Universal Virtual Try-On Supplementary Material...

Pith tools

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