Controlling Text-to-Image Diffusion by Orthogonal Finetuning
Zeju Qiu, Weiyang Liu, Haiwen Feng, Yuxuan Xue, Yao Feng, Zhen Liu, Dan Zhang, Adrian Weller, Bernhard Schölkopf
TL;DR
This work introduces Orthogonal Finetuning (OFT) to adapt large text-to-image diffusion models for downstream tasks while provably preserving hyperspherical energy, i.e., the layer-wise pairwise angular relationships among neurons. By learning layer-shared orthogonal transformations $m{R}$ (with options for block-diagonal structure and Cayley parameterization), OFT keeps the pretrained semantic structure intact, enabling effective subject-driven and controllable generation with high data and training efficiency. A constrained variant, COFT, adds an explicit deviation budget from the pretrained weights to further stabilize finetuning, while extensions like Re-scaled OFT add magnitude scaling without affecting $HE$. Empirically, OFT and COFT outperform DreamBooth, LoRA, and ControlNet in generation quality, convergence speed, and controllability, all without additional inference overhead, highlighting the practical impact of angular information preservation in diffusion-model finetuning. Open problems include speeding up the Cayley-based orthogonalization for very large models, exploring compositionality of multiple orthogonal transforms, and further improving parameter efficiency with bias-minimizing structures.
Abstract
Large text-to-image diffusion models have impressive capabilities in generating photorealistic images from text prompts. How to effectively guide or control these powerful models to perform different downstream tasks becomes an important open problem. To tackle this challenge, we introduce a principled finetuning method -- Orthogonal Finetuning (OFT), for adapting text-to-image diffusion models to downstream tasks. Unlike existing methods, OFT can provably preserve hyperspherical energy which characterizes the pairwise neuron relationship on the unit hypersphere. We find that this property is crucial for preserving the semantic generation ability of text-to-image diffusion models. To improve finetuning stability, we further propose Constrained Orthogonal Finetuning (COFT) which imposes an additional radius constraint to the hypersphere. Specifically, we consider two important finetuning text-to-image tasks: subject-driven generation where the goal is to generate subject-specific images given a few images of a subject and a text prompt, and controllable generation where the goal is to enable the model to take in additional control signals. We empirically show that our OFT framework outperforms existing methods in generation quality and convergence speed.
