paper-with-me

Papers

Uncertainty-Aware Image Captioning

2022-11-30 · Zhengcong Fei, Mingyuan Fan, Li Zhu, Junshi Huang, Xiaoming Wei, Xiaolin Wei

It is well believed that the higher uncertainty in a word of the caption, the more inter-correlated context information is required to determine it. However, current image captioning methods usually consider the generation of all words in a sentence sequentially and equally. In this paper, we propose an uncertainty-aware image captioning framework, which parallelly and iteratively operates insertion of discontinuous candidate words between existing words from easy to difficult until converged. We hypothesize that high-uncertainty words in a sentence need more prior information to make a correct decision and should be produced at a later stage. The resulting non-autoregressive hierarchy makes the caption generation explainable and intuitive. Specifically, we utilize an image-conditioned bag-of-word model to measure the word uncertainty and apply a dynamic programming algorithm to construct the training pairs. During inference, we devise an uncertainty-adaptive parallel beam search technique that yields an empirically logarithmic time complexity. Extensive experiments on the MS COCO benchmark reveal that our approach outperforms the strong baseline and related methods on both captioning quality as well as decoding speed.

📄 PDF Abstract BibTeX arXiv:2211.16769

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationImage CaptioningSentence

Similar Papers 제목 키워드 기반

B-SCST: Bayesian Self-Critical Sequence Training for Image Captioning

2020-04-06 · Shashank Bujimalla, Mahesh Subedar, Omesh Tickoo

Bayesian deep neural networks (DNNs) can provide a mathematically grounded framework to quantify uncertainty in predictions from image captioning models. We propose a Bayesian variant of policy-gradient based reinforceme…

Bayesian InferenceImage CaptioningReinforcement LearningUncertainty Quantification+1

Transform, Contrast and Tell: Coherent Entity-Aware Multi-Image Captioning

2023-02-04 · Jingqiang Chen

Coherent entity-aware multi-image captioning aims to generate coherent captions for neighboring images in a news document. There are coherence relationships among neighboring images because they often describe same entit…

Caption GenerationCoherence EvaluationContrastive LearningImage Captioning

EAMA : Entity-Aware Multimodal Alignment Based Approach for News Image Captioning

2024-02-29 · Junzhe Zhang, Huixuan Zhang, Xunjian Yin, Xiaojun Wan

News image captioning requires model to generate an informative caption rich in entities, with the news image and the associated news article. Current MLLMs still bear limitations in handling entity information in news i…

Image CaptioningSentence

Temporal Knowledge-Aware Image Captioning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Contextualized image captioning is a task that extends beyond generating a purely visual description of the image content and aims to produce a caption that is influenced by the context and informed by the real world kno…

Caption GenerationImage CaptioningWorld Knowledge

Question-controlled Text-aware Image Captioning

2021-08-04 · Anwen Hu, ShiZhe Chen, Qin Jin

For an image with multiple scene texts, different people may be interested in different text information. Current text-aware image captioning models are not able to generate distinctive captions according to various info…

DecoderImage CaptioningQuestion Answering