Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FACTUAL: A Benchmark for Faithful and Consistent Textual Scene Graph Parsing

About

Textual scene graph parsing has become increasingly important in various vision-language applications, including image caption evaluation and image retrieval. However, existing scene graph parsers that convert image captions into scene graphs often suffer from two types of errors. First, the generated scene graphs fail to capture the true semantics of the captions or the corresponding images, resulting in a lack of faithfulness. Second, the generated scene graphs have high inconsistency, with the same semantics represented by different annotations. To address these challenges, we propose a novel dataset, which involves re-annotating the captions in Visual Genome (VG) using a new intermediate representation called FACTUAL-MR. FACTUAL-MR can be directly converted into faithful and consistent scene graph annotations. Our experimental results clearly demonstrate that the parser trained on our dataset outperforms existing approaches in terms of faithfulness and consistency. This improvement leads to a significant performance boost in both image caption evaluation and zero-shot image retrieval tasks. Furthermore, we introduce a novel metric for measuring scene graph similarity, which, when combined with the improved scene graph parser, achieves state-of-the-art (SOTA) results on multiple benchmark datasets for the aforementioned tasks. The code and dataset are available at https://github.com/zhuang-li/FACTUAL .

Zhuang Li, Yuyang Chai, Terry Yue Zhuo, Lizhen Qu, Gholamreza Haffari, Fei Li, Donghong Ji, Quan Hung Tran• 2023

Related benchmarks

TaskDatasetResultRank
Image Captioning EvaluationFlickr8K Expert (test)
Kendall tau_c0.5335
76
Image Caption EvaluationFOIL (4-ref)
Accuracy94.64
15
Image Caption EvaluationFOIL 1-ref
Accuracy90.69
15
Image RetrievalRandom (test)
Recall@179.39
10
Image RetrievalLength (test)
Recall@175
10
Image Caption EvaluationFlicker8k (test)
tau_c57.37
7
Scene Graph ParsingRandom (test)
Set Match79.77
6
Scene Graph ParsingLength (test)
Set Match4.24e+3
6
Scene Graph ParsingFACTUAL (test)
Completeness0.92
5
Showing 9 of 9 rows

Other info

Code

Follow for update