FLEUR: An Explainable Reference-Free Evaluation Metric for Image Captioning Using a Large Multimodal Model
Yebin Lee, Imseong Park, Myungjoo Kang
TL;DR
FLEUR addresses the need for an explainable, reference-free image captioning evaluator by leveraging a large multimodal model to score captions directly against images and generate human-readable explanations. It introduces score smoothing and grading-criteria prompts to align scores with human judgment and improve granularity, achieving state-of-the-art correlations among reference-free metrics and competitive results against reference-based baselines. The framework supports a RefFLEUR variant that can incorporate references, and it demonstrates robustness against object hallucination while providing interpretable explanations that can inform model development. The work also analyzes model-size effects, prompt design, and inference-time considerations, and releases open-source code for replication and extension.
Abstract
Most existing image captioning evaluation metrics focus on assigning a single numerical score to a caption by comparing it with reference captions. However, these methods do not provide an explanation for the assigned score. Moreover, reference captions are expensive to acquire. In this paper, we propose FLEUR, an explainable reference-free metric to introduce explainability into image captioning evaluation metrics. By leveraging a large multimodal model, FLEUR can evaluate the caption against the image without the need for reference captions, and provide the explanation for the assigned score. We introduce score smoothing to align as closely as possible with human judgment and to be robust to user-defined grading criteria. FLEUR achieves high correlations with human judgment across various image captioning evaluation benchmarks and reaches state-of-the-art results on Flickr8k-CF, COMPOSITE, and Pascal-50S within the domain of reference-free evaluation metrics. Our source code and results are publicly available at: https://github.com/Yebin46/FLEUR.
