A Novel Evaluation Framework for Image2Text Generation
Jia-Hong Huang, Hongyi Zhu, Yixian Shen, Stevan Rudinac, Alessio M. Pacces, Evangelos Kanoulas
TL;DR
The paper tackles the problem of evaluating automatically generated image captions without relying on costly human references, noting the weak alignment of traditional metrics with human judgments. It proposes a novel, reference-free evaluation framework in which an image captioning model first generates a caption, a large language model then renders an image from that caption, and image features from the original and generated images are compared using cosine similarity. The approach leverages modern LLMs and image encoders to produce a visual fidelity signal that reflects caption quality, validated against human judgments on MSCOCO, Flickr30k, and an augmented dataset. Findings indicate the framework's similarity scores align with human consensus and provide a scalable, complementary tool to traditional metrics for image captioning evaluation.
Abstract
Evaluating the quality of automatically generated image descriptions is challenging, requiring metrics that capture various aspects such as grammaticality, coverage, correctness, and truthfulness. While human evaluation offers valuable insights, its cost and time-consuming nature pose limitations. Existing automated metrics like BLEU, ROUGE, METEOR, and CIDEr aim to bridge this gap but often show weak correlations with human judgment. We address this challenge by introducing a novel evaluation framework rooted in a modern large language model (LLM), such as GPT-4 or Gemini, capable of image generation. In our proposed framework, we begin by feeding an input image into a designated image captioning model, chosen for evaluation, to generate a textual description. Using this description, an LLM then creates a new image. By extracting features from both the original and LLM-created images, we measure their similarity using a designated similarity metric. A high similarity score suggests that the image captioning model has accurately generated textual descriptions, while a low similarity score indicates discrepancies, revealing potential shortcomings in the model's performance. Human-annotated reference captions are not required in our proposed evaluation framework, which serves as a valuable tool for evaluating the effectiveness of image captioning models. Its efficacy is confirmed through human evaluation.
