paper-with-me

Papers

Learning to Follow Object-Centric Image Editing Instructions Faithfully

2023-10-29 · Tuhin Chakrabarty, Kanishk Singh, Arkadiy Saakyan, Smaranda Muresan

Natural language instructions are a powerful interface for editing the outputs of text-to-image diffusion models. However, several challenges need to be addressed: 1) underspecification (the need to model the implicit meaning of instructions) 2) grounding (the need to localize where the edit has to be performed), 3) faithfulness (the need to preserve the elements of the image not affected by the edit instruction). Current approaches focusing on image editing with natural language instructions rely on automatically generated paired data, which, as shown in our investigation, is noisy and sometimes nonsensical, exacerbating the above issues. Building on recent advances in segmentation, Chain-of-Thought prompting, and visual question answering, we significantly improve the quality of the paired data. In addition, we enhance the supervision signal by highlighting parts of the image that need to be changed by the instruction. The model fine-tuned on the improved data is capable of performing fine-grained object-centric edits better than state-of-the-art baselines, mitigating the problems outlined above, as shown by automatic and human evaluations. Moreover, our model is capable of generalizing to domains unseen during training, such as visual metaphors.

📄 PDF Abstract BibTeX arXiv:2310.19145

Code (1)

tuhinjubcse/faithfuledits_emnlp2023 공식 구현

Tasks

ObjectQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

EdiVal-Agent: An Object-Centric Framework for Automated, Fine-Grained Evaluation of Multi-Turn Editing

2025-09-16 · Tianyu Chen, Yasi Zhang, Zhi Zhang, Peiyu Yu 외 arxiv

Instruction-based image editing has advanced rapidly, yet reliable and interpretable evaluation remains a bottleneck. Current protocols either (i) depend on paired reference images, resulting in limited coverage and inhe…

Instruction FollowingSemantic SimilarityImage Editing

WeEdit: A Dataset, Benchmark and Glyph-Guided Framework for Text-centric Image Editing

2026-03-12 · Hui Zhang, Juntao Liu, Zongkai Liu, Liqiang Niu 외 arxiv

Instruction-based image editing aims to modify specific content within existing images according to user-provided instructions while preserving non-target regions. Beyond traditional object- and style-centric manipulatio…

Reinforcement LearningImage Editing

InstructPix2Pix: Learning to Follow Image Editing Instructions

2022-11-17 · CVPR 2023 1 · Tim Brooks, Aleksander Holynski, Alexei A. Efros

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 d…

Image EditingLanguage ModelingLanguage Modelling+2

I2E: From Image Pixels to Actionable Interactive Environments for Text-Guided Image Editing

2026-01-07 · Jinghan Yu, Junhao Xiao, Chenyu Zhu, Jiaming Li 외 arxiv

Existing text-guided image editing methods primarily rely on end-to-end pixel-level inpainting paradigm. Despite its success in simple scenarios, this paradigm still significantly struggles with compositional editing tas…

Spatial ReasoningImage Editing

FreeEdit: Mask-free Reference-based Image Editing with Multi-modal Instruction

2024-09-26 · Runze He, Kai Ma, Linjiang Huang, Shaofei Huang 외

Introducing user-specified visual concepts in image editing is highly practical as these concepts convey the user's intent more precisely than text-based descriptions. We propose FreeEdit, a novel approach for achieving …