English

ZONE: Zero-Shot Instruction-Guided Local Editing

Computer Vision and Pattern Recognition 2024-04-15 v2

Abstract

Recent advances in vision-language models like Stable Diffusion have shown remarkable power in creative image synthesis and editing.However, most existing text-to-image editing methods encounter two obstacles: First, the text prompt needs to be carefully crafted to achieve good results, which is not intuitive or user-friendly. Second, they are insensitive to local edits and can irreversibly affect non-edited regions, leaving obvious editing traces. To tackle these problems, we propose a Zero-shot instructiON-guided local image Editing approach, termed ZONE. We first convert the editing intent from the user-provided instruction (e.g., "make his tie blue") into specific image editing regions through InstructPix2Pix. We then propose a Region-IoU scheme for precise image layer extraction from an off-the-shelf segment model. We further develop an edge smoother based on FFT for seamless blending between the layer and the image.Our method allows for arbitrary manipulation of a specific region with a single instruction while preserving the rest. Extensive experiments demonstrate that our ZONE achieves remarkable local editing results and user-friendliness, outperforming state-of-the-art methods. Code is available at https://github.com/lsl001006/ZONE.

Keywords

Cite

@article{arxiv.2312.16794,
  title  = {ZONE: Zero-Shot Instruction-Guided Local Editing},
  author = {Shanglin Li and Bohan Zeng and Yutang Feng and Sicheng Gao and Xuhui Liu and Jiaming Liu and Li Lin and Xu Tang and Yao Hu and Jianzhuang Liu and Baochang Zhang},
  journal= {arXiv preprint arXiv:2312.16794},
  year   = {2024}
}

Comments

Accepted at CVPR 2024

R2 v1 2026-06-28T14:03:22.232Z