Once Is Enough: Lightweight DiT-Based Video Virtual Try-On via One-Time Garment Appearance Injection
Yanjie Pan, Qingdong He, Lidong Wang, Bo Peng, Mingmin Chi
TL;DR
The paper tackles the high parameter and computation burden of Diffusion Transformer-based video virtual try-on by introducing OIE, a first-frame guided single-branch framework. OIE edits the initial frame with a pretrained image-based garment editor and propagates the edit through the video using a LoRA-finetuned DiT, aided by a lightweight background encoder and pose/mask guidance, while injecting garment appearance only once. The approach achieves state-of-the-art efficiency with minimal overhead—adding about $r ext{(low-rank)}$-based trainable parameters and negligible FLOPs—while maintaining or improving video quality on ViViD and ViViD-like benchmarks. Ablation studies confirm the value of pose guidance and mask guidance, and experiments demonstrate practical viability for resource-constrained settings.
Abstract
Video virtual try-on aims to replace the clothing of a person in a video with a target garment. Current dual-branch architectures have achieved significant success in diffusion models based on the U-Net; however, adapting them to diffusion models built upon the Diffusion Transformer remains challenging. Initially, introducing latent space features from the garment reference branch requires adding or modifying the backbone network, leading to a large number of trainable parameters. Subsequently, the latent space features of garments lack inherent temporal characteristics and thus require additional learning. To address these challenges, we propose a novel approach, OIE (Once is Enough), a virtual try-on strategy based on first-frame clothing replacement: specifically, we employ an image-based clothing transfer model to replace the clothing in the initial frame, and then, under the content control of the edited first frame, utilize pose and mask information to guide the temporal prior of the video generation model in synthesizing the remaining frames sequentially. Experiments show that our method achieves superior parameter efficiency and computational efficiency while still maintaining leading performance under these constraints.
