W1: The key idea of this paper is to enable constraint optimization by formulating layout generation as conditional generation processes in continuous space. However, a post-processing step is still conducted. I was wondering about the advantage of the proposed method compared to those that directly apply the post-processing algorithm to the discrete diffusion models.
A: Thank you for your suggestion. Appendix A includes the required results and discussion, comparing our model with LayoutDM with post-processing. In addition, we include results of LayoutGAN++, which also uses constraints in training and applies post-processing.
We observe a noticeable FID increase after post-processing for the two competing methods. In contrast, LACE without post-processing outperforms LayoutDM with post-processing. Its performance further increases after post-processing while maintaining a stable FID. These differences are due to the challenge in post-processing, as discussed in section 2.3 of the main text, which is thresholding the misalignment in raw outputs. A small threshold for the alignment mask is insufficient to select severely misaligned pairs, while a large one damages the subtle layout structure, leading to a noticeable increase in FID. These additional results have further enhanced the quality of our paper.
W2: Several layout generation related works [1-3] are neither cited nor discussed in the paper.
[1] Zheng, Xinru, et al. "Content-aware generative modeling of graphic design layouts." ACM TOG, 2019. [2] Zhang, Junyi, et al. "LayoutDiffusion: Improving Graphic Layout Generation by Discrete Diffusion Probabilistic Models." ICCV 2023. [3] Jiang, Zhaoyun, et al. "LayoutFormer++: Conditional Graphic Layout Generation via Constraint Serialization and Decoding Space Restriction." CVPR 2023.
A: Thank you for your valuable feedback and the suggestion to include these recently published methods. We discuss the relationship between these methods and LACE and introduce and cite these methods in the revised related work section.
1. LayoutDiffusion adopted a design similar to LDGM (Hui, Mude, et al. "Unifying Layout Generation with a Decoupled Diffusion Model." CVPR 2023) significantly enhanced the visual quality in three tasks by using a more effective transformer backbone, particularly improving alignment and overlap metrics. In contrast, our method aims to enhance visual quality by applying constraint functions without scaling up or complicating the network architecture.
2. LayoutFormer++ employs a novel decoding strategy for high-quality conditional generation. However, its backtracking mechanism can result in multiple rollbacks during the decoding process to address invalid outputs. Moreover, it requires retraining to adapt to various conditional tasks. In contrast, LACE aims to finish generation without rolling back and use one set of parameters to solve different tasks.
3. The Content-aware Method in [1] solves a more challenging problem by incorporating image and text features into their layout generation model to achieve content-awareness.
Due to the notable differences in model size and architecture between the methods we included in our experiment and that in LayoutDiffusion and LayoutFormer++, a quantitative comparison would be unfair. Consequently, our discussion of these methods is limited to the related work section.