CompleteMe: Reference-based Human Image Completion
Yu-Ju Tsai, Brian Price, Qing Liu, Luis Figueroa, Daniil Pakhomov, Zhihong Ding, Scott Cohen, Ming-Hsuan Yang
TL;DR
CompleteMe tackles the challenge of preserving unique, person-specific details in human image completion by introducing a dual U-Net architecture ($U_{ref}$ and $U_{comp}$) augmented with Region-focused Attention (RFA) to enforce precise correspondences with reference images. The framework encodes multi-part reference visuals via a Reference U-Net (initialized from Stable Diffusion $1.5$ at timestep $0$) and fuses them into the Complete U-Net through RFA, guided by global CLIP features for semantic coherence. A dedicated benchmark built from the UniHuman/Wpose corpus evaluates the model under significant pose variation and identity-critical details, using metrics like CLIP-I, CLIP-T, DINO, DreamSim, PSNR, SSIM, and LPIPS, complemented by a user study. Experiments show CompleteMe outperforms both non-reference and reference-based baselines in preserving identity and fine details, demonstrating robust performance even with single-reference inputs and optional textual prompts, with potential applications in editing, virtual try-on, and animation.
Abstract
Recent methods for human image completion can reconstruct plausible body shapes but often fail to preserve unique details, such as specific clothing patterns or distinctive accessories, without explicit reference images. Even state-of-the-art reference-based inpainting approaches struggle to accurately capture and integrate fine-grained details from reference images. To address this limitation, we propose CompleteMe, a novel reference-based human image completion framework. CompleteMe employs a dual U-Net architecture combined with a Region-focused Attention (RFA) Block, which explicitly guides the model's attention toward relevant regions in reference images. This approach effectively captures fine details and ensures accurate semantic correspondence, significantly improving the fidelity and consistency of completed images. Additionally, we introduce a challenging benchmark specifically designed for evaluating reference-based human image completion tasks. Extensive experiments demonstrate that our proposed method achieves superior visual quality and semantic consistency compared to existing techniques. Project page: https://liagm.github.io/CompleteMe/
