CVGRLGFeb 23, 2023

Encoder-based Domain Tuning for Fast Personalization of Text-to-Image Models

arXiv:2302.12228v3253 citationsh-index: 117
Originality Incremental advance
AI Analysis

This addresses the need for fast and efficient personalization of text-to-image models for users, though it is incremental as it builds on existing personalization methods.

The paper tackles the problem of slow training times and high storage requirements in text-to-image personalization by proposing an encoder-based domain-tuning approach, achieving personalization in as few as 5 training steps, accelerating it from minutes to seconds while preserving quality.

Text-to-image personalization aims to teach a pre-trained diffusion model to reason about novel, user provided concepts, embedding them into new scenes guided by natural language prompts. However, current personalization approaches struggle with lengthy training times, high storage requirements or loss of identity. To overcome these limitations, we propose an encoder-based domain-tuning approach. Our key insight is that by underfitting on a large set of concepts from a given domain, we can improve generalization and create a model that is more amenable to quickly adding novel concepts from the same domain. Specifically, we employ two components: First, an encoder that takes as an input a single image of a target concept from a given domain, e.g. a specific face, and learns to map it into a word-embedding representing the concept. Second, a set of regularized weight-offsets for the text-to-image model that learn how to effectively ingest additional concepts. Together, these components are used to guide the learning of unseen concepts, allowing us to personalize a model using only a single image and as few as 5 training steps - accelerating personalization from dozens of minutes to seconds, while preserving quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes