HICEScore: A Hierarchical Metric for Image Captioning Evaluation
Zequn Zeng, Jianqiao Sun, Hao Zhang, Tiansheng Wen, Yudi Su, Yan Xie, Zhengjue Wang, Bo Chen
TL;DR
HICE-S addresses the gap in image captioning evaluation by delivering a hierarchical, reference-free metric that combines global image-text compatibility with local region-phrase completeness. It uses Alpha-CLIP to compute global ITC and TTC, and constructs local representations from semantic regions and textual phrases to obtain $lITC$ and $lTTC$, which are fused via a harmonic mean to form $\mathrm{HICE}(I, C)$. The method extends to RefHICE-S when references are available by including global and local TTC components, enabling strong correlations with human judgments, robust caption ranking, and effective detection of object hallucinations. Extensive experiments across multiple benchmarks demonstrate SOTA performance for both HICE-S and RefHICE-S, with ablations confirming the value of the hierarchical design and localized analysis for interpretability and accuracy.
Abstract
Image captioning evaluation metrics can be divided into two categories, reference-based metrics and reference-free metrics. However, reference-based approaches may struggle to evaluate descriptive captions with abundant visual details produced by advanced multimodal large language models, due to their heavy reliance on limited human-annotated references. In contrast, previous reference-free metrics have been proven effective via CLIP cross-modality similarity. Nonetheless, CLIP-based metrics, constrained by their solution of global image-text compatibility, often have a deficiency in detecting local textual hallucinations and are insensitive to small visual objects. Besides, their single-scale designs are unable to provide an interpretable evaluation process such as pinpointing the position of caption mistakes and identifying visual regions that have not been described. To move forward, we propose a novel reference-free metric for image captioning evaluation, dubbed Hierarchical Image Captioning Evaluation Score (HICE-S). By detecting local visual regions and textual phrases, HICE-S builds an interpretable hierarchical scoring mechanism, breaking through the barriers of the single-scale structure of existing reference-free metrics. Comprehensive experiments indicate that our proposed metric achieves the SOTA performance on several benchmarks, outperforming existing reference-free metrics like CLIP-S and PAC-S, and reference-based metrics like METEOR and CIDEr. Moreover, several case studies reveal that the assessment process of HICE-S on detailed captions closely resembles interpretable human judgments.Our code is available at https://github.com/joeyz0z/HICE.
