paper-with-me

Papers

Instruct-CLIP: Improving Instruction-Guided Image Editing with Automated Data Refinement Using Contrastive Learning

2025-03-24 · CVPR 2025 1 · Sherry X. Chen, Misha Sra, Pradeep Sen

Although natural language instructions offer an intuitive way to guide automated image editing, deep-learning models often struggle to achieve high-quality results, largely due to challenges in creating large, high-quality training datasets. Previous work has typically relied on text-toimage (T2I) generative models to produce pairs of original and edited images that simulate the input/output of an instruction-guided image-editing model. However, these image pairs often fail to align with the specified edit instructions due to the limitations of T2I models, which negatively impacts models trained on such datasets. To address this, we present Instruct-CLIP, a self-supervised method that learns the semantic changes between original and edited images to refine and better align the instructions in existing datasets. Furthermore, we adapt Instruct-CLIP to handle noisy latent images and diffusion timesteps so that it can be used to train latent diffusion models (LDMs) [19] and efficiently enforce alignment between the edit instruction and the image changes in latent space at any step of the diffusion pipeline. We use Instruct-CLIP to correct the InstructPix2Pix dataset and get over 120K refined samples we then use to fine-tune their model, guided by our novel Instruct-CLIP-based loss function. The resulting model can produce edits that are more aligned with the given instructions. Our code and dataset are available at https://github.com/SherryXTChen/Instruct-CLIP.git.

📄 PDF Abstract BibTeX arXiv:2503.18406

Code (1)

sherryxtchen/instruct-clip 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Instruction Guided Multi Object Image Editing with Quantity and Layout Consistency

2025-09-29 · Jiaqi Tan, Fangyu Li, Yang Liu arxiv

Instruction driven image editing with standard CLIP text encoders often fails in complex scenes with many objects. We present QL-Adapter, a framework for multiple object editing that tackles two challenges: enforcing obj…

Instruction FollowingImage Editing

GIE-Bench: Towards Grounded Evaluation for Text-Guided Image Editing

2025-05-16 · Yusu Qian, Jiasen Lu, Tsu-Jui Fu, Xinze Wang 외

Editing images using natural language instructions has become a natural and expressive way to modify visual content; yet, evaluating the performance of such models remains challenging. Existing evaluation approaches ofte…

Instruction FollowingMultiple-choicetext-guided-image-editingtext similarity

In-Context Learning with Unpaired Clips for Instruction-based Video Editing

2025-10-16 · Xinyao Liao, Xianfang Zeng, Ziye Song, Zhoujie Fu 외 arxiv

Despite the rapid progress of instruction-based image editing, its extension to video remains underexplored, primarily due to the prohibitive cost and complexity of constructing large-scale paired video editing datasets.…

Instruction FollowingVideo GenerationImage Editing

CompBench: Benchmarking Complex Instruction-guided Image Editing

2025-05-18 · Bohan Jia, Wenxuan Huang, Yuntian Tang, Junbo Qiao 외

While real-world applications increasingly demand intricate scene manipulation, existing instruction-guided image editing benchmarks often oversimplify task complexity and lack comprehensive, fine-grained instructions. T…

BenchmarkingInstruction Following

CoIE: Chain-of-Instruct Editing for Multi-Attribute Face Manipulation

2023-12-13 · Zhenduo Zhang, Bo-Wen Zhang, Guang Liu

Current text-to-image editing models often encounter challenges with smoothly manipulating multiple attributes using a single instruction. Taking inspiration from the Chain-of-Thought prompting technique utilized in lang…

AttributeImage ManipulationLanguage ModellingLarge Language Model+1