Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

InstructPix2Pix: Learning to Follow Image Editing Instructions

About

We propose a method for editing images from human instructions: given an input image and a written instruction that tells the model what to do, our model follows these instructions to edit the image. To obtain training data for this problem, we combine the knowledge of two large pretrained models -- a language model (GPT-3) and a text-to-image model (Stable Diffusion) -- to generate a large dataset of image editing examples. Our conditional diffusion model, InstructPix2Pix, is trained on our generated data, and generalizes to real images and user-written instructions at inference time. Since it performs edits in the forward pass and does not require per example fine-tuning or inversion, our model edits images quickly, in a matter of seconds. We show compelling editing results for a diverse collection of input images and written instructions.

Tim Brooks, Aleksander Holynski, Alexei A. Efros• 2022

Related benchmarks

TaskDatasetResultRank
Composed Image RetrievalCIRR (test)
Recall@14.07
786
Composed Image RetrievalCIRCO (test)
mAP@102.1
360
DehazingSOTS--
238
Image EditingImgEdit-Bench
Overall Score1.88
224
Image EditingPIE-Bench
PSNR20.82
215
Image EditingGEdit-Bench
Semantic Consistency3.58
102
Image EditingKRIS-Bench
Overall Score22.82
98
Image EditingGEdit-Bench English
G_O (Overall Quality)3.68
94
Image EditingGEdit-Bench-EN (full)
G-Score (O)3.68
84
Instructive image editingEMU Edit (test)
CLIP Image Similarity0.857
83
Showing 10 of 290 rows
...

Other info

Code

Follow for update