Summary
This paper addresses limitations in Latent Diffusion Models (LDMs) related to generating high-frequency details and complex compositions, which the authors attribute to conducting pre- and post-training exclusively within a low-resolution (8×8) latent space. To overcome these issues, the paper proposes integrating pixel-space supervision in the post-training phase, aiming to better capture high-frequency details.
Weaknesses
1. The proposed technical approach—simply adding a pixel-level loss—lacks novelty and may appear overly simplistic. The use of reinforcement learning within a diffusion model is also not groundbreaking, and the extension of SIMPo does not constitute a notable contribution. It would be better if the authors could clarify why the pixel-level loss is novel.
2. Technical details and motivations are not well-articulated: (1) Why does Equation 2 use a decoded ground truth image rather than the original image? If decoding already introduces detail loss, it is unclear how this approach can effectively enhance detail realism as intended. (2) In applying the pixel loss, is a random timestep selected? If so, when the noise level is high, how is one-step prediction accuracy ensured? It would be better if the authors could clearly clarify these questions.
3. The results presented in Figure 4 reveal that the method still struggles with preserving finer details, particularly in high-frequency regions, where the generated images display notable artifacts or blurriness. This suggests that while the proposed pixel-level supervision may have improved some aspects of detail generation, it falls short in producing consistently realistic textures across different parts of the image. Additionally, certain areas of the images, which typically require precise detailing—such as edges, textures, or small intricate patterns—do not appear as natural as expected, raising questions about the method's overall effectiveness in enhancing detail realism.
4. The enhancement of natural image details is unconvincing. I suggest testing this approach in domains where detail accuracy is more critical, such as talking face generation. It would be beneficial to see if it truly improves fine details like eyes and teeth. The authors may consider using Diffusion-based foundation models, such as https://github.com/fudan-generative-vision/hallo.