Response to Reviewer r1AF
__Q1: The search process can be very time consuming.__
A1: We supplement the time overhead experiments and summarize our acceleration methods in the Major Response Q1.
__Q2.1: It relies on SAM to do fine-grained segmentation.__
A2.1:
- SAM is not mandatory. Our method is complementary to various mask generation schemes, such as attention map-based mask extraction methods that do not require introducing additional models. These methods were employed by notable works such as DiffEdit [a] and MasaCtrl [b].
- In the revised paper, we provide a comparison of different mask generators in Appendix A.7 (Figure 12). From the figure, it can be observed that our method is highly robust to different mask generators.
[a] MasaCtrl: Tuning-Free Mutual Self-Attention Control for Consistent Image Synthesis and Editing, ICCV 2023.
[b] Diffedit: Diffusion-based semantic image editing with mask guidance, ICLR 2023.
__Q2.2: The applicability of more global change is questionable (e.g., change the style of an image from spring to winter, change the background to Mars, etc.).__
A2.2:
- We are applicable to global change and we have extensively demonstrated these results in our initial submission. For example, in the main text, Column h of Figure 4, Figure 6, and Figure 16 with tasks (b, k), (b, m), (c, l), (c, m), (d, m), as well as Figure 17 with tasks (a, h), (c, f), (d, f), (d, h), (e, g), (e, h), (e, i), all involve background editing. In Figure 16, tasks (c, k), (f, j), and in Figure 17, tasks (c, g), (c, i) all include style editing.
- Background can be considered as a generalized object for editing. In tasks that involve changing the style, alterations can be made on different objects separately, and then our reassembly strategy can be utilized to achieve global interaction.
__Q2.3: It may not be able to change the location of an object.__
A2.3:
- Given an input image $I$ and a target prompt $P$, image editing's goal is to generate a new image $O$ that complies with $P$ and preserves the structure and semantic layout of $I$. The task of changing the location of an object is not under the current setting. More details about the editing setting are thoroughly explained in the first paragraph of Section 3 of our paper and have also been discussed in literature, such as Prompt-to-Prompt [c] and Plug-and-Play [d].
[c] Prompt-to-Prompt Image Editing with Cross Attention Control, ICLR 2023.
[d] Plug-and-Play Diffusion Features for Text-Driven Image-to-Image Translation, CVPR 2023.
__Q3: Related to the above point, the competitive method, such as null-text inversion, does not involve segmentation and localization, therefore it is a bit unfair to compare with them, as in principle, they can only benefit from segmentation and localization. This is independent from the main innovation of this paper, which is searching for optimal inversion step.__
A3:
- Null-text Inversion (NTI) is a training-based approach that introduces learnable null-text embeddings to address DDIM Inversion's inability to accurately reconstruct the original image. It needs to be combined with other editing methods to achieve image editing, so whether NTI needs a mask depends on the editing method with which it is combined.
- Our method is tightly coupled with mask generation and is completely training-free. We employ an additional mask generator to disentangle objects, enabling object-aware editing by separating individual entities.
- We combine NTI with Prompt-to-Prompt (P2P) as a comparative method by using Grounded-SAM as the mask generator in P2P, which is the same as our method. The experimental results presented in Appendix A.10 (Figure 15) indicate that our training-free method outperforms the NTI+P2P counterpart which requires training. Moreover, we have also compared our method with other mask-based editing methods, and stable diffusion inpainting, in Section 4.1 of the initial submission.
[e] Null-text Inversion for Editing Real Images using Guided Diffusion Models, CVPR 2023.
__Q4: The contribution and significance of the method is limited.__
A4: Please refer to Major Response Q2.