Summary
This paper aims to enhance the quality of images generated by diffusion models by modifying the noise seed. Improved image quality is reflected in better alignment with the input prompt and fewer artifacts. The process involves sampling various noise seeds and either selecting the most suitable one or using optimization techniques. The selection and optimization methods rely on the hypothesis that the noise at each time step during the forward process (image generation) and the backward process (inversion) should be similar, measured using cosine loss.
Strengths
The examples presented in the paper are interesting, suggesting that noise optimization could potentially enhance image quality. The paper also includes results for image-to-3D generations. The proposed method is straightforward and easy to implement.
Weaknesses
I am afraid that I have some fundamental concers about this paper.
1. I believe that the claim that this is the first paper to study the noise space for image generation is not accurate, as there are at least three prior works that explore this topic [1, 2, 3] ([3] is cited in the paper).
2. Presentation should be improved. Some references appear unrelated, such as those discussing optimizing noise with additional information ... (Kirstain et al., 2023; Xu et al., 2024), in line 046. These references pertain to datasets rather than methods. Section 5 should be part of the introduction.
3. The paper's novelty is limited; studying noise space and optimizing noise seeds has been explored in previous notable works [1-3]. In these works, the diffusion model is also fixed, and optimization directly targets the noise. Considering that noise optimization has already been done in diffusion models (with frozen weights) and inversion techniques, and given the impracticality of sampling and selecting the best noise, the only new contribution appears to be the hypothesis of noise inconsistency and use of cosine loss for noise optimization.
4. Theoretical issue-1: DDIM is well known to be a poor method for inversion suffering from accumulated errors, as studied in many previous studies e.g. [4,5,6] . So the inconsistency is particularly linked to DDIM approach and the associated approximation (using $x_{t-1}$ instead of $x_t$, in Eq. 2), are inherent to DDIM, and not to the diffusion model itself. There are more accurate inversion models such as [4,5,6]. Better can also consistency can also come from lower difference between $x_t$ and $x_{t-1}$, which can be property of the generated image and where the DDIM approximation is better. It would be informative to see the results using better inversion methods like [4-6].
5. The evaluation is not sufficient: There is no comparison to other methods. In section 5 the authors present alternative approaches and claim that they can’t be compared. I respectfully disagree. There should be a comparison with the mentioned relevant papers and then discussion over the pros and cons of different methods. I also believe that quantitative measures such as FID and IS are still valuable since they can be done on mass (many images) and should come in addition to the user study. The improvement indicated in Table 1 seems to be marginal, often around 1%, making it difficult to perceive significant progress.
6. Claims regarding the counting and positioning accuracy of objects should be validated through experiments rather than a limited number of demonstrations. The paper’s claim about object count and position is not supported by the human evaluation, as Appendix A, page 17, does not address these aspects in its questions.
7. High computational cost: As noted in Section 5, the proposed method requires generating each image using K forward and backward passes, effectively increasing the computation by factor 2K. With K set to 100, as done in the paper, this results in a 200-fold increase in runtime.
[1] D. Samuel etal, Generating images of rare concepts using pre-trained diffusion models, AAAI 2024
[2] D. Samuel etal, Norm-guided latent space exploration for text-to-image generation, NeurIPS 2023
[3] Xiefan Guo etal, Initno: Boosting text-to-image diffusion models via initial noise optimization. CVPR, 2024.
[4] Mokadt et al, Null-text Inversion for Editing Real Images using Guided Diffusion Models, CVPR 2023
[5] Zhang etal, Exact Diffusion Inversion via Bi-directional Integration Approximation, CVPR 2024
[6] Pan etal, Effective real image editing with accelerated iterative diffusion inversion, ICCV 2023