paper-with-me

홈 › Papers

LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On

2023-05-22 · Davide Morelli, Alberto Baldrati, Giuseppe Cartella, Marcella Cornia, Marco Bertini, Rita Cucchiara

The rapidly evolving fields of e-commerce and metaverse continue to seek innovative approaches to enhance the consumer experience. At the same time, recent advancements in the development of diffusion models have enabled generative networks to create remarkably realistic images. In this context, image-based virtual try-on, which consists in generating a novel image of a target model wearing a given in-shop garment, has yet to capitalize on the potential of these powerful generative solutions. This work introduces LaDI-VTON, the first Latent Diffusion textual Inversion-enhanced model for the Virtual Try-ON task. The proposed architecture relies on a latent diffusion model extended with a novel additional autoencoder module that exploits learnable skip connections to enhance the generation process preserving the model's characteristics. To effectively maintain the texture and details of the in-shop garment, we propose a textual inversion component that can map the visual features of the garment to the CLIP token embedding space and thus generate a set of pseudo-word token embeddings capable of conditioning the generation process. Experimental results on Dress Code and VITON-HD datasets demonstrate that our approach outperforms the competitors by a consistent margin, achieving a significant milestone for the task. Source code and trained models are publicly available at: https://github.com/miccunifi/ladi-vton.

📄 PDF Abstract BibTeX arXiv:2305.13501

Code (1)

miccunifi/ladi-vton 공식 구현 pytorch

Tasks

Virtual Try-on

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

LADIMO: Face Morph Generation through Biometric Template Inversion with Latent Diffusion

2024-10-10 · Marcel Grimmer, Christoph Busch

Face morphing attacks pose a severe security threat to face recognition systems, enabling the morphed face image to be verified against multiple identities. To detect such manipulated images, the development of new face …

DiversityFace RecognitionMORPH

Length-Aware Motion Synthesis via Latent Diffusion

2024-07-16 · Alessio Sampieri, Alessio Palma, Indro Spinelli, Fabio Galasso

The target duration of a synthesized human motion is a critical attribute that requires modeling control over the motion dynamics and style. Speeding up an action performance is not merely fast-forwarding it. However, st…

AttributeMotion Synthesis

FLDM-VTON: Faithful Latent Diffusion Model for Virtual Try-on

2024-04-22 · Chenhui Wang, Tao Chen, Zhihao Chen, Zhizhong Huang 외

Despite their impressive generative performance, latent diffusion model-based virtual try-on (VTON) methods lack faithfulness to crucial details of the clothes, such as style, pattern, and text. To alleviate these issues…

Virtual Try-on

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

2026-07-13 · Lu Yang, Xiaonan Hu, Yanan Li, Daqi Liu 외 arxiv

Virtual try-on (VTON) is a bi-conditional image generation problem that requires not only accurate person preservation but also faithful garment deformation and detail synthesis. Diffusion-based VTON methods can jointly …

LaDi-RL: Latent Diffusion Reasoning Prevents Entropy Collapse in Reinforcement Learning

2026-02-02 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Yi-An Ma 외 arxiv

Reinforcement learning has become a central paradigm for improving LLM reasoning, but most existing methods optimize policies over discrete token sequences. This creates a mismatch between the optimization space and the …

Reinforcement LearningCode Generation