paper-with-me

Papers

Guiding Image Captioning Models Toward More Specific Captions

2023-07-31 · ICCV 2023 1 · Simon Kornblith, Lala Li, ZiRui Wang, Thao Nguyen

Image captioning is conventionally formulated as the task of generating captions for images that match the distribution of reference image-caption pairs. However, reference captions in standard captioning datasets are short and may not uniquely identify the images they describe. These problems are further exacerbated when models are trained directly on image-alt text pairs collected from the internet. In this work, we show that it is possible to generate more specific captions with minimal changes to the training process. We implement classifier-free guidance for an autoregressive captioning model by fine-tuning it to estimate both conditional and unconditional distributions over captions. The guidance scale applied at decoding controls a trade-off between maximizing $p(\mathrm{caption}|\mathrm{image})$ and $p(\mathrm{image}|\mathrm{caption})$. Compared to standard greedy decoding, decoding with a guidance scale of 2 substantially improves reference-free metrics such as CLIPScore (0.808 vs. 0.775) and caption$\to$image retrieval performance in the CLIP embedding space (recall@1 44.6% vs. 26.5%), but worsens standard reference-based captioning metrics (e.g., CIDEr 78.6 vs 126.1). We further explore the use of language models to guide the decoding process, obtaining small improvements over the Pareto frontier of reference-free vs. reference-based captioning metrics that arises from classifier-free guidance, and substantially improving the quality of captions generated from a model trained only on minimally curated web data.

📄 PDF Abstract BibTeX arXiv:2307.16686

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningImage Retrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Towards Automatic Satellite Images Captions Generation Using Large Language Models

2023-10-17 · Yingxu He, Qiqi Sun

Automatic image captioning is a promising technique for conveying visual information using natural language. It can benefit various tasks in satellite remote sensing, such as environmental monitoring, resource management…

Image CaptioningManagementNatural Language Understanding

CCCaption: Dual-Reward Reinforcement Learning for Complete and Correct Image Captioning

2026-02-25 · Zhijiang Tang, Linhua Wang, Jiaxin Qi, Weihao Jiang 외 arxiv

Image captioning remains a fundamental task for vision language understanding, yet ground-truth supervision still relies predominantly on human-annotated references. Because human annotations reflect subjective preferenc…

Reinforcement LearningImage Captioning

Enhancing Descriptive Image Captioning with Natural Language Inference

2021-08-01 · ACL 2021 5 · Zhan Shi, Hui Liu, Xiaodan Zhu

Generating \textit{descriptive} sentences that convey non-trivial, detailed, and salient information about images is an important goal of image captioning. In this paper we propose a novel approach to encourage captionin…

DescriptiveImage CaptioningNatural Language Inference

Understanding Guided Image Captioning Performance across Domains

2020-12-04 · CoNLL (EMNLP) 2021 11 · Edwin G. Ng, Bo Pang, Piyush Sharma, Radu Soricut

Image captioning models generally lack the capability to take into account user interest, and usually default to global descriptions that try to balance readability, informativeness, and information overload. On the othe…

DescriptiveImage CaptioningInformativenessVisual Question Answering (VQA)

What Is a Good Caption? A Comprehensive Visual Caption Benchmark for Evaluating Both Correctness and Thoroughness

2025-02-19 · Zhihang Liu, Chen-Wei Xie, Bin Wen, Feiwu Yu 외

Visual captioning benchmarks have become outdated with the emergence of modern multimodal large language models (MLLMs), as the brief ground-truth sentences and traditional metrics fail to assess detailed captions effect…

Image CaptioningKeyword Extraction