Personalized Text-to-Image Generation with Subject Embeddings

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image generation models struggle with efficiently generating customized images that preserve the identity of a subject while allowing for variations in pose, background, and description, often requiring costly and time-consuming fine-tuning.

Innovation Solution

A machine learning model utilizing trainable adapter layers and a pre-trained diffusion model to extract rich identity information from a limited set of input images, combining subject embeddings with text embeddings to generate new images that maintain subject identity and follow descriptive prompts.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing image generation models are used to generate customized images preserving subject identity, then image generation capability is achieved, but the process requires costly and time-consuming fine-tuning

Engineering Contradiction:
Improvesubject identity preservationVSAvoidfine-tuning time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The model performs preliminary encoding of the subject from input images into a subject embedding during inference, rather than requiring preliminary fine-tuning. The subject encoder extracts identity features on-the-fly, enabling rapid personalized generation without time-consuming pre-training on subject-specific data

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

A subject embedding vector serves as an intermediary between the input subject images and the diffusion model. This embedding captures subject identity and is combined with text embeddings to guide image generation, eliminating the need for direct fine-tuning of the generation model on subject data

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If existing image generation models are used to generate customized images preserving subject identity, then image generation capability is achieved, but the process requires costly fine-tuning

Engineering Contradiction:
Improvesubject identity preservationVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The subject encoder pre-extracts and stores subject identity features in a compact embedding representation during inference. This preliminary feature extraction avoids the computationally expensive fine-tuning process while preserving subject identity in generated images

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The model creates a compact copy of subject identity information in the form of a subject embedding vector. This embedding is a simplified representation that captures essential subject features without requiring the full computational resources of the original images or fine-tuning processes

Inventive Principle:
Principle #26Copying

3Quantity of substance

If a limited set of input images is used, then data efficiency is improved, but the quality of identity information extraction may be insufficient

Engineering Contradiction:
Improvenumber of input imagesVSAvoididentity information quality
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The subject encoder transforms the limited input images into a high-dimensional embedding space where identity information is concentrated and enhanced. This parameter transformation allows rich identity representation even from few images by leveraging the expressive power of the embedding space

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The subject embedding combines multiple features extracted from the input images into a unified representation. By composite the identity information from limited images through the encoder, the model achieves robust subject representation that would normally require more diverse input data

Inventive Principle:
Principle #40Composite materials

Data Source

PatentUS12406418B2Personalized text-to-image generation
Publication Date: 2025.09.02 ADOBE INC
  • US12406418B2 patent drawing
  • US12406418B2 patent drawing
  • US12406418B2 patent drawing

AI summary

One or more aspects of a method, apparatus, and non-transitory computer readable medium include obtaining an input description and an input image depicting a subject, encoding the input description using a text encoder of an image generation model to obtain a text embedding, and encoding the input image using a subject encoder of the image generation model to obtain a subject embedding. A guidance embedding is generated by combining the subject embedding and the text embedding, and then an output image is generated based on the guidance embedding using a diffusion model of the image generation model. The output image depicts aspects of the subject and the input description.