FashionComposer: Compositional Fashion Image Generation
Sihui Ji, Yiyang Wang, Xi Chen, Xiaogang Xu, Hao Luo, Hengshuang Zhao
TL;DR
FashionComposer tackles flexible compositional fashion image generation by supporting multi-modal inputs and an asset library for in-pass multi-asset generation. It introduces subject-binding attention to semantically bind appearance features from multiple references to text prompts, and employs a reference UNet to preserve fine garment details during generation. The method also features correspondence-aware attention and latent code alignment to produce consistent human albums across views. Empirical results show strong performance for multi-garment composition and competitive virtual try-on capabilities, with ablations confirming the value of the reference UNet and binding strategies.
Abstract
We present FashionComposer for compositional fashion image generation. Unlike previous methods, FashionComposer is highly flexible. It takes multi-modal input (i.e., text prompt, parametric human model, garment image, and face image) and supports personalizing the appearance, pose, and figure of the human and assigning multiple garments in one pass. To achieve this, we first develop a universal framework capable of handling diverse input modalities. We construct scaled training data to enhance the model's robust compositional capabilities. To accommodate multiple reference images (garments and faces) seamlessly, we organize these references in a single image as an "asset library" and employ a reference UNet to extract appearance features. To inject the appearance features into the correct pixels in the generated result, we propose subject-binding attention. It binds the appearance features from different "assets" with the corresponding text features. In this way, the model could understand each asset according to their semantics, supporting arbitrary numbers and types of reference images. As a comprehensive solution, FashionComposer also supports many other applications like human album generation, diverse virtual try-on tasks, etc.
