Boost Your Human Image Generation Model via Direct Preference Optimization
Sanghyeon Na, Yonggyu Kim, Hyunjoon Lee
TL;DR
HG-DPO tackles the realism gap in human image generation by reframing Direct Preference Optimization to use real images as winning examples and integrating a three-stage curriculum. A new image-pool strategy, SDRecon-based intermediate domains, and a statistics-matching loss bridge the domain gap between real and generated imagery, enabling higher realism and better image-text alignment. The method also supports personalized text-to-image generation via LoRA-enabled adaptation, maintaining identity fidelity while improving quality. Comprehensive experiments and ablations demonstrate significant gains over prior DPO methods and baselines, with practical implications for creative and media applications, albeit with noted limitations such as finger realism and broader societal considerations.
Abstract
Human image generation is a key focus in image synthesis due to its broad applications, but even slight inaccuracies in anatomy, pose, or details can compromise realism. To address these challenges, we explore Direct Preference Optimization (DPO), which trains models to generate preferred (winning) images while diverging from non-preferred (losing) ones. However, conventional DPO methods use generated images as winning images, limiting realism. To overcome this limitation, we propose an enhanced DPO approach that incorporates high-quality real images as winning images, encouraging outputs to resemble real images rather than generated ones. However, implementing this concept is not a trivial task. Therefore, our approach, HG-DPO (Human image Generation through DPO), employs a novel curriculum learning framework that gradually improves the output of the model toward greater realism, making training more feasible. Furthermore, HG-DPO effectively adapts to personalized text-to-image tasks, generating high-quality and identity-specific images, which highlights the practical value of our approach.
