Rebuttal by Authors
We thank the reviewer for the valuable questions. A point-to-point reply is provided below:
***
> **W1:** Image quality evaluation.
The core evaluation criterion for this task is whether the generated images assist human comprehension, while the image quality is indeed important. However, it is hard to evaluate using conventional metrics since there are no ground truth images.
To evaluate the image quality, we add GPT evaluation and user study. Specifically, we prompt the GPT4o model to rate the quality of an image on a scale of 1 to 5 (5 is the best) and test the whole dataset. For the user study, we recruited 5 users, let them view 50 images from each method, and select the best image from the three methods. The win rate and GPT score are reported in Table 9 of the appendix. Note that LIGER is a training-free method, meaning the image quality also depends on the pre-trained tools.
> **W2:** Dataset scenarios.
The proposed dataset mainly focuses on the cooking domain but also involves daily housework. We showcase some qualitative results on other scopes in Figure 10. The reason for using the cooking scenario is that:
Firstly, cooking scenarios present significant challenges representative of long-horizon tasks. Long-horizon tasks usually involve **multiple sub-procedures**, requiring the instruction images to show **scene diversity in different stages**. The cooking procedure reflects this challenge as it usually involves various stages like preparing, cooking, serving, etc. Moreover, the **object attribute in long-horizon tasks changes as the task progresses**, which is also presented in cooking scenarios. For instance, instructions for cooking steak should start with a raw steak and end up cooked. Therefore, testing in the cooking domain is meaningful and representative. Current methods struggle to deal with these challenges in long-horizon tasks.
Secondly, we acknowledge some limitations. Since LIGER is training-free, the generation ability depends on the pre-trained diffusion model. We find the generation quality of fine-grained actions and part of a complex structure unsatisfying.
> **Q1:** Error cases.
The identification and correction are not error-free. There could also be cases of over-correction, though rarely. We add the bad case discussion in Figure 9 of the appendix. To mitigate the errors, we allow the error detector to finish its trial before the referee agent decides whether the edited image is better than the draft image. If the edited image is not ideal, we pick the draft image as the final output.
Over-consistent and identity inconsistent are different levels of errors, over-consistent is a global level error where the images of two steps should not look alike. In contrast, identity inconsistency is an object-level error, meaning the object in two steps should look the same, but not. Over-consistent is a more noticeable error, so the error detector **first assesses over-consistent error**. If an over-consistent error exists, the image is directly regenerated. If no over-consistent error is found, then the error detector starts to inspect inconsistent errors.
> **Q2:** Inference time consumption
We conducted a speed test over 50 randomly selected tasks using a locally deployed multi-modal large language model. LIGER takes around 120 seconds to generate instructions for a 10-step task while the frozen stable diffusion model takes around 60 seconds on a single A100 GPU.
> **Q3:** Dataset scope.
LIGER is a high-level method for long-horizon tasks. It addresses common issues in long-horizon tasks, making it widely applicable. Cooking scenarios are representative since they involve the challenges aforementioned. We also show some additional results in Figure 10 of the appendix.
In the future, we plan to broaden the benchmark and explore more scenarios. However, we acknowledge certain challenges when testing on other scopes. Firstly, there are tasks hard to illustrate by images like "How to teach your child?" Second, since LIGER is a training-free manner, the generation quality depends on the pre-trained diffusion model. The pre-trained diffusion models struggle to generate fine-grained actions like sewing the knit or building the house using different tools. Despite these challenges, we are optimistic that LIGER will benefit from future advancements.
> **Q4:** Step generation template.
We do not have a specific template for the GPT model to generate steps. The motivation is to test whether LIGER is robust toward instructions in different styles.
***
We hope the above discussions address the concern and are willing to have more discussions.