CVAINov 3, 2022

Grounding Scene Graphs on Natural Images via Visio-Lingual Message Passing

arXiv:2211.01969v13 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately localizing objects in natural images using scene graph constraints, which is incremental as it builds on existing graph neural network approaches for visual grounding.

The paper tackles the problem of grounding scene graphs on natural images to improve object localization by leveraging contextual relationships between objects, and the proposed VL-MPAG Net method significantly outperforms baselines on four public datasets.

This paper presents a framework for jointly grounding objects that follow certain semantic relationship constraints given in a scene graph. A typical natural scene contains several objects, often exhibiting visual relationships of varied complexities between them. These inter-object relationships provide strong contextual cues toward improving grounding performance compared to a traditional object query-only-based localization task. A scene graph is an efficient and structured way to represent all the objects and their semantic relationships in the image. In an attempt towards bridging these two modalities representing scenes and utilizing contextual information for improving object localization, we rigorously study the problem of grounding scene graphs on natural images. To this end, we propose a novel graph neural network-based approach referred to as Visio-Lingual Message PAssing Graph Neural Network (VL-MPAG Net). In VL-MPAG Net, we first construct a directed graph with object proposals as nodes and an edge between a pair of nodes representing a plausible relation between them. Then a three-step inter-graph and intra-graph message passing is performed to learn the context-dependent representation of the proposals and query objects. These object representations are used to score the proposals to generate object localization. The proposed method significantly outperforms the baselines on four public datasets.

Foundations

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

Your Notes