CORAL: Correspondence Alignment for Improved Virtual Try-On
Jiyoung Kim, Youngjin Shin, Siyoon Jin, Dahyun Chung, Jisu Nam, Tongmin Kim, Jongjae Park, Hyeonwoo Kang, Seungryong Kim
TL;DR
This work tackles the challenge of preserving fine garment details in virtual try-on (VTON) under unpaired and cross-category conditions by exposing and refining the internal person–garment correspondence within Diffusion Transformer (DiT) full 3D attention. It introduces CORAL, which aligns query–key matches with robust external correspondences via a correspondence distillation loss $\mathcal{L}_{\text{corr}}$ and an entropy minimization loss $\mathcal{L}_{\text{ent}}$, integrated into a two-panel diptych DiT architecture. The approach yields state-of-the-art results on standard VTON benchmarks, a VLM-based evaluation protocol, and in-the-wild datasets, with ablations confirming the complementary benefits of the proposed losses. By sharpening spatial attention and grounding it to reliable correspondences, CORAL enhances both global garment shape transfer and local detail fidelity, providing a practical improvement for real-world VTON applications and suggesting avenues for extending correspondence supervision to broader customization tasks. $\mathcal{L}_{\text{total}} = \mathcal{L}_{\text{velocity}} + \lambda_{\text{corr}}\mathcal{L}_{\text{corr}} + \lambda_{\text{ent}}\mathcal{L}_{\text{ent}}$ and $A^{t,l}_{\mathcal{P}\rightarrow\mathcal{G}}$ serve as central constructs for guiding and evaluating alignment within the DiT model.
Abstract
Existing methods for Virtual Try-On (VTON) often struggle to preserve fine garment details, especially in unpaired settings where accurate person-garment correspondence is required. These methods do not explicitly enforce person-garment alignment and fail to explain how correspondence emerges within Diffusion Transformers (DiTs). In this paper, we first analyze full 3D attention in DiT-based architecture and reveal that the person-garment correspondence critically depends on precise person-garment query-key matching within the full 3D attention. Building on this insight, we then introduce CORrespondence ALignment (CORAL), a DiT-based framework that explicitly aligns query-key matching with robust external correspondences. CORAL integrates two complementary components: a correspondence distillation loss that aligns reliable matches with person-garment attention, and an entropy minimization loss that sharpens the attention distribution. We further propose a VLM-based evaluation protocol to better reflect human preference. CORAL consistently improves over the baseline, enhancing both global shape transfer and local detail preservation. Extensive ablations validate our design choices.
