Search papers, labs, and topics across Lattice.
This paper introduces STAR-VTON, a Two-Stage AutoRegressive framework for virtual try-on (VTON) that decouples structural synthesis in latent space from fine-grained detail recovery in pixel space. By leveraging a matching-informed refiner, STAR-VTON efficiently establishes dense correspondences between generated images and source garments, significantly improving detail fidelity while maintaining high inference speed. Experimental results demonstrate that STAR-VTON achieves at least a 4x speedup over diffusion-based methods without compromising quality, marking a substantial advancement in VTON technology.
STAR-VTON achieves a remarkable 4x faster inference than traditional diffusion methods while restoring fine garment details, revolutionizing virtual try-on efficiency and fidelity.
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 model these factors in a compressed latent space, but suffer from high-frequency detail loss due to inherent latent compression, even with costly multi-step denoising. Recent visual autoregressive (VAR) models offer a promising alternative for high-quality generation with faster inference, yet remain unexplored for VTON due to the lack of effective bi-conditioning mechanisms. To bridge this gap, we first introduce VAR-VTON, a VAR-based VTON model that incorporates garment conditioning and structural guidance for efficient latent-space VTON. Despite its efficacy, latent-space generation still struggles to preserve fine-grained garment details. We argue that different VTON sub-tasks should be addressed in different representation spaces: structural synthesis such as garment warping and person layout is suited to the latent space, whereas fine-grained detail recovery should be tackled in the pixel space. Motivated by this insight, we further propose STAR-VTON, a Two-Stage AutoRegressive framework that builds upon VAR-VTON by decoupling latent-space structural synthesis from pixel-space detail recovery. Our idea is to resort to a matching-informed refiner to establish dense correspondences between the stage-one generation and the source garment to directly map fine-grained pixel-space details. Extensive experiments show that STAR-VTON achieves an impressive efficiency-fidelity trade-off: VAR-VTON runs at least $4\times$ faster than diffusion-based counterparts without degrading quality, and the pixel-space refiner effectively restores fine details and acts as a plug-and-play module that can benefit existing VTON approaches.