paper-with-me

Papers

On Distinctive Image Captioning via Comparing and Reweighting

2022-04-08 · Jiuniu Wang, Wenjia Xu, Qingzhong Wang, Antoni B. Chan

Recent image captioning models are achieving impressive results based on popular metrics, i.e., BLEU, CIDEr, and SPICE. However, focusing on the most popular metrics that only consider the overlap between the generated captions and human annotation could result in using common words and phrases, which lacks distinctiveness, i.e., many similar images have the same caption. In this paper, we aim to improve the distinctiveness of image captions via comparing and reweighting with a set of similar images. First, we propose a distinctiveness metric -- between-set CIDEr (CIDErBtw) to evaluate the distinctiveness of a caption with respect to those of similar images. Our metric reveals that the human annotations of each image in the MSCOCO dataset are not equivalent based on distinctiveness; however, previous works normally treat the human annotations equally during training, which could be a reason for generating less distinctive captions. In contrast, we reweight each ground-truth caption according to its distinctiveness during training. We further integrate a long-tailed weight strategy to highlight the rare words that contain more information, and captions from the similar image set are sampled as negative examples to encourage the generated sentence to be unique. Finally, extensive experiments are conducted, showing that our proposed approach significantly improves both distinctiveness (as measured by CIDErBtw and retrieval metrics) and accuracy (e.g., as measured by CIDEr) for a wide variety of image captioning baselines. These results are further confirmed through a user study.

📄 PDF Abstract BibTeX arXiv:2204.03938

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningRetrievalSentence

Similar Papers 제목 키워드 기반

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

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

Rethinking the Reference-based Distinctive Image Captioning

2022-07-22 · Yangjun Mao, Long Chen, Zhihong Jiang, Dong Zhang 외

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

AttributeBenchmarkingImage 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

Group-based Distinctive Image Captioning with Memory Attention

2021-08-20 · Jiuniu Wang, Wenjia Xu, Qingzhong Wang, Antoni B. Chan

Describing images using natural language is widely known as image captioning, which has made consistent progress due to the development of computer vision and natural language generation techniques. Though conventional c…

Contrastive LearningImage CaptioningText Generation