ICLR25: Incorporating Visual Correspondence into Diffusion Model for Visual Try-On
This is the official repository for the
[Paper](*)
"Incorporating Visual Correspondence into Diffusion Model for Visual Try-On"
Overview
We novelly propose to explicitly capitalize
on visual correspondence as the prior to tame diffusion process instead of simply
feeding the whole garment into UNet as the appearance reference.
In SPM, a set of semantic points on the garment are first sampled and matched to the
corresponding points on the target person via local flow warping. Then, these 2D cues are augmented
into 3D-aware cues with depth/normal map, which act as semantic point matching to supervise
diffusion model.