CLMay 27, 2023

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

arXiv:2305.17497v2249 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in vision-language applications by enhancing scene graph parsing, though it is incremental as it builds on existing datasets and tasks.

The authors tackled the problem of unfaithful and inconsistent scene graph parsing from image captions by creating a new dataset with a novel intermediate representation, leading to improved parser performance and state-of-the-art results in image caption evaluation and zero-shot image retrieval tasks.

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 .

Code Implementations1 repo
Foundations

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

Your Notes