Summary
The focus of the paper is on automating the process of design template generation.
The main contribution is a design template generation pipeline, consisting of two stages: background generation and layout generation. First, a background image is generated with an extended T2I diffusion model that imposes saliency constraints on the cross-attention activations to preserve space for subsequent layout elements. Then, a layout on the generated background is generated with an autoregressive Transformer, which is then refined together with the background in an alternating fashion for a harmonious composition.
A large-scale banner dataset with rich annotations is constructed for training and testing the method, and an application of the method to multi-page design template generation is demonstrated.
Strengths
1. Automatic generation of design templates is an important problem to study.
2. The constructed dataset, if can be publicly released, will be of value to the graphic design synthesis community.
Weaknesses
1. The scale of technical novelty is limited. First, the relationship between subjects in the generated image and their attention activations has already been explored in a recent work, Attend-and-Excite. In view of this work, the finding at the beginning of Sec. 4.2 (and in Fig.3) is unsurprising and the high-level idea of modifying attention values to control the generated images is not new. Second, the proposed spatial control strategy in Sec. 4.2 (including salient attention constraint and attention reduction) is simple and straightforward, which does not bring much novel technical insight. Third, the layout generator is just a previously proposed technique, i.e., LayoutTransformer. More importantly, the proposed iterative inference strategy for background and layout refinement seems to be ad-hoc. It would be desirable to propose a more unified, perhaps learning-based, approach to capture the dependency between the background and layout, e.g., by modeling their joint distribution, which will be of more interest to the ICLR community.
2. The evaluation is insufficient. For background generation, the diversity of generated images is not evaluated. For layout generation, more evaluation metrics such as FID and max IoU as in [Kikuchi et al., 2021] should be used but are missing. Furthermore, background and layout are now evaluated separately, but the overall design template, which is formed by composing the two, is not evaluated. This is unreasonable since the paper is claimed to be aimed for design template generation instead of background or layout generation. Thus, an evaluation on the quality of generated design templates, e.g., at least through some human studies, is needed to support the paper’s main claim, which is missing in the current paper.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.