Gowthami Somepalli Profile picture
Grad student @UMDCS. Past: @AIatMeta, @AmazonScience, @IITMadras. Currently working on #Diffusion and #Multimodal understanding. GPU poor. She/her.

Jan 2, 2023, 9 tweets

DreamBooth: Assign a rare sequence of tokens as the subject's identifier and fine-tune the diffusion model on the small set of images with the "subject". A 🧵

Paper: arxiv.org/abs/2208.12242

Day 1 #30daysofDiffusion #Diffusion #MachineLearning

The authors use the Imagen model in this paper which uses T5-XXL language model to encode the text guidance to generate small 64x64 image first and then use a super-resolution model to blow it up to 1024x1024.

The authors observed that fine-tuning all the modules (including SR module) results in the best performance.

To prevent overfitting of the model to the small input dataset, the authors use prior-preservation loss, which is like "distillation from the original pretrained model". In the following loss term, "c" is the prompt with the subject's identifier and c_pr is without it.

So the overall fine-tuning pipeline is as follows. The yellow module refers to the first loss term and second yellow refers to the second loss term from the above tweet. Once the text2image part is finetuned on the input set of images, the authors then fine-tune the SR module.

The model is quite versatile and can do lots of things, like content change wrt the background or the object itself, style change, and so on.

Prior preservation loss is important, otherwise, the model will output only the "subject" for a given noun.

Failure cases: Might not work on rare categories, might overfit and output the training data for some instances, and appearance might change based on certain text prompts.

Some useful resources -
Finetuning your own dreambooth model using huggingface - huggingface.co/docs/diffusers…

Unofficial implementation for SD - github.com/XavierXiao/Dre…

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling