CVGRLGMay 2, 2024

Customizing Text-to-Image Models with a Single Image Pair

arXiv:2405.01536v247 citationsh-index: 11SIGGRAPH Asia
Originality Incremental advance
AI Analysis

This addresses the challenge of artistic style transfer for creators by enabling model customization from minimal data, though it is incremental as it builds on existing LoRA and diffusion methods.

The paper tackles the problem of customizing text-to-image models to capture stylistic differences from a single pair of images, achieving effective style learning without overfitting to specific content as demonstrated through qualitative and quantitative experiments.

Art reinterpretation is the practice of creating a variation of a reference work, making a paired artwork that exhibits a distinct artistic style. We ask if such an image pair can be used to customize a generative model to capture the demonstrated stylistic difference. We propose Pair Customization, a new customization method that learns stylistic difference from a single image pair and then applies the acquired style to the generation process. Unlike existing methods that learn to mimic a single concept from a collection of images, our method captures the stylistic difference between paired images. This allows us to apply a stylistic change without overfitting to the specific image content in the examples. To address this new task, we employ a joint optimization method that explicitly separates the style and content into distinct LoRA weight spaces. We optimize these style and content weights to reproduce the style and content images while encouraging their orthogonality. During inference, we modify the diffusion process via a new style guidance based on our learned weights. Both qualitative and quantitative experiments show that our method can effectively learn style while avoiding overfitting to image content, highlighting the potential of modeling such stylistic differences from a single image pair.

Foundations

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

Your Notes