paper-with-me

홈 › Papers

Explicit Image Caption Editing

2022-07-20 · Zhen Wang, Long Chen, Wenbo Ma, Guangxing Han, Yulei Niu, Jian Shao, Jun Xiao

Given an image and a reference caption, the image caption editing task aims to correct the misalignment errors and generate a refined caption. However, all existing caption editing works are implicit models, ie, they directly produce the refined captions without explicit connections to the reference captions. In this paper, we introduce a new task: Explicit Caption Editing (ECE). ECE models explicitly generate a sequence of edit operations, and this edit operation sequence can translate the reference caption into a refined one. Compared to the implicit editing, ECE has multiple advantages: 1) Explainable: it can trace the whole editing path. 2) Editing Efficient: it only needs to modify a few words. 3) Human-like: it resembles the way that humans perform caption editing, and tries to keep original sentence structures. To solve this new task, we propose the first ECE model: TIger. TIger is a non-autoregressive transformer-based model, consisting of three modules: Tagger_del, Tagger_add, and Inserter. Specifically, Tagger_del decides whether each word should be preserved or not, Tagger_add decides where to add new words, and Inserter predicts the specific word for adding. To further facilitate ECE research, we propose two new ECE benchmarks by re-organizing two existing datasets, dubbed COCO-EE and Flickr30K-EE, respectively. Extensive ablations on both two benchmarks have demonstrated the effectiveness of TIger.

📄 PDF Abstract BibTeX arXiv:2207.09625

Code (1)

baaaad/ece 공식 구현

Tasks

Sentence

Similar Papers 제목 키워드 기반

DECap: Towards Generalized Explicit Caption Editing via Diffusion Mechanism

2023-11-25 · Zhen Wang, Xinyun Jiang, Jun Xiao, Tao Chen 외

Explicit Caption Editing (ECE) -- refining reference image captions through a sequence of explicit edit operations (e.g., KEEP, DETELE) -- has raised significant attention due to its explainable and human-like nature. Af…

Caption GenerationDenoisingImage Captioning

Show, Edit and Tell: A Framework for Editing Image Captions

2020-03-06 · CVPR 2020 6 · Fawaz Sammani, Luke Melas-Kyriazi

Most image captioning frameworks generate captions directly from images, learning a mapping from visual features to natural language. However, editing existing captions can be easier than generating new ones from scratch…

DenoisingImage CaptioningSentence

Group Editing: Edit Multiple Images in One Go

2026-03-24 · Yue Ma, Xinyu Wang, Qianli Ma, Qinghe Wang 외 arxiv

In this paper, we tackle the problem of performing consistent and unified modifications across a set of related images. This task is particularly challenging because these images may vary significantly in pose, viewpoint…

Image Editing

Training-free image inversion for one-step diffusion models

2026-05-31 · Tao Wu, Senmao Li, Yaxing Wang, Shiqi Yang 외 arxiv

In this work, we introduce a novel training-free inversion (TFinv) framework for one-step diffusion models,addressing key challenges in real image inversion and editing. We first identify two critical factors hamperingre…

Image Editing

Semantic Editing Increment Benefits Zero-Shot Composed Image Retrieval

2024-10-28 · ACM MM 2024 10 · Zhenyu Yang, Shengsheng Qian, Dizhan Xue, JiaHong Wu 외

Zero-Shot Composed Image Retrieval (ZS-CIR) has attracted more attention in recent years, focusing on retrieving a specific image based on a query composed of a reference image and a relative text without training sample…

Image RetrievalImage to textRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)