paper-with-me

Papers

Rethinking the Reference-based Distinctive Image Captioning

2022-07-22 · Yangjun Mao, Long Chen, Zhihong Jiang, Dong Zhang, Zhimeng Zhang, Jian Shao, Jun Xiao

Distinctive Image Captioning (DIC) -- generating distinctive captions that describe the unique details of a target image -- has received considerable attention over the last few years. A recent DIC work proposes to generate distinctive captions by comparing the target image with a set of semantic-similar reference images, i.e., reference-based DIC (Ref-DIC). It aims to make the generated captions can tell apart the target and reference images. Unfortunately, reference images used by existing Ref-DIC works are easy to distinguish: these reference images only resemble the target image at scene-level and have few common objects, such that a Ref-DIC model can trivially generate distinctive captions even without considering the reference images. To ensure Ref-DIC models really perceive the unique objects (or attributes) in target images, we first propose two new Ref-DIC benchmarks. Specifically, we design a two-stage matching mechanism, which strictly controls the similarity between the target and reference images at object-/attribute- level (vs. scene-level). Secondly, to generate distinctive captions, we develop a strong Transformer-based Ref-DIC baseline, dubbed as TransDIC. It not only extracts visual features from the target image, but also encodes the differences between objects in the target and reference images. Finally, for more trustworthy benchmarking, we propose a new evaluation metric named DisCIDEr for Ref-DIC, which evaluates both the accuracy and distinctiveness of the generated captions. Experimental results demonstrate that our TransDIC can generate distinctive captions. Besides, it outperforms several state-of-the-art models on the two new benchmarks over different metrics.

📄 PDF Abstract BibTeX arXiv:2207.11118

Code (1)

maoyj1998/transdic 공식 구현

Tasks

AttributeBenchmarkingImage Captioning

Similar Papers 제목 키워드 기반

Improving Reference-based Distinctive Image Captioning with Contrastive Rewards

2023-06-25 · Yangjun Mao, Jun Xiao, Dong Zhang, Meng Cao 외

Distinctive Image Captioning (DIC) -- generating distinctive captions that describe the unique details of a target image -- has received considerable attention over the last few years. A recent DIC method proposes to gen…

BenchmarkingContrastive LearningImage Captioning

Contrastive Learning for Image Captioning

2017-10-06 · NeurIPS 2017 12 · Bo Dai, Dahua Lin

Image captioning, a popular topic in computer vision, has achieved substantial progress in recent years. However, the distinctiveness of natural descriptions is often overlooked in previous work. It is closely related to…

Contrastive LearningImage Captioning

Distinctive Image Captioning: Leveraging Ground Truth Captions in CLIP Guided Reinforcement Learning

2024-02-21 · Antoine Chaffin, Ewa Kijak, Vincent Claveau

Training image captioning models using teacher forcing results in very generic samples, whereas more distinctive captions can be very useful in retrieval applications or to produce alternative texts describing images for…

Cross-Modal RetrievalImage CaptioningReinforcement Learning (RL)Retrieval

Distinctive Image Captioning via CLIP Guided Group Optimization

2022-08-08 · Youyuan Zhang, Jiuniu Wang, Hao Wu, Wenjia Xu

Image captioning models are usually trained according to human annotated ground-truth captions, which could generate accurate but generic captions. In this paper, we focus on generating distinctive captions that can dist…

Image Captioning

Compare and Reweight: Distinctive Image Captioning Using Similar Images Sets

2020-07-14 · ECCV 2020 8 · Jiuniu Wang, Wenjia Xu, Qingzhong Wang, Antoni B. Chan

A wide range of image captioning models has been developed, achieving significant improvement based on popular metrics, such as BLEU, CIDEr, and SPICE. However, although the generated captions can accurately describe the…

Image CaptioningRetrieval