Summary
This paper studies the training dynamics of popular text-to-image personalization methods (such as Textual Inversion, DreamBooth, and Costom Diffsuion), aiming to speed them up by an early stopping approach which allows the model to optimize or fine-tune for fewer iterations. A key observation is that most concepts are learned at early stages and do not improve in quality later, but standard model convergence metrics fail to indicate that. Based on this observation, the authors propose a simple drop-in early stopping criterion that only requires computing the regular training objective on a fixed set of inputs for all training iterations. Experiments are conducted on Textual Inversion, DreamBooth, and Costom Diffusion.
Strengths
1. The observation that most concepts are learned at early stages and do not improve in quality later, but standard model convergence metrics fail to indicate that is interesting and inspiring.
2. The proposed approach is well-motivated with key observations and in-depth analysis before deriving the method.
3. The proposed approach improves the efficiency of personalized text-to-image models by a simple but effective early stopping scheme.
Weaknesses
1. Although the visual results and CLIP scores indicate no further improvement after optimization for a certain number of steps, it is still not clear whether the observation is solid. The CLIP score can be biased because of the limited ability of CLIP in understanding complex and detailed information. Good visual results in generating an image similar to the input image do not mean perfect identity and detail perservation for personalized text-to-image generation.
2. The writing and logic can be improved. For example, how does 3.2 (investigating the sources of randomness) relate to other sections is not well demonstrated.
3. The evaluation is limited. Firstly, only 18 concepts are used for evaluation. Prior work such as DreamBooth actually used more concepts and prompts. Secondly, the CLIP image-image and CLIP image-text similarities are not enough to evaluate the concept preservation and image quality of personalized diffusion models. Prior work DreamBooth used several other evaluation metrics to reflect the ability of the models. Thirdly, the visual results in Figure 4 are not impressive, and there are no examples for personalized generation where the user provides a different text prompt with the same visual concept from the original image but in a different background or scene. The different application scenarios of DreamBooth, Textual Inversion, and Custom Diffusion are not extensively experimented.
Questions
Please refer to the weakness section.
Rating
4: Borderline reject: Technically solid paper where reasons to reject, e.g., limited evaluation, outweigh reasons to accept, e.g., good evaluation. Please use sparingly.
Confidence
5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.
Limitations
The authors addressed the limitations.