CVMay 11, 2023

Simple Token-Level Confidence Improves Caption Correctness

arXiv:2305.07021v111 citations
Originality Incremental advance
AI Analysis

This addresses errors in fine-grained details for vision-language models, such as object hallucination, with incremental improvements in specific benchmarks.

The paper tackled the problem of assessing caption correctness in vision-language models by introducing Token-Level Confidence (TLC), which improved accuracy by 10% on verb understanding in SVO-Probes and outperformed prior state-of-the-art in compositional reasoning by up to 37%.

The ability to judge whether a caption correctly describes an image is a critical part of vision-language understanding. However, state-of-the-art models often misinterpret the correctness of fine-grained details, leading to errors in outputs such as hallucinating objects in generated captions or poor compositional reasoning. In this work, we explore Token-Level Confidence, or TLC, as a simple yet surprisingly effective method to assess caption correctness. Specifically, we fine-tune a vision-language model on image captioning, input an image and proposed caption to the model, and aggregate either algebraic or learned token confidences over words or sequences to estimate image-caption consistency. Compared to sequence-level scores from pretrained models, TLC with algebraic confidence measures achieves a relative improvement in accuracy by 10% on verb understanding in SVO-Probes and outperforms prior state-of-the-art in image and group scores for compositional reasoning in Winoground by a relative 37% and 9%, respectively. When training data are available, a learned confidence estimator provides further improved performance, reducing object hallucination rates in MS COCO Captions by a relative 30% over the original model and setting a new state-of-the-art.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes