Pith. sign in

REVIEW 1 major objections 1 minor 13 cited by

FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on

T0 review · 1 major / 1 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read FitDiT customizes a Diffusion Transformer for virtual try-on, beating U-Net baselines on texture and fit.

desk verdict First DiT-based virtual try-on with strong numbers, but the frequency loss's strict-mask term likely conflicts with the relaxed-mask training strategy and needs scrutiny before the size-fitting claim holds. read the letter →

arxiv 2411.10499 v2 pith:ZOJGTCLD submitted 2024-11-15 cs.CV

classification cs.CV
keywords virtualtry-ondiffusiontransformergarmenttexturepreservationfrequency-domainlosssize-awarefittingdilated-relaxedmasklatentimageinpainting
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

This paper tries to show that image-based virtual try-on gets a large quality boost by replacing the usual U-Net diffusion backbone with a Diffusion Transformer (DiT) tailored to clothing. On the model's own benchmarks, the resulting system, FitDiT, preserves fine garment textures such as stripes, logos, and printed text better than prior diffusion try-on methods, and it renders the correct garment length instead of flooding the whole masked region. If the claims hold, this addresses two bottlenecks that matter for real online shopping: authentic detail transfer and size-aware fit. The paper also reports a single-image inference time of 4.57 seconds at 1024x768, competitive with or faster than earlier approaches.

What carries the argument

The load-bearing object is a customized Stable Diffusion 3-style Diffusion Transformer (a transformer-based denoising network) split into a frozen GarmentDiT that extracts clothing features and a DenoisingDiT that generates the try-on. The argument rests on three mechanisms: hybrid attention concatenation of garment keys and values into the denoising branch; a frequency loss $L_f$ that applies a 2D discrete Fourier transform to the predicted and ground-truth images masked by the garment region; and the dilated-relaxed mask, a coarse rectangular mask randomly expanded so the model cannot infer garment length from the mask boundary. The paper also uses an attention-parameter-ratio analysis to argue that DiT allocates far more parameters to high-resolution latent features than U-Net backbones, which is why it suits detail-heavy tasks like try-on.

What would settle it

Run a controlled ablation on cross-category pairs: train FitDiT with (a) dilated-relaxed masks and no frequency loss, (b) dilated-relaxed masks plus the strict-mask frequency loss as in Eq. (6), and (c) dilated-relaxed masks plus a frequency loss computed on the same loosely expanded mask used for denoising. If variant (b) does not improve or worsens garment-length accuracy measured against human-annotated garment boundaries compared with (a), the frequency loss is undermining size-aware fitting; if (c) matches or exceeds (b), the exact-mask choice in Eq. (6) is not the right one.

Watch

Extended reading notes

Core claim

FitDiT is presented as the first customization of a Diffusion Transformer for virtual try-on. The authors adapt Stable Diffusion 3 by removing the text encoder (about 72 percent parameter savings), modulating DiT blocks with garment image embeddings instead of text, and injecting garment key/value features from a frozen GarmentDiT into the denoising branch through hybrid attention. Three additions carry the performance claims: a garment priors evolution stage that fine-tunes the garment extractor on garment data, a frequency-spectra distance loss computed in pixel space after a one-step denoising estimate that pushes high-frequency detail toward the ground truth, and a dilated-relaxed mask strategy that trains the model with loosely expanded masks so it learns garment shape rather than filling the mask. In paired and unpaired tests on VITON-HD, DressCode, and a self-collected complex-texture dataset (CVDD), FitDiT reports better SSIM, LPIPS, FID, and KID than the compared baselines, with particular gains on complex textures and cross-category outfits.

Load-bearing premise

The load-bearing premise is that the dilated-relaxed mask prevents garment-shape leakage while the frequency loss, computed on the exact garment mask, does not leak shape back in and does not conflict with the loose-mask training; the paper provides no ablation isolating that interaction.

Editorial extensions

If this is right

  • Rich textures such as text, logos, stripes, and patterns transfer to the target person with fewer artifacts than previous U-Net diffusion try-on methods, according to the reported metrics.
  • Cross-category try-on produces garments of the correct length rather than filling the entire inpainting mask, thanks to the dilated-relaxed mask strategy.
  • The slimmed DiT reaches 4.57 seconds per 1024x768 image, about 27 percent faster than StableVITON and 54 percent faster than IDM-VTON, and can run below 6GB GPU memory with CPU offload.
  • The DiT backbone's high-resolution attention allocation makes it a viable base for other detail-preserving image generation tasks beyond try-on.

Reading between the lines

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

  • The frequency loss in Eq. (6) is computed on the exact garment mask of the target person, while training uses deliberately loose masks; this mismatch is never ablated, so a natural next test is whether the strict-mask frequency term partially reintroduces the garment-shape leakage the loose masks are meant to remove.
  • The reported gains on CVDD, a self-collected dataset of 516 challenging pairs, may not transfer to standard benchmarks without that extra fine-tuning; the paper's strongest KID reductions are shown on CVDD and unpaired VITON-HD.
  • If the attention-parameter-ratio argument is the real cause, the same customization should improve other exemplar-guided inpainting tasks, such as object retexturing or furniture try-on, which could be tested by applying the three mechanisms to a non-fashion dataset.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

1 major / 1 minor

Summary. The paper proposes FitDiT, a diffusion-transformer-based virtual try-on method with three technical contributions: a garment priors evolution stage that fine-tunes a garment feature extractor, a frequency-domain loss in pixel space intended to improve high-frequency texture fidelity, and a dilated-relaxed mask strategy intended to improve size-aware fitting. The method is evaluated on VITON-HD, DressCode, and a self-collected Complex Virtual Dressing Dataset (CVDD), with quantitative comparisons against several recent baselines, an ablation study, and an inference-time analysis. The paper claims state-of-the-art results on the tested datasets and reports a 4.57-second inference time for a 1024x768 image.

Significance. If the reported results hold, FitDiT would be a meaningful advance for image-based virtual try-on: it is, to the authors' knowledge, the first DiT-specific customization for this task, it reports consistent quantitative improvements over strong baselines on two public benchmarks, and it addresses the practically important cross-category and size-mismatch scenario. The paper also provides a useful architectural analysis of attention parameter allocation across U-Net and DiT backbones, and the inference-time comparison is a concrete practical contribution. However, the strength of the central claims is moderated by three gaps: the frequency loss and the dilated-relaxed mask strategy interact in an unanalyzed way, the ablations are limited to the self-collected CVDD without error bars, and the CVDD itself is not yet released and its construction is not fully specified. These issues are addressable and do not invalidate the approach, but they need to be resolved before the state-of-the-art claim can be considered fully supported.

major comments (1)
  1. [§3.4, Eq. (5)] The one-step estimate of z_0 in Eq. (5) involves division by (1-t), which becomes numerically unstable for timesteps close to t=1. The paper does not mention how such timesteps are handled during training. Please clarify the clipping or rescaling strategy used in practice.
minor comments (1)
  1. [Supplementary Material, Sec. 13] The limitation statement regarding hand and finger details is honest and useful, but it should be mirrored in the main text's conclusion so that readers of the main paper are aware of the primary failure mode.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity; the SOTA claim rests on external held-out evaluations, with only minor non-load-bearing self-citations.

full rationale

The paper's central claims are empirical and are supported by quantitative comparisons on held-out test splits of VITON-HD, DressCode, and a self-collected CVDD set; no fitted parameter is renamed as a prediction, and no result is derived from its own input by construction. The frequency-spectra loss in Eq. (6) is a training objective rather than a predicted output, and the dilated-relaxed mask is a data-augmentation strategy; their interaction is a potential design or correctness concern (the strict mask m_g may partially conflict with the relaxed-mask goal of avoiding garment shape leakage), but it does not make any claimed result equivalent to its inputs. The only author self-citations are to Diffumatting [19] and Vton-HandFit [24], both used as related-work technique references; neither carries a load-bearing premise, forbids alternatives, or supplies a uniqueness theorem. The supplementary limitation about hand details is an acknowledged weakness, not a circular step. Accordingly, no circular step is identified; the score reflects only the presence of minor, non-load-bearing self-citations.

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

No fabricated physical entities. The free parameters are unspecified training hyperparameters; the axioms are standard assumptions about pretrained models and parsing priors.

free parameters (4)
  • frequency_loss_weight
    The total loss combines denoising loss and Lf (Eq. 6); the relative weight is never reported. This balance directly controls how strongly the model is pushed to match high-frequency content, so the central texture-preservation claim depends on its value.
  • denoising_loss_weight = 1.0 (assumed)
    The standard denoising loss in Eq. (2) is presumably weighted as 1.0 but this is not stated explicitly.
  • w(t) weighting function
    Eq. (2) introduces w(t) as a weighting function at each timestep but gives no definition; this affects the garment priors evolution stage.
  • mask_expansion_pixels = a few pixels (exact range not given)
    The dilated-relaxed mask strategy randomly expands mask edges 'by a few pixels'; the precise range is not specified and affects the size-aware fitting behavior.
assumptions (5)
  • domain assumption Stable Diffusion 3 (SD3) pretrained weights provide a valid initialization for both GarmentDiT and DenoisingDiT.
    Sec. 3.2 states they use a customized SD3 for both branches without validating that its text-to-image prior transfers well to try-on.
  • domain assumption Removing the text encoder from SD3 does not harm try-on fidelity.
    Sec. 3.2 justifies this with 'the text prompt having limited impact [8]' but presents no ablation comparing with and without text conditioning.
  • domain assumption DWPose keypoints plus a 4-layer conv Pose Guider are sufficient to preserve body coherence in the inpainted area.
    Sec. 3.1 uses Pose Guider without ablating its contribution.
  • domain assumption The human parsing model produces accurate garment segmentation masks mg for both the frequency loss and the mask construction.
    Eq. (6) and Sec. 3.3 rely on parsing outputs; errors in parsing would bias the loss and the agnostic masks.
  • ad hoc to paper Minimizing spectral distance in pixel space between predicted and real images improves high-frequency texture fidelity.
    The motivation is observational (Fig. 4), but it is presented as a design choice for this paper, not a proven principle.

how reviews work

0 comments
Cite this review

Pith. "Pith review of FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on." pith.science (2026). https://pith.science/paper/ZOJGTCLD

@misc{pith2026241110499,
  author       = {Pith},
  title        = {Pith review of: FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ZOJGTCLD}},
  note         = {Machine review of arXiv:2411.10499}
}
read the original abstract

Although image-based virtual try-on has made considerable progress, emerging approaches still encounter challenges in producing high-fidelity and robust fitting images across diverse scenarios. These methods often struggle with issues such as texture-aware maintenance and size-aware fitting, which hinder their overall effectiveness. To address these limitations, we propose a novel garment perception enhancement technique, termed FitDiT, designed for high-fidelity virtual try-on using Diffusion Transformers (DiT) allocating more parameters and attention to high-resolution features. First, to further improve texture-aware maintenance, we introduce a garment texture extractor that incorporates garment priors evolution to fine-tune garment feature, facilitating to better capture rich details such as stripes, patterns, and text. Additionally, we introduce frequency-domain learning by customizing a frequency distance loss to enhance high-frequency garment details. To tackle the size-aware fitting issue, we employ a dilated-relaxed mask strategy that adapts to the correct length of garments, preventing the generation of garments that fill the entire mask area during cross-category try-on. Equipped with the above design, FitDiT surpasses all baselines in both qualitative and quantitative evaluations. It excels in producing well-fitting garments with photorealistic and intricate details, while also achieving competitive inference times of 4.57 seconds for a single 1024x768 image after DiT structure slimming, outperforming existing methods.

Figures

Figures reproduced from arXiv: 2411.10499 by the authors.

Figure 1
Figure 1. FitDiT demonstrates exceptional performance in virtual try-on, addressing challenges related to texture-aware preservation and [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. FitDiT employs a two-stage training strategy. In the first stage, Garment Priors Evolution is utilized to fine-tune GarmentDiT [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Previous works tend to fill the entire inpainting area due [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (13 more)
Figure 5
Figure 5. Figure 5: Attention-related parameter ratios at various resolutions. [PITH_FULL_IMAGE:figures/full_fig_p005_5.png]
Figure 6
Figure 6. Figure 6: Visual results on CVDD with complex garment texture, cross-categories, and in-the-wild try-on. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: Visual results on DressCode and VTON-HD test set. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 9
Figure 9. Figure 9: Visual validation of the role of garment priors evolution [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 8
Figure 8. Figure 8: Visual validation of the role of dilated-relaxed mask. [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]
Figure 10
Figure 10. Figure 10: More qualitative comparisons with baselines on rich-texture preservation. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p013_10.png]
Figure 11
Figure 11. Figure 11: More qualitative comparisons with baselines on size-wise fitting. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]
Figure 12
Figure 12. Figure 12: More qualitative comparisons with baselines in the wild. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p015_12.png]
Figure 13
Figure 13. Figure 13: More qualitative comparisons with baselines on complex poses. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p016_13.png]
Figure 14
Figure 14. Figure 14: More visual results on the VITON-HD dataset. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p016_14.png]
Figure 15
Figure 15. Figure 15: More visual results on the DressCode dataset. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p017_15.png]
Figure 16
Figure 16. Figure 16: Examples from the CVDD dataset include virtual try-on images that feature complex textures, patterns, poses, and backgrounds. [PITH_FULL_IMAGE:figures/full_fig_p018_16.png]
Figure 17
Figure 17. Figure 17: More visual results on the model-to-model virtual try-on applications. Best viewed when zoomed in. [PITH_FULL_IMAGE:figures/full_fig_p018_17.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 13 Pith papers

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

  1. Layering Virtual Try-On

    cs.CV 2026-07 conditional novelty 7.0 of 10

    A two-stage diffusion pipeline and new benchmark let virtual try-on add, remove, or swap clothing layers while preserving inner layers, with SOTA results on the new LVTON benchmark and on VITON-HD/DressCode.

  2. CtrlVTON: Controllable Virtual Try-On via Visual-Instance-Prompt Segmentation

    cs.CV 2026-07 accept novelty 7.0 of 10

    CtrlVTON recasts virtual try-on as mask-conditioned editing and introduces VIP-SAM for instance-level garment segmentation, beating proprietary editors on layout fidelity while matching garment quality.

  3. VTBench: Comprehensive Benchmark Suite Towards Real-World Virtual Try-on Models

    cs.CV 2025-05 conditional novelty 7.0 of 10

    VTBench is a multi-dimensional benchmark with novel unpaired metrics and human preference data for evaluating image-based virtual try-on models, though the human-alignment evidence is incomplete.

  4. 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.

  5. UniVVT: A Unified End-to-End Framework for High-Fidelity Video Virtual Try-on

    cs.CV 2026-08 conditional novelty 6.0 of 10

    UniVVT reports state-of-the-art video and image virtual try-on by conditioning a diffusion video generator on task tokens from a multimodal language model, with no masks, poses, or warping at inference.

  6. Oxygen-TryOn: Fashion-Native Foundation Model for Any-item Virtual Try-On

    cs.CV 2026-07 conditional novelty 6.0 of 10

    Oxygen-TryOn performs any-item, multi-reference virtual try-on via understanding-driven generation, reporting state-of-the-art scores on public and internal benchmarks.

  7. FastFit: Accelerating Multi-Reference Virtual Try-On via Cacheable Diffusion Models

    cs.CV 2025-08 conditional novelty 6.0 of 10

    FastFit uses a cacheable diffusion UNet to compute multi-reference garment features once per generation, enabling about 3.5x faster multi-item virtual try-on with comparable or better fidelity.

  8. GarmentX: Autoregressive Parametric Representations for High-Fidelity 3D Garment Generation

    cs.CV 2025-04 conditional novelty 6.0 of 10

    An image-conditioned masked autoregressive model predicts GarmentCode-compatible garment parameters, then decodes them into valid, simulation-ready 3D garments without pattern self-intersections.

  9. Any2AnyTryon: Leveraging Adaptive Position Embeddings for Versatile Virtual Clothing Tasks

    cs.CV 2025-01 conditional novelty 6.0 of 10

    A single DiT-based model with adaptive position embeddings performs virtual try-on, garment reconstruction, model-free try-on, and layered try-on from text and variable-size image inputs.

  10. TAMF-VTON: Texture-Aware Mask-Free Virtual Try-On via High-Fidelity Image Synthesis

    cs.CV 2026-07 conditional novelty 5.0 of 10

    TAMF-VTON is a mask-free diffusion virtual try-on system using Mixture-of-Experts adapters and frequency-domain supervision, reporting SOTA results on VITON-HD and DressCode with multi-garment support.

  11. JCo-MVTON: Jointly Controllable Multi-Modal Diffusion Transformer for Mask-Free Virtual Try-on

    cs.CV 2025-08 conditional novelty 5.0 of 10

    A mask-free diffusion transformer for virtual try-on, trained with a self-generated and manually curated triplet dataset, achieves state-of-the-art scores on DressCode and competitive results on VITON-HD.

  12. ChronoTailor: Harnessing Attention Guidance for Fine-Grained Video Virtual Try-On

    cs.CV 2025-06 conditional novelty 5.0 of 10

    ChronoTailor combines region-aware attention guidance, temporal feature fusion, and multi-scale garment-pose alignment to produce state-of-the-art video virtual try-on results, and contributes the StyleDress dataset.

  13. CONVERGE: A Multi-Agent Vision-Radio Architecture for xApps

    cs.NI 2025-08 reject novelty 4.0 of 10

    CONVERGE fuses camera and radio sensing inside O-RAN xApps via a multi-agent architecture, reporting under-one-millisecond sensing delay for real-time blockage-driven RAN control.

Reference graph

Works this paper leans on

58 extracted references · 22 canonical work pages · cited by 13 Pith papers

  1. [1]

    All are worth words: A vit backbone for diffusion models

    Fan Bao, Shen Nie, Kaiwen Xue, Yue Cao, Chongxuan Li, Hang Su, and Jun Zhu. All are worth words: A vit backbone for diffusion models. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , pages 22669–22679, 2023. 3

  2. [2]

    Improving image generation with better captions

    James Betker, Gabriel Goh, Li Jing, Tim Brooks, Jianfeng Wang, Linjie Li, Long Ouyang, Juntang Zhuang, Joyce Lee, Yufei Guo, et al. Improving image generation with better captions. Computer Science. https://cdn. openai. com/papers/dall-e-3. pdf, 2(3):8, 2023. 3

  3. [3]

    Demystifying mmd gans

    Mikołaj Bi ´nkowski, Danica J Sutherland, Michael Arbel, and Arthur Gretton. Demystifying mmd gans. arXiv preprint arXiv:1801.01401, 2018. 7

  4. [4]

    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. arXiv preprint arXiv:2403.12965, 2024. 3

  5. [5]

    Reproducible scal- ing laws for contrastive language-image learning

    Mehdi Cherti, Romain Beaumont, Ross Wightman, Mitchell Wortsman, Gabriel Ilharco, Cade Gordon, Christoph Schuh- mann, Ludwig Schmidt, and Jenia Jitsev. Reproducible scal- ing laws for contrastive language-image learning. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2818–2829, 2023. 4

  6. [6]

    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 Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 14131–14140, 2021. 6

  7. [7]

    Improving diffusion models for vir- tual try-on

    Yisol Choi, Sangkyung Kwak, Kyungmin Lee, Hyungwon Choi, and Jinwoo Shin. Improving diffusion models for vir- tual try-on. ECCV, 2024. 2, 3, 4, 7

  8. [8]

    Catvton: Concatenation is all you need for virtual try- on with diffusion models

    Zheng Chong, Xiao Dong, Haoxiang Li, Shiyue Zhang, Wenqing Zhang, Xujie Zhang, Hanqing Zhao, and Xiaodan Liang. Catvton: Concatenation is all you need for virtual try- on with diffusion models. arXiv preprint arXiv:2407.15886,

Show all 58 references
  1. [9]

    Towards multi-pose guided virtual try-on network

    Haoye Dong, Xiaodan Liang, Xiaohui Shen, Bochao Wang, Hanjiang Lai, Jia Zhu, Zhiting Hu, and Jian Yin. Towards multi-pose guided virtual try-on network. In Proceedings of the IEEE/CVF international conference on computer vision, pages 9026–9035, 2019. 2

  2. [10]

    Scaling recti- fied flow transformers for high-resolution image synthesis

    Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. In Forty-first International Conference on Mach...

  3. [11]

    Disentangled cycle consistency for highly- realistic virtual try-on

    Chongjian Ge, Yibing Song, Yuying Ge, Han Yang, Wei Liu, and Ping Luo. Disentangled cycle consistency for highly- realistic virtual try-on. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , pages 16928–16937, 2021. 2

  4. [12]

    Parser-free virtual try-on via distilling appearance flows

    Yuying Ge, Yibing Song, Ruimao Zhang, Chongjian Ge, Wei Liu, and Ping Luo. Parser-free virtual try-on via distilling appearance flows. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition , pages 8485–8493, 2021. 2

  5. [13]

    Generative adversarial networks

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial networks. Commu- nications of the ACM, 63(11):139–144, 2020. 2

  6. [14]

    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 Proceedings of the 31st ACM International Conference on Multimedia, pages 7599–7607, 2023. 3

  7. [15]

    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 Proceedings of the IEEE conference on computer vision and pattern recognition, pages 7543–7552, 2018. 2

  8. [16]

    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 Proceedings of the IEEE/CVF international conference on computer vision, pages 10471–10480, 2019

  9. [17]

    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 Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3470–3479, 2022. 2

  10. [18]

    Animate anyone: Consistent and controllable image- to-video synthesis for character animation

    Li Hu. Animate anyone: Consistent and controllable image- to-video synthesis for character animation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8153–8163, 2024. 4

  11. [19]

    Diffumatting: Synthe- sizing arbitrary objects with matting-level annotation

    Xiaobin Hu, Xu Peng, Donghao Luo, Xiaozhong Ji, Jin- long Peng, Zhengkai Jiang, Jiangning Zhang, Taisong Jin, Chengjie Wang, and Rongrong Ji. Diffumatting: Synthe- sizing arbitrary objects with matting-level annotation. arXiv preprint arXiv:2403.06168, 2024. 3

  12. [20]

    Do not mask what you do not need to mask: a parser-free virtual try-on

    Thibaut Issenhuth, J ´er´emie Mary, and Cl ´ement Calauzenes. Do not mask what you do not need to mask: a parser-free virtual try-on. In Computer Vision–ECCV 2020: 16th Euro- pean Conference, Glasgow, UK, August 23–28, 2020, Pro- ceedings, Part XX 16, pages 619–635. Springer, 2020. 2

  13. [21]

    Stableviton: Learning semantic correspon- dence with latent diffusion model for virtual try-on

    Jeongho Kim, Guojung Gu, Minho Park, Sunghyun Park, and Jaegul Choo. Stableviton: Learning semantic correspon- dence with latent diffusion model for virtual try-on. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8176–8185, 2024. 2

  14. [22]

    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 Eu- ropean Conference on Computer Vision , pages 204–219. Springer, 2022. 2

  15. [23]

    Anyfit: Controllable virtual try- on for any combination of attire across any scenario

    Yuhan Li, Hao Zhou, Wenxiang Shang, Ran Lin, Xuanhong Chen, and Bingbing Ni. Anyfit: Controllable virtual try- on for any combination of attire across any scenario. arXiv preprint arXiv:2405.18172, 2024. 3

  16. [24]

    Vton- handfit: Virtual try-on for arbitrary hand pose guided by hand priors embedding

    Yujie Liang, Xiaobin Hu, Boyuan Jiang, Donghao Luo, Kai Wu, Wenhui Han, Taisong Jin, and Chengjie Wang. Vton- handfit: Virtual try-on for arbitrary hand pose guided by hand priors embedding. arXiv preprint arXiv:2408.12340, 2024. 3

  17. [25]

    Flow straight and fast: Learning to generate and transfer data with rectified flow

    Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow. arXiv preprint arXiv:2209.03003, 2022. 5

  18. [26]

    Fixing weight decay regularization in adam

    Ilya Loshchilov, Frank Hutter, et al. Fixing weight decay regularization in adam. arXiv preprint arXiv:1711.05101, 5,

  19. [27]

    Controllable person image synthesis with attribute-decomposed gan

    Yifang Men, Yiming Mao, Yuning Jiang, Wei-Ying Ma, and Zhouhui Lian. Controllable person image synthesis with attribute-decomposed gan. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 5084–5093, 2020. 2

  20. [28]

    Cp-vton+: Clothing shape and tex- ture preserving image-based virtual try-on

    Matiur Rahman Minar, Thai Thanh Tuan, Heejune Ahn, Paul Rosin, and Yu-Kun Lai. Cp-vton+: Clothing shape and tex- ture preserving image-based virtual try-on. In CVPR work- shops, pages 10–14, 2020. 2

  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 Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 2231–2235, 2022. 6

  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 Proceedings of the 31st ACM International Conference on Multimedia, 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 Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11410–11420, 2022. 7

  24. [32]

    Scalable diffusion models with transformers

    William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 4195–4205,

  25. [33]

    Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis

    Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion mod- els for high-resolution image synthesis. arXiv preprint arXiv:2307.01952, 2023. 3, 5

  26. [34]

    Learning transferable visual models from natural language supervi- sion

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...

  27. [35]

    Exploring the limits of transfer learning with a unified text-to-text transformer

    Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of machine learning research, 21(140):1–67, 2020. 4

  28. [36]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 3, 5

  29. [37]

    U- net: Convolutional networks for biomedical image segmen- tation

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. In Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, pa...

  30. [38]

    Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation

    Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 2250...

  31. [39]

    Photorealistic text-to-image diffusion models with deep language understanding

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...

  32. [40]

    Kolors: Effective training of diffusion model for photorealistic text-to-image synthesis

    Kolors Team. Kolors: Effective training of diffusion model for photorealistic text-to-image synthesis. arXiv preprint,

  33. [41]

    Toward characteristic- preserving image-based virtual try-on network

    Bochao Wang, Huabin Zheng, Xiaodan Liang, Yimin Chen, Liang Lin, and Meng Yang. Toward characteristic- preserving image-based virtual try-on network. In Proceed- ings of the European conference on computer vision (ECCV), pages 589–604, 2018. 2

  34. [42]

    Image quality assessment: from error visibility to structural similarity

    Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Si- moncelli. Image quality assessment: from error visibility to structural similarity. IEEE transactions on image processing, 13(4):600–612, 2004. 7

  35. [43]

    Gp- vton: Towards general purpose virtual try-on via collabora- tive 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 collabora- tive local-flow global-parsing learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Patte...

  36. [44]

    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, 4, 7

  37. [45]

    Towards photo-realistic virtual try-on by adaptively generating-preserving image content

    Han Yang, Ruimao Zhang, Xiaobao Guo, Wei Liu, Wang- meng Zuo, and Ping Luo. Towards photo-realistic virtual try-on by adaptively generating-preserving image content. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 7850–7859, 2020. 2

  38. [46]

    Occlumix: Towards de-occlusion vir- tual try-on by semantically-guided mixup

    Zhijing Yang, Junyang Chen, Yukai Shi, Hao Li, Tianshui Chen, and Liang Lin. Occlumix: Towards de-occlusion vir- tual try-on by semantically-guided mixup. IEEE Transac- tions on Multimedia, 25:1477–1488, 2023. 2

  39. [47]

    Effec- tive whole-body pose estimation with two-stages distillation

    Zhendong Yang, Ailing Zeng, Chun Yuan, and Yu Li. Effec- tive whole-body pose estimation with two-stages distillation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 4210–4220, 2023. 4

  40. [48]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shecht- man, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 586–595, 2018. 7

  41. [49]

    Tryondiffusion: A tale of two unets

    Luyang Zhu, Dawei Yang, Tyler Zhu, Fitsum Reda, William Chan, Chitwan Saharia, Mohammad Norouzi, and Ira Kemelmacher-Shlizerman. Tryondiffusion: A tale of two unets. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition , pages 4606–4615,

  42. [51]

    Additional qualitative results of FitDiT on rich texture maintenance are shown in Fig

    More Qualitative Results on Texture-aware Preservation As one of main challenges, texture-aware preservation re- quires the model to well-capture intricate texture ( e.g., pat- tern, font). Additional qualitative results of FitDiT on rich texture maintenance are shown in Fig. 10

  43. [52]

    More Qualitative Results on Size-aware Fitting To verify the effectiveness of the dilated-relaxed mask strat- egy on the size mismatching garments virtual try-on, we provide more qualitative results in Fig. 11

  44. [53]

    More Qualitative Results in the Wild To examine the virtual try-on generalization ability of Fit- DiT in the wild, more qualitative results compared with other SOTA baselines are provided in Fig. 12

  45. [54]

    More Qualitative Results on Complex Pose The presence of complex poses beyond the training set poses a significant challenge in achieving satisfactory vir- tual try-on results. Fig. 13 demonstrates more qualitative comparisons with baselines on complex pose, which indi- cates ...

  46. [55]

    More qualitative results on the VITON-HD dataset are shown in Fig

    More Visual Results on Public Dataset VITON-HD dataset. More qualitative results on the VITON-HD dataset are shown in Fig. 14. DressCode dataset. Additional qualitative results on the DressCode dataset are shown in Fig. 15

  47. [56]

    16, we visualize more cases of CVDD to demon- strate the complexity including the intricate textures, di- verse backgrounds, and complicated poses

    Visual Cases of Complex Virtual Dressing Dataset (CVDD) In Fig. 16, we visualize more cases of CVDD to demon- strate the complexity including the intricate textures, di- verse backgrounds, and complicated poses. We anticipate that the inclusion of self-collected challenging te...

  48. [57]

    17 illustrates FitDiT’s capability to facilitate model- to-model virtual try-on applications, catering to the diverse demands encountered in real-world scenarios

    Applications on Model-to-model Try-on Fig. 17 illustrates FitDiT’s capability to facilitate model- to-model virtual try-on applications, catering to the diverse demands encountered in real-world scenarios. In the model- to-model scenario, the target garment is sourced from an-...

  49. [58]

    Limitation and Future Work Similar to other virtual try-on approaches, FitDiT faces challenges in accurately preserving the intricate details of human hands and fingers with complex pose, due to the lack of hand-relevant priors. In our future work, we intend to conduct a compr...

  50. [2023]

    2, 3 FitDiT: Advancing the Authentic Garment Details for High-fidelity Virtual Try-on Supplementary Material

Pith tools

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