Pixel-Space Post-Training of Latent Diffusion Models
Christina Zhang, Simran Motwani, Matthew Yu, Ji Hou, Felix Juefei-Xu, Sam Tsai, Peter Vajda, Zijian He, Jialiang Wang
TL;DR
This work tackles the limitation of latent-diffusion models losing high-frequency details due to latent-space bottlenecks by introducing pixel-space supervision during post-training. It formulates a pixel-space objective that complements the standard latent-space loss, and demonstrates substantial gains in visual quality and reduction of artifacts for both DiT and U-Net LDMs, while preserving text alignment. The approach applies to both supervised quality fine-tuning and reward-based post-training, and further extends SimPO-style reward modeling to diffusion models. The results, validated by rigorous independent human evaluation, show that the simple, architecture-agnostic pixel-space loss is a practical, effective enhancement for diffusion-based image generation.
Abstract
Latent diffusion models (LDMs) have made significant advancements in the field of image generation in recent years. One major advantage of LDMs is their ability to operate in a compressed latent space, allowing for more efficient training and deployment. However, despite these advantages, challenges with LDMs still remain. For example, it has been observed that LDMs often generate high-frequency details and complex compositions imperfectly. We hypothesize that one reason for these flaws is due to the fact that all pre- and post-training of LDMs are done in latent space, which is typically $8 \times 8$ lower spatial-resolution than the output images. To address this issue, we propose adding pixel-space supervision in the post-training process to better preserve high-frequency details. Experimentally, we show that adding a pixel-space objective significantly improves both supervised quality fine-tuning and preference-based post-training by a large margin on a state-of-the-art DiT transformer and U-Net diffusion models in both visual quality and visual flaw metrics, while maintaining the same text alignment quality.
