English

EditCLIP: Representation Learning for Image Editing

Computer Vision and Pattern Recognition 2025-03-27 v1

Abstract

We introduce EditCLIP, a novel representation-learning approach for image editing. Our method learns a unified representation of edits by jointly encoding an input image and its edited counterpart, effectively capturing their transformation. To evaluate its effectiveness, we employ EditCLIP to solve two tasks: exemplar-based image editing and automated edit evaluation. In exemplar-based image editing, we replace text-based instructions in InstructPix2Pix with EditCLIP embeddings computed from a reference exemplar image pair. Experiments demonstrate that our approach outperforms state-of-the-art methods while being more efficient and versatile. For automated evaluation, EditCLIP assesses image edits by measuring the similarity between the EditCLIP embedding of a given image pair and either a textual editing instruction or the EditCLIP embedding of another reference image pair. Experiments show that EditCLIP aligns more closely with human judgments than existing CLIP-based metrics, providing a reliable measure of edit quality and structural preservation.

Keywords

Cite

@article{arxiv.2503.20318,
  title  = {EditCLIP: Representation Learning for Image Editing},
  author = {Qian Wang and Aleksandar Cvejic and Abdelrahman Eldesokey and Peter Wonka},
  journal= {arXiv preprint arXiv:2503.20318},
  year   = {2025}
}

Comments

Project page: https://qianwangx.github.io/EditCLIP/

R2 v1 2026-06-28T22:34:49.537Z