English

Is This Loss Informative? Faster Text-to-Image Customization by Tracking Objective Dynamics

Computer Vision and Pattern Recognition 2023-11-02 v3 Machine Learning

Abstract

Text-to-image generation models represent the next step of evolution in image synthesis, offering a natural way to achieve flexible yet fine-grained control over the result. One emerging area of research is the fast adaptation of large text-to-image models to smaller datasets or new visual concepts. However, many efficient methods of adaptation have a long training time, which limits their practical applications, slows down experiments, and spends excessive GPU resources. In this work, we study the training dynamics of popular text-to-image personalization methods (such as Textual Inversion or DreamBooth), aiming to speed them up. We observe that most concepts are learned at early stages and do not improve in quality later, but standard training convergence metrics fail to indicate that. Instead, we 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. Our experiments on Stable Diffusion for 48 different concepts and three personalization methods demonstrate the competitive performance of our approach, which makes adaptation up to 8 times faster with no significant drops in quality.

Keywords

Cite

@article{arxiv.2302.04841,
  title  = {Is This Loss Informative? Faster Text-to-Image Customization by Tracking Objective Dynamics},
  author = {Anton Voronov and Mikhail Khoroshikh and Artem Babenko and Max Ryabinin},
  journal= {arXiv preprint arXiv:2302.04841},
  year   = {2023}
}

Comments

Accepted to Conference on Neural Information Processing Systems (NeurIPS) 2023. 20 pages, 15 figures. Code: https://github.com/yandex-research/DVAR

R2 v1 2026-06-28T08:36:13.681Z