Summary
The field of paper is open-set layout-to-image (L2I) generation. They propose to apply regional cross-attention module to enrich layout-to-image generation, slightly surpassing existing self-attention-based approaches. The paper also proposes two new metrics to assess L2I performance in open-vocabulary scenarios instead of previous closed-set environments.
Strengths
1. Considering the evaluation in open scenarios is meaningful. The proposed two metrics are reasonable, and due to the use of open-source tools such as CLIP and SAM, they are relatively easy to implement.
2. In the context of rich-context layout-to-image generation, the proposed method shows a notable improvement.
Weaknesses
1. The proposed regional cross-attention may not be plug-and-play and could be incompatible with existing pre-trained large models.
2. The related work section on layout-to-image is somewhat brief. Please expand this section to provide a more detailed overview of this field.
3. In terms of quantitative metrics in COCO, which is relatively close-set, the improvement of the proposed method over the latest approaches is not particularly significant.
4. The paper lacks pseudocode for the algorithm.
5. The paper lacks the diversity analysis of the generation images.
Questions
I will consider increasing the score if the authors can address the following issues.
1. Since the authors consider the two evaluation metrics as one of the main contributions, detailed information regarding their implementation is necessary to facilitate future work. For example, specifying the model type of SAM, Clip, among other details, would be helpful. This information can be included in the main text or supplementary materials. Ideally, the evaluation code should be made open source.
2. The proposed regional cross-attention may not be plug-and-play. Please list the modifications and additional training required to apply it directly to existing pre-trained models. Providing pseudocode for the algorithm would significantly enhance the paper’s reproducibility and reduce the implementation difficulty.
3. The related work section on layout-to-image is somewhat brief. Please expand this section to provide a more detailed overview of this field. For example, Freestyle Layout-to-Image Synthesis from CVPR 2023 uses attention-based interactions to achieve open-set rich-context layout-to-image generation, which is similar to this paper. Additionally, some closed-set layout-to-image generation methods based on diffusion should also be included. For example, CVPR 2023, LayoutDiffusion applys more comprehensive evaluations than previous works, using five metrics to assess generation quality, controllability (accuracy), and diversity. As diversity of generated image is also important, it's recommended to include it.