English

Open-Edit: Open-Domain Image Manipulation with Open-Vocabulary Instructions

Computer Vision and Pattern Recognition 2021-04-22 v2

Abstract

We propose a novel algorithm, named Open-Edit, which is the first attempt on open-domain image manipulation with open-vocabulary instructions. It is a challenging task considering the large variation of image domains and the lack of training supervision. Our approach takes advantage of the unified visual-semantic embedding space pretrained on a general image-caption dataset, and manipulates the embedded visual features by applying text-guided vector arithmetic on the image feature maps. A structure-preserving image decoder then generates the manipulated images from the manipulated feature maps. We further propose an on-the-fly sample-specific optimization approach with cycle-consistency constraints to regularize the manipulated images and force them to preserve details of the source images. Our approach shows promising results in manipulating open-vocabulary color, texture, and high-level attributes for various scenarios of open-domain images.

Keywords

Cite

@article{arxiv.2008.01576,
  title  = {Open-Edit: Open-Domain Image Manipulation with Open-Vocabulary Instructions},
  author = {Xihui Liu and Zhe Lin and Jianming Zhang and Handong Zhao and Quan Tran and Xiaogang Wang and Hongsheng Li},
  journal= {arXiv preprint arXiv:2008.01576},
  year   = {2021}
}

Comments

ECCV 2020. Introduction video at https://youtu.be/8E3bwvjCHYE and code at https://github.com/xh-liu/Open-Edit

R2 v1 2026-06-23T17:38:04.495Z